@fenixalliance/abs-api-client 1.0.14 → 1.0.16

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 (3063) hide show
  1. package/app/index.js +13 -13
  2. package/clients/accountingService/client.gen.ts +18 -0
  3. package/clients/accountingService/index.ts +3 -258
  4. package/clients/accountingService/sdk.gen.ts +3504 -0
  5. package/clients/accountingService/types.gen.ts +14541 -0
  6. package/clients/authService/core/ApiError.js +20 -20
  7. package/clients/authService/core/ApiRequestOptions.js +2 -2
  8. package/clients/authService/core/ApiResult.js +2 -2
  9. package/clients/authService/core/CancelablePromise.js +104 -104
  10. package/clients/authService/core/OpenAPI.js +14 -14
  11. package/clients/authService/core/request.js +294 -294
  12. package/clients/authService/index.js +28 -28
  13. package/clients/authService/models/AccessTokenResponse.js +2 -2
  14. package/clients/authService/models/AccountHolderCreateDto.js +12 -12
  15. package/clients/authService/models/AccountHolderCreateDtoEnvelope.js +2 -2
  16. package/clients/authService/models/ApiAuthorizationResult.js +2 -2
  17. package/clients/authService/models/ApiAuthorizationResultEnvelope.js +2 -2
  18. package/clients/authService/models/EnrollmentId.js +2 -2
  19. package/clients/authService/models/ErrorEnvelope.js +2 -2
  20. package/clients/authService/models/ForgotPasswordRequest.js +2 -2
  21. package/clients/authService/models/HttpValidationProblemDetails.js +2 -2
  22. package/clients/authService/models/InfoRequest.js +2 -2
  23. package/clients/authService/models/InfoResponse.js +2 -2
  24. package/clients/authService/models/JsonWebKey.js +2 -2
  25. package/clients/authService/models/JsonWebKeySet.js +2 -2
  26. package/clients/authService/models/JsonWebKeySetEnvelope.js +2 -2
  27. package/clients/authService/models/JsonWebToken.js +2 -2
  28. package/clients/authService/models/JsonWebTokenEnvelope.js +2 -2
  29. package/clients/authService/models/JsonWebTokenHeader.js +2 -2
  30. package/clients/authService/models/JsonWebTokenPayload.js +2 -2
  31. package/clients/authService/models/LoginRequest.js +2 -2
  32. package/clients/authService/models/OAuthTokenRequest.js +2 -2
  33. package/clients/authService/models/OpenIdConfiguration.js +2 -2
  34. package/clients/authService/models/OpenIdConfigurationEnvelope.js +2 -2
  35. package/clients/authService/models/RefreshRequest.js +2 -2
  36. package/clients/authService/models/RegisterRequest.js +2 -2
  37. package/clients/authService/models/ResendConfirmationEmailRequest.js +2 -2
  38. package/clients/authService/models/ResetPasswordRequest.js +2 -2
  39. package/clients/authService/models/SigninModel.js +2 -2
  40. package/clients/authService/models/StringListEnvelope.js +2 -2
  41. package/clients/authService/models/TenantId.js +2 -2
  42. package/clients/authService/models/TwoFactorRequest.js +2 -2
  43. package/clients/authService/models/TwoFactorResponse.js +2 -2
  44. package/clients/authService/models/UserId.js +2 -2
  45. package/clients/authService/services/ApplicationsService.js +112 -112
  46. package/clients/authService/services/AuthService.js +246 -246
  47. package/clients/authService/services/CheckerService.js +22 -22
  48. package/clients/authService/services/OAuthService.js +152 -152
  49. package/clients/authService/services/ResourceService.js +22 -22
  50. package/clients/authService/services/UserInfoService.js +36 -36
  51. package/clients/cartService/client.gen.ts +18 -0
  52. package/clients/cartService/index.ts +3 -41
  53. package/clients/cartService/sdk.gen.ts +850 -0
  54. package/clients/cartService/types.gen.ts +3075 -0
  55. package/clients/catalogService/client.gen.ts +18 -0
  56. package/clients/catalogService/index.ts +3 -111
  57. package/clients/catalogService/sdk.gen.ts +1830 -0
  58. package/clients/catalogService/types.gen.ts +8464 -0
  59. package/clients/contentService/client.gen.ts +18 -0
  60. package/clients/contentService/index.ts +3 -160
  61. package/clients/contentService/sdk.gen.ts +1108 -0
  62. package/clients/contentService/types.gen.ts +5525 -0
  63. package/clients/crmService/client.gen.ts +18 -0
  64. package/clients/crmService/index.ts +3 -32
  65. package/clients/crmService/sdk.gen.ts +536 -0
  66. package/clients/crmService/types.gen.ts +2387 -0
  67. package/clients/dealsService/client.gen.ts +18 -0
  68. package/clients/dealsService/index.ts +3 -53
  69. package/clients/dealsService/sdk.gen.ts +427 -0
  70. package/clients/dealsService/types.gen.ts +2797 -0
  71. package/clients/forexService/client.gen.ts +18 -0
  72. package/clients/forexService/index.ts +3 -21
  73. package/clients/forexService/sdk.gen.ts +198 -0
  74. package/clients/forexService/types.gen.ts +715 -0
  75. package/clients/globeService/client.gen.ts +18 -0
  76. package/clients/globeService/index.ts +3 -36
  77. package/clients/globeService/sdk.gen.ts +282 -0
  78. package/clients/globeService/types.gen.ts +1356 -0
  79. package/clients/holderService/core/ApiError.js +20 -20
  80. package/clients/holderService/core/ApiRequestOptions.js +2 -2
  81. package/clients/holderService/core/ApiResult.js +2 -2
  82. package/clients/holderService/core/CancelablePromise.js +104 -104
  83. package/clients/holderService/core/OpenAPI.js +14 -14
  84. package/clients/holderService/core/OpenAPI.ts +1 -1
  85. package/clients/holderService/core/request.js +294 -294
  86. package/clients/holderService/index.js +30 -30
  87. package/clients/holderService/models/AddressDto.js +2 -2
  88. package/clients/holderService/models/AddressDtoListEnvelope.js +2 -2
  89. package/clients/holderService/models/CartDto.js +2 -2
  90. package/clients/holderService/models/CartDtoEnvelope.js +2 -2
  91. package/clients/holderService/models/EmptyEnvelope.js +2 -2
  92. package/clients/holderService/models/EnrollmentId.js +2 -2
  93. package/clients/holderService/models/ErrorEnvelope.js +2 -2
  94. package/clients/holderService/models/ExtendedTenantDto.js +2 -2
  95. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.js +2 -2
  96. package/clients/holderService/models/ExtendedTenantEnrolmentDto.js +2 -2
  97. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.js +2 -2
  98. package/clients/holderService/models/ExtendedUserDto.js +26 -26
  99. package/clients/holderService/models/ExtendedUserDtoEnvelope.js +2 -2
  100. package/clients/holderService/models/FollowRecordDto.js +2 -2
  101. package/clients/holderService/models/FollowRecordDtoListEnvelope.js +2 -2
  102. package/clients/holderService/models/Int32Envelope.js +2 -2
  103. package/clients/holderService/models/NotificationDto.js +2 -2
  104. package/clients/holderService/models/NotificationDtoListEnvelope.js +2 -2
  105. package/clients/holderService/models/Operation.js +16 -16
  106. package/clients/holderService/models/SocialProfileDto.js +12 -12
  107. package/clients/holderService/models/SocialProfileDtoEnvelope.js +2 -2
  108. package/clients/holderService/models/TenantDto.js +2 -2
  109. package/clients/holderService/models/TenantDtoListEnvelope.js +2 -2
  110. package/clients/holderService/models/TenantEnrolmentDto.js +2 -2
  111. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.js +2 -2
  112. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.js +2 -2
  113. package/clients/holderService/models/TenantInvitationDto.js +2 -2
  114. package/clients/holderService/models/TenantInvitationDtoListEnvelope.js +2 -2
  115. package/clients/holderService/models/UserDto.js +26 -26
  116. package/clients/holderService/models/UserDtoEnvelope.js +2 -2
  117. package/clients/holderService/models/UserSettingsDto.js +12 -12
  118. package/clients/holderService/models/UserSettingsDtoEnvelope.js +2 -2
  119. package/clients/holderService/models/UserSettingsUpdateDto.js +12 -12
  120. package/clients/holderService/models/UserUpdateDto.js +14 -14
  121. package/clients/holderService/models/WalletDto.js +2 -2
  122. package/clients/holderService/models/WalletDtoEnvelope.js +2 -2
  123. package/clients/holderService/services/UserService.js +507 -507
  124. package/clients/identityService/client.gen.ts +18 -0
  125. package/clients/identityService/index.ts +3 -48
  126. package/clients/identityService/sdk.gen.ts +262 -0
  127. package/clients/identityService/types.gen.ts +1013 -0
  128. package/clients/inventoryService/client.gen.ts +18 -0
  129. package/clients/inventoryService/index.ts +3 -10
  130. package/clients/inventoryService/sdk.gen.ts +149 -0
  131. package/clients/inventoryService/types.gen.ts +375 -0
  132. package/clients/invoicingService/client.gen.ts +18 -0
  133. package/clients/invoicingService/index.ts +3 -48
  134. package/clients/invoicingService/sdk.gen.ts +683 -0
  135. package/clients/invoicingService/types.gen.ts +2560 -0
  136. package/clients/learningService/client.gen.ts +18 -0
  137. package/clients/learningService/index.ts +3 -50
  138. package/clients/learningService/sdk.gen.ts +2032 -0
  139. package/clients/learningService/types.gen.ts +6663 -0
  140. package/clients/marketingService/client.gen.ts +18 -0
  141. package/clients/marketingService/index.ts +3 -64
  142. package/clients/marketingService/sdk.gen.ts +549 -0
  143. package/clients/marketingService/types.gen.ts +3169 -0
  144. package/clients/ordersService/client.gen.ts +18 -0
  145. package/clients/ordersService/index.ts +3 -32
  146. package/clients/ordersService/sdk.gen.ts +364 -0
  147. package/clients/ordersService/types.gen.ts +2090 -0
  148. package/clients/paymentsService/client.gen.ts +18 -0
  149. package/clients/paymentsService/index.ts +3 -17
  150. package/clients/paymentsService/sdk.gen.ts +417 -0
  151. package/clients/paymentsService/types.gen.ts +1719 -0
  152. package/clients/pricingService/client.gen.ts +18 -0
  153. package/clients/pricingService/index.ts +3 -41
  154. package/clients/pricingService/sdk.gen.ts +363 -0
  155. package/clients/pricingService/types.gen.ts +1699 -0
  156. package/clients/projectsService/client.gen.ts +18 -0
  157. package/clients/projectsService/index.ts +3 -36
  158. package/clients/projectsService/sdk.gen.ts +392 -0
  159. package/clients/projectsService/types.gen.ts +1624 -0
  160. package/clients/quotesService/client.gen.ts +18 -0
  161. package/clients/quotesService/index.ts +3 -32
  162. package/clients/quotesService/sdk.gen.ts +412 -0
  163. package/clients/quotesService/types.gen.ts +2248 -0
  164. package/clients/salesService/client.gen.ts +18 -0
  165. package/clients/salesService/index.ts +3 -10
  166. package/clients/salesService/sdk.gen.ts +149 -0
  167. package/clients/salesService/types.gen.ts +375 -0
  168. package/clients/securityService/client.gen.ts +18 -0
  169. package/clients/securityService/index.ts +3 -24
  170. package/clients/securityService/sdk.gen.ts +779 -0
  171. package/clients/securityService/types.gen.ts +3073 -0
  172. package/clients/shipmentsService/client.gen.ts +18 -0
  173. package/clients/shipmentsService/index.ts +3 -14
  174. package/clients/shipmentsService/sdk.gen.ts +149 -0
  175. package/clients/shipmentsService/types.gen.ts +427 -0
  176. package/clients/socialService/client.gen.ts +18 -0
  177. package/clients/socialService/index.ts +3 -59
  178. package/clients/socialService/sdk.gen.ts +763 -0
  179. package/clients/socialService/types.gen.ts +3408 -0
  180. package/clients/storageService/client.gen.ts +18 -0
  181. package/clients/storageService/index.ts +3 -23
  182. package/clients/storageService/sdk.gen.ts +375 -0
  183. package/clients/storageService/types.gen.ts +1372 -0
  184. package/clients/supportService/client.gen.ts +18 -0
  185. package/clients/supportService/index.ts +3 -55
  186. package/clients/supportService/sdk.gen.ts +520 -0
  187. package/clients/supportService/types.gen.ts +2815 -0
  188. package/clients/systemService/client.gen.ts +18 -0
  189. package/clients/systemService/index.ts +3 -56
  190. package/clients/systemService/sdk.gen.ts +511 -0
  191. package/clients/systemService/types.gen.ts +2571 -0
  192. package/clients/tenantService/core/ApiError.js +20 -20
  193. package/clients/tenantService/core/ApiRequestOptions.js +2 -2
  194. package/clients/tenantService/core/ApiResult.js +2 -2
  195. package/clients/tenantService/core/CancelablePromise.js +104 -104
  196. package/clients/tenantService/core/OpenAPI.js +14 -14
  197. package/clients/tenantService/core/OpenAPI.ts +1 -1
  198. package/clients/tenantService/core/request.js +294 -294
  199. package/clients/tenantService/index.js +24 -24
  200. package/clients/tenantService/models/BooleanEnvelope.js +2 -2
  201. package/clients/tenantService/models/CartDto.js +2 -2
  202. package/clients/tenantService/models/CartDtoEnvelope.js +2 -2
  203. package/clients/tenantService/models/EmptyEnvelope.js +2 -2
  204. package/clients/tenantService/models/ErrorEnvelope.js +2 -2
  205. package/clients/tenantService/models/ExtendedTenantDto.js +2 -2
  206. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.js +2 -2
  207. package/clients/tenantService/models/ExtendedTenantEnrolmentDto.js +2 -2
  208. package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.js +2 -2
  209. package/clients/tenantService/models/Int32Envelope.js +2 -2
  210. package/clients/tenantService/models/NotificationDto.js +2 -2
  211. package/clients/tenantService/models/NotificationDtoListEnvelope.js +2 -2
  212. package/clients/tenantService/models/Operation.js +16 -16
  213. package/clients/tenantService/models/SocialProfileDto.js +12 -12
  214. package/clients/tenantService/models/SocialProfileDtoEnvelope.js +2 -2
  215. package/clients/tenantService/models/StringListEnvelope.js +2 -2
  216. package/clients/tenantService/models/SuiteLicenseAssignmentDto.js +2 -2
  217. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.js +2 -2
  218. package/clients/tenantService/models/SuiteLicenseDto.js +2 -2
  219. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.js +2 -2
  220. package/clients/tenantService/models/SuiteLicenseFeatureDto.js +2 -2
  221. package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.js +2 -2
  222. package/clients/tenantService/models/TenantCreateDto.js +2 -2
  223. package/clients/tenantService/models/TenantDepartmentCreateDto.js +2 -2
  224. package/clients/tenantService/models/TenantDepartmentDto.js +2 -2
  225. package/clients/tenantService/models/TenantDepartmentDtoEnvelope.js +2 -2
  226. package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.js +2 -2
  227. package/clients/tenantService/models/TenantDepartmentUpdateDto.js +2 -2
  228. package/clients/tenantService/models/TenantDto.js +2 -2
  229. package/clients/tenantService/models/TenantDtoEnvelope.js +2 -2
  230. package/clients/tenantService/models/TenantEnrollmentCreateDto.js +2 -2
  231. package/clients/tenantService/models/TenantEnrollmentUpdateDto.js +2 -2
  232. package/clients/tenantService/models/TenantEnrolmentDto.js +2 -2
  233. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.js +2 -2
  234. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.js +2 -2
  235. package/clients/tenantService/models/TenantIndustryCreateDto.js +2 -2
  236. package/clients/tenantService/models/TenantIndustryDto.js +2 -2
  237. package/clients/tenantService/models/TenantIndustryDtoEnvelope.js +2 -2
  238. package/clients/tenantService/models/TenantIndustryDtoListEnvelope.js +2 -2
  239. package/clients/tenantService/models/TenantIndustryUpdateDto.js +2 -2
  240. package/clients/tenantService/models/TenantInvitationCreateDto.js +2 -2
  241. package/clients/tenantService/models/TenantInvitationDto.js +2 -2
  242. package/clients/tenantService/models/TenantInvitationDtoEnvelope.js +2 -2
  243. package/clients/tenantService/models/TenantInvitationDtoListEnvelope.js +2 -2
  244. package/clients/tenantService/models/TenantPositionCreateDto.js +2 -2
  245. package/clients/tenantService/models/TenantPositionDto.js +2 -2
  246. package/clients/tenantService/models/TenantPositionDtoEnvelope.js +2 -2
  247. package/clients/tenantService/models/TenantPositionDtoListEnvelope.js +2 -2
  248. package/clients/tenantService/models/TenantPositionUpdateDto.js +2 -2
  249. package/clients/tenantService/models/TenantSegmentCreateDto.js +2 -2
  250. package/clients/tenantService/models/TenantSegmentDto.js +2 -2
  251. package/clients/tenantService/models/TenantSegmentDtoEnvelope.js +2 -2
  252. package/clients/tenantService/models/TenantSegmentDtoListEnvelope.js +2 -2
  253. package/clients/tenantService/models/TenantSegmentUpdateDto.js +2 -2
  254. package/clients/tenantService/models/TenantSizeCreateDto.js +2 -2
  255. package/clients/tenantService/models/TenantSizeDto.js +2 -2
  256. package/clients/tenantService/models/TenantSizeDtoEnvelope.js +2 -2
  257. package/clients/tenantService/models/TenantSizeDtoListEnvelope.js +2 -2
  258. package/clients/tenantService/models/TenantSizeUpdateDto.js +2 -2
  259. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.js +2 -2
  260. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.js +2 -2
  261. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.js +2 -2
  262. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.js +2 -2
  263. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.js +2 -2
  264. package/clients/tenantService/models/TenantTeamCreateDto.js +2 -2
  265. package/clients/tenantService/models/TenantTeamDto.js +2 -2
  266. package/clients/tenantService/models/TenantTeamDtoEnvelope.js +2 -2
  267. package/clients/tenantService/models/TenantTeamDtoListEnvelope.js +2 -2
  268. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.js +2 -2
  269. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.js +2 -2
  270. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.js +2 -2
  271. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.js +2 -2
  272. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.js +2 -2
  273. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.js +2 -2
  274. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.js +2 -2
  275. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.js +2 -2
  276. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.js +2 -2
  277. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.js +2 -2
  278. package/clients/tenantService/models/TenantTeamRecordCreateDto.js +2 -2
  279. package/clients/tenantService/models/TenantTeamRecordDto.js +2 -2
  280. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.js +2 -2
  281. package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.js +2 -2
  282. package/clients/tenantService/models/TenantTeamRecordUpdateDto.js +2 -2
  283. package/clients/tenantService/models/TenantTeamUpdateDto.js +2 -2
  284. package/clients/tenantService/models/TenantTerritoryCreateDto.js +2 -2
  285. package/clients/tenantService/models/TenantTerritoryDto.js +2 -2
  286. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.js +2 -2
  287. package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.js +2 -2
  288. package/clients/tenantService/models/TenantTerritoryUpdateDto.js +2 -2
  289. package/clients/tenantService/models/TenantTypeCreateDto.js +2 -2
  290. package/clients/tenantService/models/TenantTypeDto.js +2 -2
  291. package/clients/tenantService/models/TenantTypeDtoEnvelope.js +2 -2
  292. package/clients/tenantService/models/TenantTypeDtoListEnvelope.js +2 -2
  293. package/clients/tenantService/models/TenantTypeUpdateDto.js +2 -2
  294. package/clients/tenantService/models/TenantUnitCreateDto.js +2 -2
  295. package/clients/tenantService/models/TenantUnitDto.js +2 -2
  296. package/clients/tenantService/models/TenantUnitDtoEnvelope.js +2 -2
  297. package/clients/tenantService/models/TenantUnitDtoListEnvelope.js +2 -2
  298. package/clients/tenantService/models/TenantUnitUpdateDto.js +2 -2
  299. package/clients/tenantService/models/TenantUpdateDto.js +2 -2
  300. package/clients/tenantService/models/UserDto.js +26 -26
  301. package/clients/tenantService/models/UserDtoListEnvelope.js +2 -2
  302. package/clients/tenantService/models/WalletDto.js +2 -2
  303. package/clients/tenantService/models/WalletDtoEnvelope.js +2 -2
  304. package/clients/tenantService/models/WebPortalDto.js +2 -2
  305. package/clients/tenantService/models/WebPortalDtoListEnvelope.js +2 -2
  306. package/clients/tenantService/services/SizesService.js +173 -173
  307. package/clients/tenantService/services/TenantsService.js +3173 -3173
  308. package/clients/tenantsService/client.gen.ts +18 -0
  309. package/clients/tenantsService/index.ts +3 -0
  310. package/clients/tenantsService/sdk.gen.ts +1805 -0
  311. package/clients/tenantsService/types.gen.ts +7279 -0
  312. package/clients/timeTrackerService/client.gen.ts +18 -0
  313. package/clients/timeTrackerService/index.ts +3 -21
  314. package/clients/timeTrackerService/sdk.gen.ts +246 -0
  315. package/clients/timeTrackerService/types.gen.ts +909 -0
  316. package/clients/usersService/client.gen.ts +18 -0
  317. package/clients/usersService/index.ts +3 -0
  318. package/clients/usersService/sdk.gen.ts +434 -0
  319. package/clients/usersService/types.gen.ts +1976 -0
  320. package/clients/walletsService/client.gen.ts +18 -0
  321. package/clients/walletsService/index.ts +3 -35
  322. package/clients/walletsService/sdk.gen.ts +392 -0
  323. package/clients/walletsService/types.gen.ts +2101 -0
  324. package/openapi-ts-error-1774919197061.log +12 -0
  325. package/openapi-ts-error-1774919206848.log +12 -0
  326. package/openapi-ts-error-1774919211413.log +12 -0
  327. package/openapi-ts-error-1774919234889.log +12 -0
  328. package/openapi-ts-error-1774919238790.log +12 -0
  329. package/openapi-ts-error-1774919250450.log +12 -0
  330. package/openapi-ts-error-1774919289933.log +12 -0
  331. package/openapi-ts-error-1774919293886.log +12 -0
  332. package/openapi-ts-error-1774919297530.log +12 -0
  333. package/openapi-ts-error-1774952133757.log +12 -0
  334. package/openapi-ts-error-1774952145095.log +12 -0
  335. package/openapi-ts-error-1774952149289.log +12 -0
  336. package/openapi-ts-error-1774952170560.log +12 -0
  337. package/openapi-ts-error-1774952173946.log +12 -0
  338. package/openapi-ts-error-1774952221374.log +12 -0
  339. package/openapi-ts-error-1774952225129.log +12 -0
  340. package/openapi-ts-error-1774952228932.log +12 -0
  341. package/openapi-ts-error-1774955105047.log +12 -0
  342. package/output.txt +1831 -0
  343. package/package.json +3 -2
  344. package/schemas/accountingService/schema.s.js +6 -6
  345. package/schemas/accountingService/schema.s.ts +13402 -10999
  346. package/schemas/authService/schema.s.js +6 -6
  347. package/schemas/cartService/schema.s.js +6 -6
  348. package/schemas/cartService/schema.s.ts +380 -45
  349. package/schemas/catalogService/schema.s.js +6 -6
  350. package/schemas/catalogService/schema.s.ts +6778 -4651
  351. package/schemas/contentService/schema.s.js +6 -6
  352. package/schemas/contentService/schema.s.ts +4429 -3559
  353. package/schemas/crmService/schema.s.js +6 -6
  354. package/schemas/crmService/schema.s.ts +474 -47
  355. package/schemas/dealsService/schema.s.js +6 -6
  356. package/schemas/dealsService/schema.s.ts +703 -423
  357. package/schemas/forexService/schema.s.js +6 -6
  358. package/schemas/forexService/schema.s.ts +312 -3
  359. package/schemas/globeService/schema.s.js +6 -6
  360. package/schemas/globeService/schema.s.ts +462 -36
  361. package/schemas/hrmsService/schema.s.js +6 -6
  362. package/schemas/hrmsService/schema.s.ts +621 -34
  363. package/schemas/identityService/schema.s.js +6 -6
  364. package/schemas/identityService/schema.s.ts +72 -139
  365. package/schemas/inventoryService/schema.s.js +6 -6
  366. package/schemas/inventoryService/schema.s.ts +312 -2
  367. package/schemas/invoicingService/schema.s.js +6 -6
  368. package/schemas/invoicingService/schema.s.ts +2148 -1558
  369. package/schemas/learningService/schema.s.js +6 -6
  370. package/schemas/learningService/schema.s.ts +6891 -1035
  371. package/schemas/marketingService/schema.s.js +6 -6
  372. package/schemas/marketingService/schema.s.ts +394 -109
  373. package/schemas/ordersService/schema.s.js +6 -6
  374. package/schemas/ordersService/schema.s.ts +1098 -506
  375. package/schemas/paymentsService/schema.s.js +6 -6
  376. package/schemas/paymentsService/schema.s.ts +1367 -63
  377. package/schemas/pricingService/schema.s.js +6 -6
  378. package/schemas/pricingService/schema.s.ts +407 -181
  379. package/schemas/projectsService/schema.s.js +6 -6
  380. package/schemas/projectsService/schema.s.ts +396 -118
  381. package/schemas/quotesService/schema.s.js +6 -6
  382. package/schemas/quotesService/schema.s.ts +1445 -554
  383. package/schemas/salesService/schema.s.js +6 -6
  384. package/schemas/salesService/schema.s.ts +312 -2
  385. package/schemas/securityService/schema.s.js +6 -6
  386. package/schemas/securityService/schema.s.ts +3214 -978
  387. package/schemas/shipmentsService/schema.s.js +6 -6
  388. package/schemas/shipmentsService/schema.s.ts +310 -1
  389. package/schemas/socialService/schema.s.js +6 -6
  390. package/schemas/socialService/schema.s.ts +2058 -1353
  391. package/schemas/storageService/schema.s.js +6 -6
  392. package/schemas/storageService/schema.s.ts +390 -29
  393. package/schemas/supportService/schema.s.js +6 -6
  394. package/schemas/supportService/schema.s.ts +466 -117
  395. package/schemas/systemService/schema.s.js +6 -6
  396. package/schemas/systemService/schema.s.ts +769 -153
  397. package/schemas/tenantsService/schema.s.ts +8082 -0
  398. package/schemas/timeTrackerService/schema.s.js +6 -6
  399. package/schemas/timeTrackerService/schema.s.ts +368 -24
  400. package/schemas/usersService/schema.s.ts +1970 -0
  401. package/schemas/walletsService/schema.s.js +6 -6
  402. package/schemas/walletsService/schema.s.ts +1294 -842
  403. package/clients/accountingService/core/ApiError.js +0 -20
  404. package/clients/accountingService/core/ApiError.ts +0 -25
  405. package/clients/accountingService/core/ApiRequestOptions.js +0 -2
  406. package/clients/accountingService/core/ApiRequestOptions.ts +0 -17
  407. package/clients/accountingService/core/ApiResult.js +0 -2
  408. package/clients/accountingService/core/ApiResult.ts +0 -11
  409. package/clients/accountingService/core/CancelablePromise.js +0 -104
  410. package/clients/accountingService/core/CancelablePromise.ts +0 -131
  411. package/clients/accountingService/core/OpenAPI.js +0 -14
  412. package/clients/accountingService/core/OpenAPI.ts +0 -32
  413. package/clients/accountingService/core/request.js +0 -294
  414. package/clients/accountingService/core/request.ts +0 -322
  415. package/clients/accountingService/index.js +0 -106
  416. package/clients/accountingService/models/AccountCreateDto.js +0 -14
  417. package/clients/accountingService/models/AccountCreateDto.ts +0 -30
  418. package/clients/accountingService/models/AccountDto.js +0 -14
  419. package/clients/accountingService/models/AccountDto.ts +0 -41
  420. package/clients/accountingService/models/AccountDtoEnvelope.js +0 -2
  421. package/clients/accountingService/models/AccountDtoEnvelope.ts +0 -14
  422. package/clients/accountingService/models/AccountDtoListEnvelope.js +0 -2
  423. package/clients/accountingService/models/AccountDtoListEnvelope.ts +0 -14
  424. package/clients/accountingService/models/AccountGroupCreateDto.js +0 -2
  425. package/clients/accountingService/models/AccountGroupCreateDto.ts +0 -14
  426. package/clients/accountingService/models/AccountGroupDto.js +0 -2
  427. package/clients/accountingService/models/AccountGroupDto.ts +0 -14
  428. package/clients/accountingService/models/AccountGroupDtoEnvelope.js +0 -2
  429. package/clients/accountingService/models/AccountGroupDtoEnvelope.ts +0 -14
  430. package/clients/accountingService/models/AccountGroupDtoListEnvelope.js +0 -2
  431. package/clients/accountingService/models/AccountGroupDtoListEnvelope.ts +0 -14
  432. package/clients/accountingService/models/AccountGroupUpdateDto.js +0 -2
  433. package/clients/accountingService/models/AccountGroupUpdateDto.ts +0 -12
  434. package/clients/accountingService/models/AccountRelationCreateDto.js +0 -2
  435. package/clients/accountingService/models/AccountRelationCreateDto.ts +0 -12
  436. package/clients/accountingService/models/AccountRelationDto.js +0 -2
  437. package/clients/accountingService/models/AccountRelationDto.ts +0 -12
  438. package/clients/accountingService/models/AccountRelationDtoListEnvelope.js +0 -2
  439. package/clients/accountingService/models/AccountRelationDtoListEnvelope.ts +0 -14
  440. package/clients/accountingService/models/AccountRelationUpdateDto.js +0 -2
  441. package/clients/accountingService/models/AccountRelationUpdateDto.ts +0 -10
  442. package/clients/accountingService/models/AccountTypeCreateDto.js +0 -2
  443. package/clients/accountingService/models/AccountTypeCreateDto.ts +0 -13
  444. package/clients/accountingService/models/AccountTypeDto.js +0 -2
  445. package/clients/accountingService/models/AccountTypeDto.ts +0 -13
  446. package/clients/accountingService/models/AccountTypeDtoListEnvelope.js +0 -2
  447. package/clients/accountingService/models/AccountTypeDtoListEnvelope.ts +0 -14
  448. package/clients/accountingService/models/AccountTypeUpdateDto.js +0 -2
  449. package/clients/accountingService/models/AccountTypeUpdateDto.ts +0 -11
  450. package/clients/accountingService/models/AccountUpdateDto.js +0 -14
  451. package/clients/accountingService/models/AccountUpdateDto.ts +0 -26
  452. package/clients/accountingService/models/AccountingEntryCreateDto.js +0 -12
  453. package/clients/accountingService/models/AccountingEntryCreateDto.ts +0 -26
  454. package/clients/accountingService/models/AccountingEntryDto.js +0 -12
  455. package/clients/accountingService/models/AccountingEntryDto.ts +0 -34
  456. package/clients/accountingService/models/AccountingEntryDtoEnvelope.js +0 -2
  457. package/clients/accountingService/models/AccountingEntryDtoEnvelope.ts +0 -14
  458. package/clients/accountingService/models/AccountingEntryDtoListEnvelope.js +0 -2
  459. package/clients/accountingService/models/AccountingEntryDtoListEnvelope.ts +0 -14
  460. package/clients/accountingService/models/AccountingEntryUpdateDto.js +0 -12
  461. package/clients/accountingService/models/AccountingEntryUpdateDto.ts +0 -24
  462. package/clients/accountingService/models/AccountingPeriodCreateDto.js +0 -2
  463. package/clients/accountingService/models/AccountingPeriodCreateDto.ts +0 -14
  464. package/clients/accountingService/models/AccountingPeriodDto.js +0 -2
  465. package/clients/accountingService/models/AccountingPeriodDto.ts +0 -14
  466. package/clients/accountingService/models/AccountingPeriodDtoEnvelope.js +0 -2
  467. package/clients/accountingService/models/AccountingPeriodDtoEnvelope.ts +0 -14
  468. package/clients/accountingService/models/AccountingPeriodDtoListEnvelope.js +0 -2
  469. package/clients/accountingService/models/AccountingPeriodDtoListEnvelope.ts +0 -14
  470. package/clients/accountingService/models/AccountingPeriodUpdateDto.js +0 -2
  471. package/clients/accountingService/models/AccountingPeriodUpdateDto.ts +0 -12
  472. package/clients/accountingService/models/AppliedTaxPolicyRecordCreateDto.js +0 -2
  473. package/clients/accountingService/models/AppliedTaxPolicyRecordCreateDto.ts +0 -16
  474. package/clients/accountingService/models/AppliedTaxPolicyRecordDto.js +0 -2
  475. package/clients/accountingService/models/AppliedTaxPolicyRecordDto.ts +0 -16
  476. package/clients/accountingService/models/AppliedTaxPolicyRecordDtoEnvelope.js +0 -2
  477. package/clients/accountingService/models/AppliedTaxPolicyRecordDtoEnvelope.ts +0 -14
  478. package/clients/accountingService/models/AppliedTaxPolicyRecordDtoListEnvelope.js +0 -2
  479. package/clients/accountingService/models/AppliedTaxPolicyRecordDtoListEnvelope.ts +0 -14
  480. package/clients/accountingService/models/AppliedTaxPolicyRecordUpdateDto.js +0 -2
  481. package/clients/accountingService/models/AppliedTaxPolicyRecordUpdateDto.ts +0 -14
  482. package/clients/accountingService/models/BankAccountCreateDto.js +0 -14
  483. package/clients/accountingService/models/BankAccountCreateDto.ts +0 -37
  484. package/clients/accountingService/models/BankAccountDto.js +0 -14
  485. package/clients/accountingService/models/BankAccountDto.ts +0 -47
  486. package/clients/accountingService/models/BankAccountDtoEnvelope.js +0 -2
  487. package/clients/accountingService/models/BankAccountDtoEnvelope.ts +0 -14
  488. package/clients/accountingService/models/BankAccountDtoListEnvelope.js +0 -2
  489. package/clients/accountingService/models/BankAccountDtoListEnvelope.ts +0 -14
  490. package/clients/accountingService/models/BankAccountUpdateDto.js +0 -14
  491. package/clients/accountingService/models/BankAccountUpdateDto.ts +0 -33
  492. package/clients/accountingService/models/BankCreateDto.js +0 -2
  493. package/clients/accountingService/models/BankCreateDto.ts +0 -12
  494. package/clients/accountingService/models/BankDto.js +0 -2
  495. package/clients/accountingService/models/BankDto.ts +0 -12
  496. package/clients/accountingService/models/BankDtoEnvelope.js +0 -2
  497. package/clients/accountingService/models/BankDtoEnvelope.ts +0 -14
  498. package/clients/accountingService/models/BankDtoListEnvelope.js +0 -2
  499. package/clients/accountingService/models/BankDtoListEnvelope.ts +0 -14
  500. package/clients/accountingService/models/BankGuaranteeCreateDto.js +0 -11
  501. package/clients/accountingService/models/BankGuaranteeCreateDto.ts +0 -33
  502. package/clients/accountingService/models/BankGuaranteeDto.js +0 -11
  503. package/clients/accountingService/models/BankGuaranteeDto.ts +0 -33
  504. package/clients/accountingService/models/BankGuaranteeDtoEnvelope.js +0 -2
  505. package/clients/accountingService/models/BankGuaranteeDtoEnvelope.ts +0 -14
  506. package/clients/accountingService/models/BankGuaranteeDtoListEnvelope.js +0 -2
  507. package/clients/accountingService/models/BankGuaranteeDtoListEnvelope.ts +0 -14
  508. package/clients/accountingService/models/BankGuaranteeUpdateDto.js +0 -11
  509. package/clients/accountingService/models/BankGuaranteeUpdateDto.ts +0 -31
  510. package/clients/accountingService/models/BankTransactionCreateDto.js +0 -2
  511. package/clients/accountingService/models/BankTransactionCreateDto.ts +0 -11
  512. package/clients/accountingService/models/BankTransactionDto.js +0 -2
  513. package/clients/accountingService/models/BankTransactionDto.ts +0 -24
  514. package/clients/accountingService/models/BankTransactionDtoEnvelope.js +0 -2
  515. package/clients/accountingService/models/BankTransactionDtoEnvelope.ts +0 -14
  516. package/clients/accountingService/models/BankTransactionDtoListEnvelope.js +0 -2
  517. package/clients/accountingService/models/BankTransactionDtoListEnvelope.ts +0 -14
  518. package/clients/accountingService/models/BankTransactionUpdateDto.js +0 -2
  519. package/clients/accountingService/models/BankTransactionUpdateDto.ts +0 -22
  520. package/clients/accountingService/models/BankUpdateDto.js +0 -2
  521. package/clients/accountingService/models/BankUpdateDto.ts +0 -10
  522. package/clients/accountingService/models/BillingProfileCreateDto.js +0 -2
  523. package/clients/accountingService/models/BillingProfileCreateDto.ts +0 -30
  524. package/clients/accountingService/models/BillingProfileDto.js +0 -11
  525. package/clients/accountingService/models/BillingProfileDto.ts +0 -67
  526. package/clients/accountingService/models/BillingProfileDtoEnvelope.js +0 -2
  527. package/clients/accountingService/models/BillingProfileDtoEnvelope.ts +0 -14
  528. package/clients/accountingService/models/BillingProfileDtoListEnvelope.js +0 -2
  529. package/clients/accountingService/models/BillingProfileDtoListEnvelope.ts +0 -14
  530. package/clients/accountingService/models/BillingProfileUpdateDto.js +0 -2
  531. package/clients/accountingService/models/BillingProfileUpdateDto.ts +0 -28
  532. package/clients/accountingService/models/BudgetAccountEntryCreateDto.js +0 -12
  533. package/clients/accountingService/models/BudgetAccountEntryCreateDto.ts +0 -27
  534. package/clients/accountingService/models/BudgetAccountEntryDto.js +0 -12
  535. package/clients/accountingService/models/BudgetAccountEntryDto.ts +0 -35
  536. package/clients/accountingService/models/BudgetAccountEntryDtoEnvelope.js +0 -2
  537. package/clients/accountingService/models/BudgetAccountEntryDtoEnvelope.ts +0 -14
  538. package/clients/accountingService/models/BudgetAccountEntryDtoListEnvelope.js +0 -2
  539. package/clients/accountingService/models/BudgetAccountEntryDtoListEnvelope.ts +0 -14
  540. package/clients/accountingService/models/BudgetAccountEntryUpdateDto.js +0 -12
  541. package/clients/accountingService/models/BudgetAccountEntryUpdateDto.ts +0 -25
  542. package/clients/accountingService/models/BudgetCreateDto.js +0 -2
  543. package/clients/accountingService/models/BudgetCreateDto.ts +0 -12
  544. package/clients/accountingService/models/BudgetDto.js +0 -2
  545. package/clients/accountingService/models/BudgetDto.ts +0 -12
  546. package/clients/accountingService/models/BudgetDtoEnvelope.js +0 -2
  547. package/clients/accountingService/models/BudgetDtoEnvelope.ts +0 -14
  548. package/clients/accountingService/models/BudgetDtoListEnvelope.js +0 -2
  549. package/clients/accountingService/models/BudgetDtoListEnvelope.ts +0 -14
  550. package/clients/accountingService/models/BudgetUpdateDto.js +0 -2
  551. package/clients/accountingService/models/BudgetUpdateDto.ts +0 -9
  552. package/clients/accountingService/models/CommissionCreateDto.js +0 -2
  553. package/clients/accountingService/models/CommissionCreateDto.ts +0 -22
  554. package/clients/accountingService/models/CommissionDto.js +0 -2
  555. package/clients/accountingService/models/CommissionDto.ts +0 -22
  556. package/clients/accountingService/models/CommissionDtoListEnvelope.js +0 -2
  557. package/clients/accountingService/models/CommissionDtoListEnvelope.ts +0 -14
  558. package/clients/accountingService/models/CommissionUpdateDto.js +0 -2
  559. package/clients/accountingService/models/CommissionUpdateDto.ts +0 -20
  560. package/clients/accountingService/models/CostCentreBudgetCreateDto.js +0 -2
  561. package/clients/accountingService/models/CostCentreBudgetCreateDto.ts +0 -13
  562. package/clients/accountingService/models/CostCentreBudgetDto.js +0 -2
  563. package/clients/accountingService/models/CostCentreBudgetDto.ts +0 -13
  564. package/clients/accountingService/models/CostCentreBudgetDtoEnvelope.js +0 -2
  565. package/clients/accountingService/models/CostCentreBudgetDtoEnvelope.ts +0 -14
  566. package/clients/accountingService/models/CostCentreBudgetDtoListEnvelope.js +0 -2
  567. package/clients/accountingService/models/CostCentreBudgetDtoListEnvelope.ts +0 -14
  568. package/clients/accountingService/models/CostCentreBudgetUpdateDto.js +0 -2
  569. package/clients/accountingService/models/CostCentreBudgetUpdateDto.ts +0 -10
  570. package/clients/accountingService/models/CostCentreCreateDto.js +0 -11
  571. package/clients/accountingService/models/CostCentreCreateDto.ts +0 -22
  572. package/clients/accountingService/models/CostCentreDto.js +0 -11
  573. package/clients/accountingService/models/CostCentreDto.ts +0 -22
  574. package/clients/accountingService/models/CostCentreDtoEnvelope.js +0 -2
  575. package/clients/accountingService/models/CostCentreDtoEnvelope.ts +0 -14
  576. package/clients/accountingService/models/CostCentreDtoListEnvelope.js +0 -2
  577. package/clients/accountingService/models/CostCentreDtoListEnvelope.ts +0 -14
  578. package/clients/accountingService/models/CostCentreGroupCreateDto.js +0 -2
  579. package/clients/accountingService/models/CostCentreGroupCreateDto.ts +0 -14
  580. package/clients/accountingService/models/CostCentreGroupDto.js +0 -2
  581. package/clients/accountingService/models/CostCentreGroupDto.ts +0 -14
  582. package/clients/accountingService/models/CostCentreGroupDtoEnvelope.js +0 -2
  583. package/clients/accountingService/models/CostCentreGroupDtoEnvelope.ts +0 -14
  584. package/clients/accountingService/models/CostCentreGroupDtoListEnvelope.js +0 -2
  585. package/clients/accountingService/models/CostCentreGroupDtoListEnvelope.ts +0 -14
  586. package/clients/accountingService/models/CostCentreGroupUpdateDto.js +0 -2
  587. package/clients/accountingService/models/CostCentreGroupUpdateDto.ts +0 -12
  588. package/clients/accountingService/models/CostCentreUpdateDto.js +0 -11
  589. package/clients/accountingService/models/CostCentreUpdateDto.ts +0 -20
  590. package/clients/accountingService/models/CreateLedgerDto.js +0 -2
  591. package/clients/accountingService/models/CreateLedgerDto.ts +0 -15
  592. package/clients/accountingService/models/Currency.js +0 -2
  593. package/clients/accountingService/models/Currency.ts +0 -9
  594. package/clients/accountingService/models/EmptyEnvelope.js +0 -2
  595. package/clients/accountingService/models/EmptyEnvelope.ts +0 -12
  596. package/clients/accountingService/models/ErrorEnvelope.js +0 -2
  597. package/clients/accountingService/models/ErrorEnvelope.ts +0 -12
  598. package/clients/accountingService/models/FinancialBookCreateDto.js +0 -2
  599. package/clients/accountingService/models/FinancialBookCreateDto.ts +0 -12
  600. package/clients/accountingService/models/FinancialBookDto.js +0 -2
  601. package/clients/accountingService/models/FinancialBookDto.ts +0 -12
  602. package/clients/accountingService/models/FinancialBookDtoEnvelope.js +0 -2
  603. package/clients/accountingService/models/FinancialBookDtoEnvelope.ts +0 -14
  604. package/clients/accountingService/models/FinancialBookDtoListEnvelope.js +0 -2
  605. package/clients/accountingService/models/FinancialBookDtoListEnvelope.ts +0 -14
  606. package/clients/accountingService/models/FinancialBookUpdateDto.js +0 -2
  607. package/clients/accountingService/models/FinancialBookUpdateDto.ts +0 -10
  608. package/clients/accountingService/models/FiscalAuthorityCreateDto.js +0 -2
  609. package/clients/accountingService/models/FiscalAuthorityCreateDto.ts +0 -14
  610. package/clients/accountingService/models/FiscalAuthorityDto.js +0 -2
  611. package/clients/accountingService/models/FiscalAuthorityDto.ts +0 -16
  612. package/clients/accountingService/models/FiscalAuthorityDtoEnvelope.js +0 -2
  613. package/clients/accountingService/models/FiscalAuthorityDtoEnvelope.ts +0 -14
  614. package/clients/accountingService/models/FiscalAuthorityDtoListEnvelope.js +0 -2
  615. package/clients/accountingService/models/FiscalAuthorityDtoListEnvelope.ts +0 -14
  616. package/clients/accountingService/models/FiscalAuthorityUpdateDto.js +0 -2
  617. package/clients/accountingService/models/FiscalAuthorityUpdateDto.ts +0 -12
  618. package/clients/accountingService/models/FiscalIdentificationTypeCreateDto.js +0 -2
  619. package/clients/accountingService/models/FiscalIdentificationTypeCreateDto.ts +0 -14
  620. package/clients/accountingService/models/FiscalIdentificationTypeDto.js +0 -2
  621. package/clients/accountingService/models/FiscalIdentificationTypeDto.ts +0 -14
  622. package/clients/accountingService/models/FiscalIdentificationTypeDtoEnvelope.js +0 -2
  623. package/clients/accountingService/models/FiscalIdentificationTypeDtoEnvelope.ts +0 -14
  624. package/clients/accountingService/models/FiscalIdentificationTypeDtoListEnvelope.js +0 -2
  625. package/clients/accountingService/models/FiscalIdentificationTypeDtoListEnvelope.ts +0 -14
  626. package/clients/accountingService/models/FiscalIdentificationTypeUpdateDto.js +0 -2
  627. package/clients/accountingService/models/FiscalIdentificationTypeUpdateDto.ts +0 -12
  628. package/clients/accountingService/models/FiscalPeriodCreateDto.js +0 -2
  629. package/clients/accountingService/models/FiscalPeriodCreateDto.ts +0 -15
  630. package/clients/accountingService/models/FiscalPeriodDto.js +0 -2
  631. package/clients/accountingService/models/FiscalPeriodDto.ts +0 -15
  632. package/clients/accountingService/models/FiscalPeriodDtoEnvelope.js +0 -2
  633. package/clients/accountingService/models/FiscalPeriodDtoEnvelope.ts +0 -14
  634. package/clients/accountingService/models/FiscalPeriodDtoListEnvelope.js +0 -2
  635. package/clients/accountingService/models/FiscalPeriodDtoListEnvelope.ts +0 -14
  636. package/clients/accountingService/models/FiscalPeriodUpdateDto.js +0 -2
  637. package/clients/accountingService/models/FiscalPeriodUpdateDto.ts +0 -13
  638. package/clients/accountingService/models/FiscalRegimeCreateDto.js +0 -2
  639. package/clients/accountingService/models/FiscalRegimeCreateDto.ts +0 -14
  640. package/clients/accountingService/models/FiscalRegimeDto.js +0 -2
  641. package/clients/accountingService/models/FiscalRegimeDto.ts +0 -14
  642. package/clients/accountingService/models/FiscalRegimeDtoEnvelope.js +0 -2
  643. package/clients/accountingService/models/FiscalRegimeDtoEnvelope.ts +0 -14
  644. package/clients/accountingService/models/FiscalRegimeDtoListEnvelope.js +0 -2
  645. package/clients/accountingService/models/FiscalRegimeDtoListEnvelope.ts +0 -14
  646. package/clients/accountingService/models/FiscalRegimeUpdateDto.js +0 -2
  647. package/clients/accountingService/models/FiscalRegimeUpdateDto.ts +0 -12
  648. package/clients/accountingService/models/FiscalResponsibilityCreateDto.js +0 -2
  649. package/clients/accountingService/models/FiscalResponsibilityCreateDto.ts +0 -14
  650. package/clients/accountingService/models/FiscalResponsibilityDto.js +0 -2
  651. package/clients/accountingService/models/FiscalResponsibilityDto.ts +0 -14
  652. package/clients/accountingService/models/FiscalResponsibilityDtoEnvelope.js +0 -2
  653. package/clients/accountingService/models/FiscalResponsibilityDtoEnvelope.ts +0 -14
  654. package/clients/accountingService/models/FiscalResponsibilityDtoListEnvelope.js +0 -2
  655. package/clients/accountingService/models/FiscalResponsibilityDtoListEnvelope.ts +0 -14
  656. package/clients/accountingService/models/FiscalResponsibilityRecordCreateDto.js +0 -2
  657. package/clients/accountingService/models/FiscalResponsibilityRecordCreateDto.ts +0 -13
  658. package/clients/accountingService/models/FiscalResponsibilityRecordDto.js +0 -2
  659. package/clients/accountingService/models/FiscalResponsibilityRecordDto.ts +0 -13
  660. package/clients/accountingService/models/FiscalResponsibilityRecordDtoEnvelope.js +0 -2
  661. package/clients/accountingService/models/FiscalResponsibilityRecordDtoEnvelope.ts +0 -14
  662. package/clients/accountingService/models/FiscalResponsibilityRecordDtoListEnvelope.js +0 -2
  663. package/clients/accountingService/models/FiscalResponsibilityRecordDtoListEnvelope.ts +0 -14
  664. package/clients/accountingService/models/FiscalResponsibilityRecordUpdateDto.js +0 -2
  665. package/clients/accountingService/models/FiscalResponsibilityRecordUpdateDto.ts +0 -11
  666. package/clients/accountingService/models/FiscalResponsibilityUpdateDto.js +0 -2
  667. package/clients/accountingService/models/FiscalResponsibilityUpdateDto.ts +0 -12
  668. package/clients/accountingService/models/FiscalYearCreateDto.js +0 -2
  669. package/clients/accountingService/models/FiscalYearCreateDto.ts +0 -16
  670. package/clients/accountingService/models/FiscalYearDto.js +0 -2
  671. package/clients/accountingService/models/FiscalYearDto.ts +0 -17
  672. package/clients/accountingService/models/FiscalYearDtoEnvelope.js +0 -2
  673. package/clients/accountingService/models/FiscalYearDtoEnvelope.ts +0 -14
  674. package/clients/accountingService/models/FiscalYearDtoListEnvelope.js +0 -2
  675. package/clients/accountingService/models/FiscalYearDtoListEnvelope.ts +0 -14
  676. package/clients/accountingService/models/FiscalYearUpdateDto.js +0 -2
  677. package/clients/accountingService/models/FiscalYearUpdateDto.ts +0 -12
  678. package/clients/accountingService/models/GrantCreateDto.js +0 -2
  679. package/clients/accountingService/models/GrantCreateDto.ts +0 -11
  680. package/clients/accountingService/models/GrantDto.js +0 -2
  681. package/clients/accountingService/models/GrantDto.ts +0 -11
  682. package/clients/accountingService/models/GrantDtoEnvelope.js +0 -2
  683. package/clients/accountingService/models/GrantDtoEnvelope.ts +0 -14
  684. package/clients/accountingService/models/GrantDtoListEnvelope.js +0 -2
  685. package/clients/accountingService/models/GrantDtoListEnvelope.ts +0 -14
  686. package/clients/accountingService/models/GrantUpdateDto.js +0 -2
  687. package/clients/accountingService/models/GrantUpdateDto.ts +0 -9
  688. package/clients/accountingService/models/Int32Envelope.js +0 -2
  689. package/clients/accountingService/models/Int32Envelope.ts +0 -13
  690. package/clients/accountingService/models/InvoiceEnumerationRangeCreateDto.js +0 -12
  691. package/clients/accountingService/models/InvoiceEnumerationRangeCreateDto.ts +0 -29
  692. package/clients/accountingService/models/InvoiceEnumerationRangeDto.js +0 -12
  693. package/clients/accountingService/models/InvoiceEnumerationRangeDto.ts +0 -29
  694. package/clients/accountingService/models/InvoiceEnumerationRangeDtoEnvelope.js +0 -2
  695. package/clients/accountingService/models/InvoiceEnumerationRangeDtoEnvelope.ts +0 -14
  696. package/clients/accountingService/models/InvoiceEnumerationRangeDtoListEnvelope.js +0 -2
  697. package/clients/accountingService/models/InvoiceEnumerationRangeDtoListEnvelope.ts +0 -14
  698. package/clients/accountingService/models/InvoiceEnumerationRangeUpdateDto.js +0 -12
  699. package/clients/accountingService/models/InvoiceEnumerationRangeUpdateDto.ts +0 -27
  700. package/clients/accountingService/models/ItemTaxPolicyRecordCreateDto.js +0 -2
  701. package/clients/accountingService/models/ItemTaxPolicyRecordCreateDto.ts +0 -12
  702. package/clients/accountingService/models/ItemTaxPolicyRecordDto.js +0 -2
  703. package/clients/accountingService/models/ItemTaxPolicyRecordDto.ts +0 -12
  704. package/clients/accountingService/models/ItemTaxPolicyRecordDtoEnvelope.js +0 -2
  705. package/clients/accountingService/models/ItemTaxPolicyRecordDtoEnvelope.ts +0 -14
  706. package/clients/accountingService/models/ItemTaxPolicyRecordDtoListEnvelope.js +0 -2
  707. package/clients/accountingService/models/ItemTaxPolicyRecordDtoListEnvelope.ts +0 -14
  708. package/clients/accountingService/models/ItemTaxPolicyRecordUpdateDto.js +0 -2
  709. package/clients/accountingService/models/ItemTaxPolicyRecordUpdateDto.ts +0 -12
  710. package/clients/accountingService/models/JournalCreateDto.js +0 -2
  711. package/clients/accountingService/models/JournalCreateDto.ts +0 -17
  712. package/clients/accountingService/models/JournalDto.js +0 -2
  713. package/clients/accountingService/models/JournalDto.ts +0 -17
  714. package/clients/accountingService/models/JournalDtoEnvelope.js +0 -2
  715. package/clients/accountingService/models/JournalDtoEnvelope.ts +0 -14
  716. package/clients/accountingService/models/JournalDtoListEnvelope.js +0 -2
  717. package/clients/accountingService/models/JournalDtoListEnvelope.ts +0 -14
  718. package/clients/accountingService/models/JournalEntryCreateDto.js +0 -2
  719. package/clients/accountingService/models/JournalEntryCreateDto.ts +0 -21
  720. package/clients/accountingService/models/JournalEntryDto.js +0 -2
  721. package/clients/accountingService/models/JournalEntryDto.ts +0 -32
  722. package/clients/accountingService/models/JournalEntryDtoListEnvelope.js +0 -2
  723. package/clients/accountingService/models/JournalEntryDtoListEnvelope.ts +0 -14
  724. package/clients/accountingService/models/JournalEntryUpdateDto.js +0 -2
  725. package/clients/accountingService/models/JournalEntryUpdateDto.ts +0 -19
  726. package/clients/accountingService/models/JournalTypeCreateDto.js +0 -2
  727. package/clients/accountingService/models/JournalTypeCreateDto.ts +0 -12
  728. package/clients/accountingService/models/JournalTypeDto.js +0 -2
  729. package/clients/accountingService/models/JournalTypeDto.ts +0 -12
  730. package/clients/accountingService/models/JournalTypeDtoEnvelope.js +0 -2
  731. package/clients/accountingService/models/JournalTypeDtoEnvelope.ts +0 -14
  732. package/clients/accountingService/models/JournalTypeDtoListEnvelope.js +0 -2
  733. package/clients/accountingService/models/JournalTypeDtoListEnvelope.ts +0 -14
  734. package/clients/accountingService/models/JournalTypeUpdateDto.js +0 -2
  735. package/clients/accountingService/models/JournalTypeUpdateDto.ts +0 -10
  736. package/clients/accountingService/models/JournalUpdateDto.js +0 -2
  737. package/clients/accountingService/models/JournalUpdateDto.ts +0 -13
  738. package/clients/accountingService/models/LedgerDto.js +0 -2
  739. package/clients/accountingService/models/LedgerDto.ts +0 -15
  740. package/clients/accountingService/models/LedgerDtoEnvelope.js +0 -2
  741. package/clients/accountingService/models/LedgerDtoEnvelope.ts +0 -14
  742. package/clients/accountingService/models/LedgerDtoListEnvelope.js +0 -2
  743. package/clients/accountingService/models/LedgerDtoListEnvelope.ts +0 -14
  744. package/clients/accountingService/models/LoanApplicationCreateDto.js +0 -2
  745. package/clients/accountingService/models/LoanApplicationCreateDto.ts +0 -11
  746. package/clients/accountingService/models/LoanApplicationDto.js +0 -2
  747. package/clients/accountingService/models/LoanApplicationDto.ts +0 -11
  748. package/clients/accountingService/models/LoanApplicationDtoEnvelope.js +0 -2
  749. package/clients/accountingService/models/LoanApplicationDtoEnvelope.ts +0 -14
  750. package/clients/accountingService/models/LoanApplicationDtoListEnvelope.js +0 -2
  751. package/clients/accountingService/models/LoanApplicationDtoListEnvelope.ts +0 -14
  752. package/clients/accountingService/models/LoanApplicationUpdateDto.js +0 -2
  753. package/clients/accountingService/models/LoanApplicationUpdateDto.ts +0 -9
  754. package/clients/accountingService/models/LoanCreateDto.js +0 -2
  755. package/clients/accountingService/models/LoanCreateDto.ts +0 -18
  756. package/clients/accountingService/models/LoanDto.js +0 -2
  757. package/clients/accountingService/models/LoanDto.ts +0 -18
  758. package/clients/accountingService/models/LoanDtoEnvelope.js +0 -2
  759. package/clients/accountingService/models/LoanDtoEnvelope.ts +0 -14
  760. package/clients/accountingService/models/LoanDtoListEnvelope.js +0 -2
  761. package/clients/accountingService/models/LoanDtoListEnvelope.ts +0 -14
  762. package/clients/accountingService/models/LoanUpdateDto.js +0 -2
  763. package/clients/accountingService/models/LoanUpdateDto.ts +0 -15
  764. package/clients/accountingService/models/Money.js +0 -2
  765. package/clients/accountingService/models/Money.ts +0 -10
  766. package/clients/accountingService/models/Operation.js +0 -16
  767. package/clients/accountingService/models/Operation.ts +0 -23
  768. package/clients/accountingService/models/PaymentCommissionCreateDto.js +0 -2
  769. package/clients/accountingService/models/PaymentCommissionCreateDto.ts +0 -10
  770. package/clients/accountingService/models/PaymentCommissionDto.js +0 -2
  771. package/clients/accountingService/models/PaymentCommissionDto.ts +0 -23
  772. package/clients/accountingService/models/PaymentCommissionDtoListEnvelope.js +0 -2
  773. package/clients/accountingService/models/PaymentCommissionDtoListEnvelope.ts +0 -14
  774. package/clients/accountingService/models/PaymentCommissionUpdateDto.js +0 -2
  775. package/clients/accountingService/models/PaymentCommissionUpdateDto.ts +0 -21
  776. package/clients/accountingService/models/ReceiptCreateDto.js +0 -11
  777. package/clients/accountingService/models/ReceiptCreateDto.ts +0 -48
  778. package/clients/accountingService/models/ReceiptDto.js +0 -11
  779. package/clients/accountingService/models/ReceiptDto.ts +0 -24
  780. package/clients/accountingService/models/ReceiptDtoEnvelope.js +0 -2
  781. package/clients/accountingService/models/ReceiptDtoEnvelope.ts +0 -14
  782. package/clients/accountingService/models/ReceiptDtoListEnvelope.js +0 -2
  783. package/clients/accountingService/models/ReceiptDtoListEnvelope.ts +0 -14
  784. package/clients/accountingService/models/ReceiptUpdateDto.js +0 -2
  785. package/clients/accountingService/models/ReceiptUpdateDto.ts +0 -19
  786. package/clients/accountingService/models/ShareClassCreateDto.js +0 -2
  787. package/clients/accountingService/models/ShareClassCreateDto.ts +0 -16
  788. package/clients/accountingService/models/ShareClassDto.js +0 -2
  789. package/clients/accountingService/models/ShareClassDto.ts +0 -16
  790. package/clients/accountingService/models/ShareClassDtoEnvelope.js +0 -2
  791. package/clients/accountingService/models/ShareClassDtoEnvelope.ts +0 -14
  792. package/clients/accountingService/models/ShareClassDtoListEnvelope.js +0 -2
  793. package/clients/accountingService/models/ShareClassDtoListEnvelope.ts +0 -14
  794. package/clients/accountingService/models/ShareClassUpdateDto.js +0 -2
  795. package/clients/accountingService/models/ShareClassUpdateDto.ts +0 -14
  796. package/clients/accountingService/models/ShareIssuanceCreateDto.js +0 -2
  797. package/clients/accountingService/models/ShareIssuanceCreateDto.ts +0 -14
  798. package/clients/accountingService/models/ShareIssuanceDto.js +0 -2
  799. package/clients/accountingService/models/ShareIssuanceDto.ts +0 -14
  800. package/clients/accountingService/models/ShareIssuanceDtoEnvelope.js +0 -2
  801. package/clients/accountingService/models/ShareIssuanceDtoEnvelope.ts +0 -14
  802. package/clients/accountingService/models/ShareIssuanceDtoListEnvelope.js +0 -2
  803. package/clients/accountingService/models/ShareIssuanceDtoListEnvelope.ts +0 -14
  804. package/clients/accountingService/models/ShareIssuanceUpdateDto.js +0 -2
  805. package/clients/accountingService/models/ShareIssuanceUpdateDto.ts +0 -12
  806. package/clients/accountingService/models/ShareTransferCreateDto.js +0 -2
  807. package/clients/accountingService/models/ShareTransferCreateDto.ts +0 -16
  808. package/clients/accountingService/models/ShareTransferDto.js +0 -2
  809. package/clients/accountingService/models/ShareTransferDto.ts +0 -16
  810. package/clients/accountingService/models/ShareTransferDtoEnvelope.js +0 -2
  811. package/clients/accountingService/models/ShareTransferDtoEnvelope.ts +0 -14
  812. package/clients/accountingService/models/ShareTransferDtoListEnvelope.js +0 -2
  813. package/clients/accountingService/models/ShareTransferDtoListEnvelope.ts +0 -14
  814. package/clients/accountingService/models/ShareTransferReasonCreateDto.js +0 -2
  815. package/clients/accountingService/models/ShareTransferReasonCreateDto.ts +0 -13
  816. package/clients/accountingService/models/ShareTransferReasonDto.js +0 -2
  817. package/clients/accountingService/models/ShareTransferReasonDto.ts +0 -13
  818. package/clients/accountingService/models/ShareTransferReasonDtoEnvelope.js +0 -2
  819. package/clients/accountingService/models/ShareTransferReasonDtoEnvelope.ts +0 -14
  820. package/clients/accountingService/models/ShareTransferReasonDtoListEnvelope.js +0 -2
  821. package/clients/accountingService/models/ShareTransferReasonDtoListEnvelope.ts +0 -14
  822. package/clients/accountingService/models/ShareTransferReasonUpdateDto.js +0 -2
  823. package/clients/accountingService/models/ShareTransferReasonUpdateDto.ts +0 -11
  824. package/clients/accountingService/models/ShareTransferUpdateDto.js +0 -2
  825. package/clients/accountingService/models/ShareTransferUpdateDto.ts +0 -14
  826. package/clients/accountingService/models/TaxPolicyCreateDto.js +0 -2
  827. package/clients/accountingService/models/TaxPolicyCreateDto.ts +0 -36
  828. package/clients/accountingService/models/TaxPolicyDto.js +0 -2
  829. package/clients/accountingService/models/TaxPolicyDto.ts +0 -36
  830. package/clients/accountingService/models/TaxPolicyDtoEnvelope.js +0 -2
  831. package/clients/accountingService/models/TaxPolicyDtoEnvelope.ts +0 -14
  832. package/clients/accountingService/models/TaxPolicyDtoListEnvelope.js +0 -2
  833. package/clients/accountingService/models/TaxPolicyDtoListEnvelope.ts +0 -14
  834. package/clients/accountingService/models/TaxPolicyUpdateDto.js +0 -2
  835. package/clients/accountingService/models/TaxPolicyUpdateDto.ts +0 -34
  836. package/clients/accountingService/models/TaxRateCreateDto.js +0 -2
  837. package/clients/accountingService/models/TaxRateCreateDto.ts +0 -29
  838. package/clients/accountingService/models/TaxRateDto.js +0 -2
  839. package/clients/accountingService/models/TaxRateDto.ts +0 -29
  840. package/clients/accountingService/models/TaxRateDtoEnvelope.js +0 -2
  841. package/clients/accountingService/models/TaxRateDtoEnvelope.ts +0 -14
  842. package/clients/accountingService/models/TaxRateDtoListEnvelope.js +0 -2
  843. package/clients/accountingService/models/TaxRateDtoListEnvelope.ts +0 -14
  844. package/clients/accountingService/models/TaxRateUpdateDto.js +0 -2
  845. package/clients/accountingService/models/TaxRateUpdateDto.ts +0 -27
  846. package/clients/accountingService/models/TenantId.js +0 -2
  847. package/clients/accountingService/models/TenantId.ts +0 -5
  848. package/clients/accountingService/models/TransactionCategoryCreateDto.js +0 -2
  849. package/clients/accountingService/models/TransactionCategoryCreateDto.ts +0 -13
  850. package/clients/accountingService/models/TransactionCategoryDto.js +0 -2
  851. package/clients/accountingService/models/TransactionCategoryDto.ts +0 -13
  852. package/clients/accountingService/models/TransactionCategoryDtoEnvelope.js +0 -2
  853. package/clients/accountingService/models/TransactionCategoryDtoEnvelope.ts +0 -14
  854. package/clients/accountingService/models/TransactionCategoryDtoListEnvelope.js +0 -2
  855. package/clients/accountingService/models/TransactionCategoryDtoListEnvelope.ts +0 -14
  856. package/clients/accountingService/models/TransactionCategoryUpdateDto.js +0 -2
  857. package/clients/accountingService/models/TransactionCategoryUpdateDto.ts +0 -11
  858. package/clients/accountingService/models/TransactionCreateDto.js +0 -2
  859. package/clients/accountingService/models/TransactionCreateDto.ts +0 -22
  860. package/clients/accountingService/models/TransactionDto.js +0 -2
  861. package/clients/accountingService/models/TransactionDto.ts +0 -22
  862. package/clients/accountingService/models/TransactionDtoEnvelope.js +0 -2
  863. package/clients/accountingService/models/TransactionDtoEnvelope.ts +0 -14
  864. package/clients/accountingService/models/TransactionDtoListEnvelope.js +0 -2
  865. package/clients/accountingService/models/TransactionDtoListEnvelope.ts +0 -14
  866. package/clients/accountingService/models/TransactionUpdateDto.js +0 -2
  867. package/clients/accountingService/models/TransactionUpdateDto.ts +0 -20
  868. package/clients/accountingService/models/UpdateLedgerDto.js +0 -2
  869. package/clients/accountingService/models/UpdateLedgerDto.ts +0 -12
  870. package/clients/accountingService/services/AccountGroupsService.js +0 -127
  871. package/clients/accountingService/services/AccountGroupsService.ts +0 -147
  872. package/clients/accountingService/services/AccountingPeriodsService.js +0 -127
  873. package/clients/accountingService/services/AccountingPeriodsService.ts +0 -148
  874. package/clients/accountingService/services/AccountsService.js +0 -937
  875. package/clients/accountingService/services/AccountsService.ts +0 -1110
  876. package/clients/accountingService/services/BankingService.js +0 -558
  877. package/clients/accountingService/services/BankingService.ts +0 -655
  878. package/clients/accountingService/services/BillingProfilesService.js +0 -164
  879. package/clients/accountingService/services/BillingProfilesService.ts +0 -194
  880. package/clients/accountingService/services/BudgetsService.js +0 -288
  881. package/clients/accountingService/services/BudgetsService.ts +0 -343
  882. package/clients/accountingService/services/CommissionsService.js +0 -308
  883. package/clients/accountingService/services/CommissionsService.ts +0 -364
  884. package/clients/accountingService/services/CostCentresService.js +0 -436
  885. package/clients/accountingService/services/CostCentresService.ts +0 -517
  886. package/clients/accountingService/services/FinancialBooksService.js +0 -164
  887. package/clients/accountingService/services/FinancialBooksService.ts +0 -194
  888. package/clients/accountingService/services/FiscalYearsService.js +0 -164
  889. package/clients/accountingService/services/FiscalYearsService.ts +0 -194
  890. package/clients/accountingService/services/FiscalsService.js +0 -1114
  891. package/clients/accountingService/services/FiscalsService.ts +0 -1328
  892. package/clients/accountingService/services/GrantsService.js +0 -164
  893. package/clients/accountingService/services/GrantsService.ts +0 -194
  894. package/clients/accountingService/services/InvoiceEnumerationRangesService.js +0 -141
  895. package/clients/accountingService/services/InvoiceEnumerationRangesService.ts +0 -167
  896. package/clients/accountingService/services/JournalTypesService.js +0 -164
  897. package/clients/accountingService/services/JournalTypesService.ts +0 -194
  898. package/clients/accountingService/services/JournalsService.js +0 -309
  899. package/clients/accountingService/services/JournalsService.ts +0 -366
  900. package/clients/accountingService/services/LedgersService.js +0 -137
  901. package/clients/accountingService/services/LedgersService.ts +0 -163
  902. package/clients/accountingService/services/LoansService.js +0 -320
  903. package/clients/accountingService/services/LoansService.ts +0 -377
  904. package/clients/accountingService/services/ReceiptsService.js +0 -140
  905. package/clients/accountingService/services/ReceiptsService.ts +0 -164
  906. package/clients/accountingService/services/SharesService.js +0 -611
  907. package/clients/accountingService/services/SharesService.ts +0 -721
  908. package/clients/accountingService/services/TaxesService.js +0 -574
  909. package/clients/accountingService/services/TaxesService.ts +0 -686
  910. package/clients/accountingService/services/TransactionsService.js +0 -316
  911. package/clients/accountingService/services/TransactionsService.ts +0 -372
  912. package/clients/cartService/core/ApiError.js +0 -20
  913. package/clients/cartService/core/ApiError.ts +0 -25
  914. package/clients/cartService/core/ApiRequestOptions.js +0 -2
  915. package/clients/cartService/core/ApiRequestOptions.ts +0 -17
  916. package/clients/cartService/core/ApiResult.js +0 -2
  917. package/clients/cartService/core/ApiResult.ts +0 -11
  918. package/clients/cartService/core/CancelablePromise.js +0 -104
  919. package/clients/cartService/core/CancelablePromise.ts +0 -131
  920. package/clients/cartService/core/OpenAPI.js +0 -14
  921. package/clients/cartService/core/OpenAPI.ts +0 -32
  922. package/clients/cartService/core/request.js +0 -294
  923. package/clients/cartService/core/request.ts +0 -322
  924. package/clients/cartService/index.js +0 -24
  925. package/clients/cartService/models/AddProductToCompareRequest.js +0 -2
  926. package/clients/cartService/models/AddProductToCompareRequest.ts +0 -10
  927. package/clients/cartService/models/BooleanEnvelope.js +0 -2
  928. package/clients/cartService/models/BooleanEnvelope.ts +0 -13
  929. package/clients/cartService/models/CartDto.js +0 -2
  930. package/clients/cartService/models/CartDto.ts +0 -18
  931. package/clients/cartService/models/CartDtoEnvelope.js +0 -2
  932. package/clients/cartService/models/CartDtoEnvelope.ts +0 -14
  933. package/clients/cartService/models/CartUpdateRequest.js +0 -2
  934. package/clients/cartService/models/CartUpdateRequest.ts +0 -9
  935. package/clients/cartService/models/CountryDto.js +0 -2
  936. package/clients/cartService/models/CountryDto.ts +0 -14
  937. package/clients/cartService/models/CountryDtoEnvelope.js +0 -2
  938. package/clients/cartService/models/CountryDtoEnvelope.ts +0 -14
  939. package/clients/cartService/models/CountrySwitchRequest.js +0 -2
  940. package/clients/cartService/models/CountrySwitchRequest.ts +0 -9
  941. package/clients/cartService/models/CurrencyDto.js +0 -2
  942. package/clients/cartService/models/CurrencyDto.ts +0 -13
  943. package/clients/cartService/models/CurrencyDtoEnvelope.js +0 -2
  944. package/clients/cartService/models/CurrencyDtoEnvelope.ts +0 -14
  945. package/clients/cartService/models/CurrencySwitchRequest.js +0 -2
  946. package/clients/cartService/models/CurrencySwitchRequest.ts +0 -9
  947. package/clients/cartService/models/EmptyEnvelope.js +0 -2
  948. package/clients/cartService/models/EmptyEnvelope.ts +0 -12
  949. package/clients/cartService/models/ErrorEnvelope.js +0 -2
  950. package/clients/cartService/models/ErrorEnvelope.ts +0 -12
  951. package/clients/cartService/models/ItemCartRecordCreateDto.js +0 -2
  952. package/clients/cartService/models/ItemCartRecordCreateDto.ts +0 -12
  953. package/clients/cartService/models/ItemCartRecordDto.js +0 -16
  954. package/clients/cartService/models/ItemCartRecordDto.ts +0 -102
  955. package/clients/cartService/models/ItemCartRecordDtoEnvelope.js +0 -2
  956. package/clients/cartService/models/ItemCartRecordDtoEnvelope.ts +0 -14
  957. package/clients/cartService/models/ItemCartRecordDtoListEnvelope.js +0 -2
  958. package/clients/cartService/models/ItemCartRecordDtoListEnvelope.ts +0 -14
  959. package/clients/cartService/models/ItemCartRecordUpdateDto.js +0 -2
  960. package/clients/cartService/models/ItemCartRecordUpdateDto.ts +0 -8
  961. package/clients/cartService/models/ItemToCompareCartRecordDto.js +0 -2
  962. package/clients/cartService/models/ItemToCompareCartRecordDto.ts +0 -24
  963. package/clients/cartService/models/ItemToCompareCartRecordDtoEnvelope.js +0 -2
  964. package/clients/cartService/models/ItemToCompareCartRecordDtoEnvelope.ts +0 -14
  965. package/clients/cartService/models/ItemToCompareCartRecordDtoListEnvelope.js +0 -2
  966. package/clients/cartService/models/ItemToCompareCartRecordDtoListEnvelope.ts +0 -14
  967. package/clients/cartService/models/NewWishListRequest.js +0 -2
  968. package/clients/cartService/models/NewWishListRequest.ts +0 -11
  969. package/clients/cartService/models/ProductToWishListRequest.js +0 -2
  970. package/clients/cartService/models/ProductToWishListRequest.ts +0 -9
  971. package/clients/cartService/models/WishListDto.js +0 -2
  972. package/clients/cartService/models/WishListDto.ts +0 -13
  973. package/clients/cartService/models/WishListDtoEnvelope.js +0 -2
  974. package/clients/cartService/models/WishListDtoEnvelope.ts +0 -14
  975. package/clients/cartService/models/WishListItemRecordDto.js +0 -2
  976. package/clients/cartService/models/WishListItemRecordDto.ts +0 -11
  977. package/clients/cartService/models/WishListUpdateDto.js +0 -2
  978. package/clients/cartService/models/WishListUpdateDto.ts +0 -10
  979. package/clients/cartService/services/CartsService.js +0 -1104
  980. package/clients/cartService/services/CartsService.ts +0 -1289
  981. package/clients/cartService/services/CompareService.js +0 -92
  982. package/clients/cartService/services/CompareService.ts +0 -110
  983. package/clients/cartService/services/RecordsService.js +0 -268
  984. package/clients/cartService/services/RecordsService.ts +0 -314
  985. package/clients/cartService/services/WishListsService.js +0 -209
  986. package/clients/cartService/services/WishListsService.ts +0 -252
  987. package/clients/catalogService/core/ApiError.js +0 -20
  988. package/clients/catalogService/core/ApiError.ts +0 -25
  989. package/clients/catalogService/core/ApiRequestOptions.js +0 -2
  990. package/clients/catalogService/core/ApiRequestOptions.ts +0 -17
  991. package/clients/catalogService/core/ApiResult.js +0 -2
  992. package/clients/catalogService/core/ApiResult.ts +0 -11
  993. package/clients/catalogService/core/CancelablePromise.js +0 -104
  994. package/clients/catalogService/core/CancelablePromise.ts +0 -131
  995. package/clients/catalogService/core/OpenAPI.js +0 -14
  996. package/clients/catalogService/core/OpenAPI.ts +0 -32
  997. package/clients/catalogService/core/request.js +0 -294
  998. package/clients/catalogService/core/request.ts +0 -322
  999. package/clients/catalogService/index.js +0 -42
  1000. package/clients/catalogService/models/CatalogItemCreateDto.js +0 -2
  1001. package/clients/catalogService/models/CatalogItemCreateDto.ts +0 -167
  1002. package/clients/catalogService/models/CatalogItemDto.js +0 -2
  1003. package/clients/catalogService/models/CatalogItemDto.ts +0 -170
  1004. package/clients/catalogService/models/CatalogItemDtoEnvelope.js +0 -2
  1005. package/clients/catalogService/models/CatalogItemDtoEnvelope.ts +0 -14
  1006. package/clients/catalogService/models/CatalogItemDtoListEnvelope.js +0 -2
  1007. package/clients/catalogService/models/CatalogItemDtoListEnvelope.ts +0 -14
  1008. package/clients/catalogService/models/CatalogItemUpdateDto.js +0 -2
  1009. package/clients/catalogService/models/CatalogItemUpdateDto.ts +0 -179
  1010. package/clients/catalogService/models/Currency.js +0 -2
  1011. package/clients/catalogService/models/Currency.ts +0 -9
  1012. package/clients/catalogService/models/EmptyEnvelope.js +0 -2
  1013. package/clients/catalogService/models/EmptyEnvelope.ts +0 -12
  1014. package/clients/catalogService/models/ErrorEnvelope.js +0 -2
  1015. package/clients/catalogService/models/ErrorEnvelope.ts +0 -12
  1016. package/clients/catalogService/models/Int32Envelope.js +0 -2
  1017. package/clients/catalogService/models/Int32Envelope.ts +0 -13
  1018. package/clients/catalogService/models/ItemAttachmentCreateDto.js +0 -2
  1019. package/clients/catalogService/models/ItemAttachmentCreateDto.ts +0 -21
  1020. package/clients/catalogService/models/ItemAttachmentDto.js +0 -2
  1021. package/clients/catalogService/models/ItemAttachmentDto.ts +0 -30
  1022. package/clients/catalogService/models/ItemAttachmentDtoEnvelope.js +0 -2
  1023. package/clients/catalogService/models/ItemAttachmentDtoEnvelope.ts +0 -14
  1024. package/clients/catalogService/models/ItemAttachmentDtoListEnvelope.js +0 -2
  1025. package/clients/catalogService/models/ItemAttachmentDtoListEnvelope.ts +0 -14
  1026. package/clients/catalogService/models/ItemAttachmentUpdateDto.js +0 -2
  1027. package/clients/catalogService/models/ItemAttachmentUpdateDto.ts +0 -19
  1028. package/clients/catalogService/models/ItemAttributeCreateDto.js +0 -2
  1029. package/clients/catalogService/models/ItemAttributeCreateDto.ts +0 -12
  1030. package/clients/catalogService/models/ItemAttributeDto.js +0 -2
  1031. package/clients/catalogService/models/ItemAttributeDto.ts +0 -12
  1032. package/clients/catalogService/models/ItemAttributeDtoEnvelope.js +0 -2
  1033. package/clients/catalogService/models/ItemAttributeDtoEnvelope.ts +0 -14
  1034. package/clients/catalogService/models/ItemAttributeDtoListEnvelope.js +0 -2
  1035. package/clients/catalogService/models/ItemAttributeDtoListEnvelope.ts +0 -14
  1036. package/clients/catalogService/models/ItemAttributeOptionDto.js +0 -2
  1037. package/clients/catalogService/models/ItemAttributeOptionDto.ts +0 -12
  1038. package/clients/catalogService/models/ItemAttributeOptionDtoEnvelope.js +0 -2
  1039. package/clients/catalogService/models/ItemAttributeOptionDtoEnvelope.ts +0 -14
  1040. package/clients/catalogService/models/ItemAttributeOptionDtoListEnvelope.js +0 -2
  1041. package/clients/catalogService/models/ItemAttributeOptionDtoListEnvelope.ts +0 -14
  1042. package/clients/catalogService/models/ItemAttributeUpdateDto.js +0 -2
  1043. package/clients/catalogService/models/ItemAttributeUpdateDto.ts +0 -9
  1044. package/clients/catalogService/models/ItemBrandCreateDto.js +0 -2
  1045. package/clients/catalogService/models/ItemBrandCreateDto.ts +0 -17
  1046. package/clients/catalogService/models/ItemBrandDto.js +0 -2
  1047. package/clients/catalogService/models/ItemBrandDto.ts +0 -17
  1048. package/clients/catalogService/models/ItemBrandDtoEnvelope.js +0 -2
  1049. package/clients/catalogService/models/ItemBrandDtoEnvelope.ts +0 -14
  1050. package/clients/catalogService/models/ItemBrandDtoListEnvelope.js +0 -2
  1051. package/clients/catalogService/models/ItemBrandDtoListEnvelope.ts +0 -14
  1052. package/clients/catalogService/models/ItemBrandUpdateDto.js +0 -2
  1053. package/clients/catalogService/models/ItemBrandUpdateDto.ts +0 -13
  1054. package/clients/catalogService/models/ItemCategoryCreateDto.js +0 -2
  1055. package/clients/catalogService/models/ItemCategoryCreateDto.ts +0 -15
  1056. package/clients/catalogService/models/ItemCategoryDto.js +0 -2
  1057. package/clients/catalogService/models/ItemCategoryDto.ts +0 -21
  1058. package/clients/catalogService/models/ItemCategoryDtoEnvelope.js +0 -2
  1059. package/clients/catalogService/models/ItemCategoryDtoEnvelope.ts +0 -14
  1060. package/clients/catalogService/models/ItemCategoryDtoListEnvelope.js +0 -2
  1061. package/clients/catalogService/models/ItemCategoryDtoListEnvelope.ts +0 -14
  1062. package/clients/catalogService/models/ItemCategoryUpdateDto.js +0 -2
  1063. package/clients/catalogService/models/ItemCategoryUpdateDto.ts +0 -16
  1064. package/clients/catalogService/models/ItemGoogleCategoryDto.js +0 -2
  1065. package/clients/catalogService/models/ItemGoogleCategoryDto.ts +0 -22
  1066. package/clients/catalogService/models/ItemGoogleCategoryDtoEnvelope.js +0 -2
  1067. package/clients/catalogService/models/ItemGoogleCategoryDtoEnvelope.ts +0 -14
  1068. package/clients/catalogService/models/ItemGoogleCategoryDtoListEnvelope.js +0 -2
  1069. package/clients/catalogService/models/ItemGoogleCategoryDtoListEnvelope.ts +0 -14
  1070. package/clients/catalogService/models/ItemImageCreateDto.js +0 -2
  1071. package/clients/catalogService/models/ItemImageCreateDto.ts +0 -28
  1072. package/clients/catalogService/models/ItemImageDto.js +0 -2
  1073. package/clients/catalogService/models/ItemImageDto.ts +0 -28
  1074. package/clients/catalogService/models/ItemImageDtoEnvelope.js +0 -2
  1075. package/clients/catalogService/models/ItemImageDtoEnvelope.ts +0 -14
  1076. package/clients/catalogService/models/ItemImageDtoListEnvelope.js +0 -2
  1077. package/clients/catalogService/models/ItemImageDtoListEnvelope.ts +0 -14
  1078. package/clients/catalogService/models/ItemImageUpdateDto.js +0 -2
  1079. package/clients/catalogService/models/ItemImageUpdateDto.ts +0 -22
  1080. package/clients/catalogService/models/ItemQuestionCreateDto.js +0 -2
  1081. package/clients/catalogService/models/ItemQuestionCreateDto.ts +0 -15
  1082. package/clients/catalogService/models/ItemQuestionDto.js +0 -2
  1083. package/clients/catalogService/models/ItemQuestionDto.ts +0 -15
  1084. package/clients/catalogService/models/ItemQuestionDtoEnvelope.js +0 -2
  1085. package/clients/catalogService/models/ItemQuestionDtoEnvelope.ts +0 -14
  1086. package/clients/catalogService/models/ItemQuestionDtoListEnvelope.js +0 -2
  1087. package/clients/catalogService/models/ItemQuestionDtoListEnvelope.ts +0 -14
  1088. package/clients/catalogService/models/ItemQuestionRecordCreateDto.js +0 -2
  1089. package/clients/catalogService/models/ItemQuestionRecordCreateDto.ts +0 -14
  1090. package/clients/catalogService/models/ItemQuestionUpdateDto.js +0 -2
  1091. package/clients/catalogService/models/ItemQuestionUpdateDto.ts +0 -10
  1092. package/clients/catalogService/models/ItemRefundPolicyDto.js +0 -2
  1093. package/clients/catalogService/models/ItemRefundPolicyDto.ts +0 -34
  1094. package/clients/catalogService/models/ItemRefundPolicyDtoEnvelope.js +0 -2
  1095. package/clients/catalogService/models/ItemRefundPolicyDtoEnvelope.ts +0 -14
  1096. package/clients/catalogService/models/ItemRefundPolicyDtoListEnvelope.js +0 -2
  1097. package/clients/catalogService/models/ItemRefundPolicyDtoListEnvelope.ts +0 -14
  1098. package/clients/catalogService/models/ItemReturnPolicyDto.js +0 -2
  1099. package/clients/catalogService/models/ItemReturnPolicyDto.ts +0 -34
  1100. package/clients/catalogService/models/ItemReturnPolicyDtoEnvelope.js +0 -2
  1101. package/clients/catalogService/models/ItemReturnPolicyDtoEnvelope.ts +0 -14
  1102. package/clients/catalogService/models/ItemReturnPolicyDtoListEnvelope.js +0 -2
  1103. package/clients/catalogService/models/ItemReturnPolicyDtoListEnvelope.ts +0 -14
  1104. package/clients/catalogService/models/ItemReviewCreateDto.js +0 -2
  1105. package/clients/catalogService/models/ItemReviewCreateDto.ts +0 -13
  1106. package/clients/catalogService/models/ItemReviewDto.js +0 -2
  1107. package/clients/catalogService/models/ItemReviewDto.ts +0 -13
  1108. package/clients/catalogService/models/ItemReviewDtoEnvelope.js +0 -2
  1109. package/clients/catalogService/models/ItemReviewDtoEnvelope.ts +0 -14
  1110. package/clients/catalogService/models/ItemReviewDtoListEnvelope.js +0 -2
  1111. package/clients/catalogService/models/ItemReviewDtoListEnvelope.ts +0 -14
  1112. package/clients/catalogService/models/ItemReviewRecordCreateDto.js +0 -2
  1113. package/clients/catalogService/models/ItemReviewRecordCreateDto.ts +0 -12
  1114. package/clients/catalogService/models/ItemReviewUpdateDto.js +0 -2
  1115. package/clients/catalogService/models/ItemReviewUpdateDto.ts +0 -9
  1116. package/clients/catalogService/models/ItemShippingPolicyDto.js +0 -2
  1117. package/clients/catalogService/models/ItemShippingPolicyDto.ts +0 -35
  1118. package/clients/catalogService/models/ItemShippingPolicyDtoEnvelope.js +0 -2
  1119. package/clients/catalogService/models/ItemShippingPolicyDtoEnvelope.ts +0 -14
  1120. package/clients/catalogService/models/ItemShippingPolicyDtoListEnvelope.js +0 -2
  1121. package/clients/catalogService/models/ItemShippingPolicyDtoListEnvelope.ts +0 -14
  1122. package/clients/catalogService/models/ItemTagCreateDto.js +0 -2
  1123. package/clients/catalogService/models/ItemTagCreateDto.ts +0 -12
  1124. package/clients/catalogService/models/ItemTagDto.js +0 -2
  1125. package/clients/catalogService/models/ItemTagDto.ts +0 -12
  1126. package/clients/catalogService/models/ItemTagDtoEnvelope.js +0 -2
  1127. package/clients/catalogService/models/ItemTagDtoEnvelope.ts +0 -14
  1128. package/clients/catalogService/models/ItemTagDtoListEnvelope.js +0 -2
  1129. package/clients/catalogService/models/ItemTagDtoListEnvelope.ts +0 -14
  1130. package/clients/catalogService/models/ItemTagUpdateDto.js +0 -2
  1131. package/clients/catalogService/models/ItemTagUpdateDto.ts +0 -9
  1132. package/clients/catalogService/models/ItemTaxPolicyDto.js +0 -2
  1133. package/clients/catalogService/models/ItemTaxPolicyDto.ts +0 -37
  1134. package/clients/catalogService/models/ItemTaxPolicyDtoEnvelope.js +0 -2
  1135. package/clients/catalogService/models/ItemTaxPolicyDtoEnvelope.ts +0 -14
  1136. package/clients/catalogService/models/ItemTaxPolicyDtoListEnvelope.js +0 -2
  1137. package/clients/catalogService/models/ItemTaxPolicyDtoListEnvelope.ts +0 -14
  1138. package/clients/catalogService/models/ItemTypeCreateDto.js +0 -2
  1139. package/clients/catalogService/models/ItemTypeCreateDto.ts +0 -17
  1140. package/clients/catalogService/models/ItemTypeDto.js +0 -2
  1141. package/clients/catalogService/models/ItemTypeDto.ts +0 -17
  1142. package/clients/catalogService/models/ItemTypeDtoEnvelope.js +0 -2
  1143. package/clients/catalogService/models/ItemTypeDtoEnvelope.ts +0 -14
  1144. package/clients/catalogService/models/ItemTypeDtoListEnvelope.js +0 -2
  1145. package/clients/catalogService/models/ItemTypeDtoListEnvelope.ts +0 -14
  1146. package/clients/catalogService/models/ItemTypeUpdateDto.js +0 -2
  1147. package/clients/catalogService/models/ItemTypeUpdateDto.ts +0 -12
  1148. package/clients/catalogService/models/ItemWarrantyPolicyDto.js +0 -2
  1149. package/clients/catalogService/models/ItemWarrantyPolicyDto.ts +0 -33
  1150. package/clients/catalogService/models/ItemWarrantyPolicyDtoEnvelope.js +0 -2
  1151. package/clients/catalogService/models/ItemWarrantyPolicyDtoEnvelope.ts +0 -14
  1152. package/clients/catalogService/models/ItemWarrantyPolicyDtoListEnvelope.js +0 -2
  1153. package/clients/catalogService/models/ItemWarrantyPolicyDtoListEnvelope.ts +0 -14
  1154. package/clients/catalogService/models/MerchantDto.js +0 -2
  1155. package/clients/catalogService/models/MerchantDto.ts +0 -47
  1156. package/clients/catalogService/models/MerchantDtoEnvelope.js +0 -2
  1157. package/clients/catalogService/models/MerchantDtoEnvelope.ts +0 -14
  1158. package/clients/catalogService/models/MerchantDtoListEnvelope.js +0 -2
  1159. package/clients/catalogService/models/MerchantDtoListEnvelope.ts +0 -14
  1160. package/clients/catalogService/models/Money.js +0 -2
  1161. package/clients/catalogService/models/Money.ts +0 -10
  1162. package/clients/catalogService/models/MoneyEnvelope.js +0 -2
  1163. package/clients/catalogService/models/MoneyEnvelope.ts +0 -14
  1164. package/clients/catalogService/models/PricingRuleCreateDto.js +0 -2
  1165. package/clients/catalogService/models/PricingRuleCreateDto.ts +0 -32
  1166. package/clients/catalogService/models/PricingRuleDto.js +0 -2
  1167. package/clients/catalogService/models/PricingRuleDto.ts +0 -31
  1168. package/clients/catalogService/models/PricingRuleDtoEnvelope.js +0 -2
  1169. package/clients/catalogService/models/PricingRuleDtoEnvelope.ts +0 -14
  1170. package/clients/catalogService/models/PricingRuleDtoListEnvelope.js +0 -2
  1171. package/clients/catalogService/models/PricingRuleDtoListEnvelope.ts +0 -14
  1172. package/clients/catalogService/models/PricingRuleUpdateDto.js +0 -2
  1173. package/clients/catalogService/models/PricingRuleUpdateDto.ts +0 -27
  1174. package/clients/catalogService/services/ItemAttachmentsService.js +0 -132
  1175. package/clients/catalogService/services/ItemAttachmentsService.ts +0 -157
  1176. package/clients/catalogService/services/ItemAttributesService.js +0 -132
  1177. package/clients/catalogService/services/ItemAttributesService.ts +0 -156
  1178. package/clients/catalogService/services/ItemBrandsService.js +0 -132
  1179. package/clients/catalogService/services/ItemBrandsService.ts +0 -156
  1180. package/clients/catalogService/services/ItemCategoriesService.js +0 -132
  1181. package/clients/catalogService/services/ItemCategoriesService.ts +0 -156
  1182. package/clients/catalogService/services/ItemGoogleCategoriesService.js +0 -160
  1183. package/clients/catalogService/services/ItemGoogleCategoriesService.ts +0 -182
  1184. package/clients/catalogService/services/ItemImagesService.js +0 -132
  1185. package/clients/catalogService/services/ItemImagesService.ts +0 -156
  1186. package/clients/catalogService/services/ItemQuestionsService.js +0 -132
  1187. package/clients/catalogService/services/ItemQuestionsService.ts +0 -156
  1188. package/clients/catalogService/services/ItemReviewsService.js +0 -132
  1189. package/clients/catalogService/services/ItemReviewsService.ts +0 -156
  1190. package/clients/catalogService/services/ItemTagsService.js +0 -132
  1191. package/clients/catalogService/services/ItemTagsService.ts +0 -156
  1192. package/clients/catalogService/services/ItemTypesService.js +0 -132
  1193. package/clients/catalogService/services/ItemTypesService.ts +0 -156
  1194. package/clients/catalogService/services/ItemsService.js +0 -1827
  1195. package/clients/catalogService/services/ItemsService.ts +0 -2168
  1196. package/clients/catalogService/services/MerchantsService.js +0 -66
  1197. package/clients/catalogService/services/MerchantsService.ts +0 -77
  1198. package/clients/catalogService/services/PoliciesService.js +0 -96
  1199. package/clients/catalogService/services/PoliciesService.ts +0 -113
  1200. package/clients/catalogService/services/PricingRulesService.js +0 -130
  1201. package/clients/catalogService/services/PricingRulesService.ts +0 -154
  1202. package/clients/contentService/core/ApiError.js +0 -20
  1203. package/clients/contentService/core/ApiError.ts +0 -25
  1204. package/clients/contentService/core/ApiRequestOptions.js +0 -2
  1205. package/clients/contentService/core/ApiRequestOptions.ts +0 -17
  1206. package/clients/contentService/core/ApiResult.js +0 -2
  1207. package/clients/contentService/core/ApiResult.ts +0 -11
  1208. package/clients/contentService/core/CancelablePromise.js +0 -104
  1209. package/clients/contentService/core/CancelablePromise.ts +0 -131
  1210. package/clients/contentService/core/OpenAPI.js +0 -14
  1211. package/clients/contentService/core/OpenAPI.ts +0 -32
  1212. package/clients/contentService/core/request.js +0 -294
  1213. package/clients/contentService/core/request.ts +0 -322
  1214. package/clients/contentService/index.js +0 -70
  1215. package/clients/contentService/models/AdvancedOptions.js +0 -2
  1216. package/clients/contentService/models/AdvancedOptions.ts +0 -13
  1217. package/clients/contentService/models/AllianceBusinessSuiteIntegrationOptions.js +0 -2
  1218. package/clients/contentService/models/AllianceBusinessSuiteIntegrationOptions.ts +0 -12
  1219. package/clients/contentService/models/AppleIcons.js +0 -2
  1220. package/clients/contentService/models/AppleIcons.ts +0 -18
  1221. package/clients/contentService/models/AzureAppInsightIntegrationOptions.js +0 -2
  1222. package/clients/contentService/models/AzureAppInsightIntegrationOptions.ts +0 -34
  1223. package/clients/contentService/models/AzureStorageIntegrationOptions.js +0 -2
  1224. package/clients/contentService/models/AzureStorageIntegrationOptions.ts +0 -9
  1225. package/clients/contentService/models/Background.js +0 -25
  1226. package/clients/contentService/models/Background.ts +0 -31
  1227. package/clients/contentService/models/BackgroundOptions.js +0 -2
  1228. package/clients/contentService/models/BackgroundOptions.ts +0 -13
  1229. package/clients/contentService/models/BlogOptions.js +0 -2
  1230. package/clients/contentService/models/BlogOptions.ts +0 -9
  1231. package/clients/contentService/models/BlogPostCategoryCreateDto.js +0 -2
  1232. package/clients/contentService/models/BlogPostCategoryCreateDto.ts +0 -24
  1233. package/clients/contentService/models/BlogPostCategoryDto.js +0 -2
  1234. package/clients/contentService/models/BlogPostCategoryDto.ts +0 -23
  1235. package/clients/contentService/models/BlogPostCategoryDtoEnvelope.js +0 -2
  1236. package/clients/contentService/models/BlogPostCategoryDtoEnvelope.ts +0 -14
  1237. package/clients/contentService/models/BlogPostCategoryDtoListEnvelope.js +0 -2
  1238. package/clients/contentService/models/BlogPostCategoryDtoListEnvelope.ts +0 -14
  1239. package/clients/contentService/models/BlogPostCategoryUpdateDto.js +0 -2
  1240. package/clients/contentService/models/BlogPostCategoryUpdateDto.ts +0 -20
  1241. package/clients/contentService/models/BlogPostCommentCreateDto.js +0 -2
  1242. package/clients/contentService/models/BlogPostCommentCreateDto.ts +0 -13
  1243. package/clients/contentService/models/BlogPostCommentDto.js +0 -2
  1244. package/clients/contentService/models/BlogPostCommentDto.ts +0 -14
  1245. package/clients/contentService/models/BlogPostCommentDtoListEnvelope.js +0 -2
  1246. package/clients/contentService/models/BlogPostCommentDtoListEnvelope.ts +0 -14
  1247. package/clients/contentService/models/BlogPostCreateDto.js +0 -2
  1248. package/clients/contentService/models/BlogPostCreateDto.ts +0 -18
  1249. package/clients/contentService/models/BlogPostDto.js +0 -2
  1250. package/clients/contentService/models/BlogPostDto.ts +0 -66
  1251. package/clients/contentService/models/BlogPostDtoEnvelope.js +0 -2
  1252. package/clients/contentService/models/BlogPostDtoEnvelope.ts +0 -14
  1253. package/clients/contentService/models/BlogPostDtoListEnvelope.js +0 -2
  1254. package/clients/contentService/models/BlogPostDtoListEnvelope.ts +0 -14
  1255. package/clients/contentService/models/BlogPostTagCreateDto.js +0 -2
  1256. package/clients/contentService/models/BlogPostTagCreateDto.ts +0 -24
  1257. package/clients/contentService/models/BlogPostTagDto.js +0 -2
  1258. package/clients/contentService/models/BlogPostTagDto.ts +0 -23
  1259. package/clients/contentService/models/BlogPostTagDtoEnvelope.js +0 -2
  1260. package/clients/contentService/models/BlogPostTagDtoEnvelope.ts +0 -14
  1261. package/clients/contentService/models/BlogPostTagDtoListEnvelope.js +0 -2
  1262. package/clients/contentService/models/BlogPostTagDtoListEnvelope.ts +0 -14
  1263. package/clients/contentService/models/BlogPostTagUpdateDto.js +0 -2
  1264. package/clients/contentService/models/BlogPostTagUpdateDto.ts +0 -20
  1265. package/clients/contentService/models/BlogPostUpdateDto.js +0 -2
  1266. package/clients/contentService/models/BlogPostUpdateDto.ts +0 -60
  1267. package/clients/contentService/models/BrandingOptions.js +0 -2
  1268. package/clients/contentService/models/BrandingOptions.ts +0 -23
  1269. package/clients/contentService/models/BreadcrumbsOptions.js +0 -2
  1270. package/clients/contentService/models/BreadcrumbsOptions.ts +0 -15
  1271. package/clients/contentService/models/CartOptions.js +0 -2
  1272. package/clients/contentService/models/CartOptions.ts +0 -10
  1273. package/clients/contentService/models/CodeFieldsOptions.js +0 -2
  1274. package/clients/contentService/models/CodeFieldsOptions.ts +0 -5
  1275. package/clients/contentService/models/ColorOptions.js +0 -11
  1276. package/clients/contentService/models/ColorOptions.ts +0 -18
  1277. package/clients/contentService/models/ColorScheme.js +0 -2
  1278. package/clients/contentService/models/ColorScheme.ts +0 -17
  1279. package/clients/contentService/models/ContactOptions.js +0 -2
  1280. package/clients/contentService/models/ContactOptions.ts +0 -17
  1281. package/clients/contentService/models/ContactPoint.js +0 -2
  1282. package/clients/contentService/models/ContactPoint.ts +0 -13
  1283. package/clients/contentService/models/CouponsOptions.js +0 -2
  1284. package/clients/contentService/models/CouponsOptions.ts +0 -9
  1285. package/clients/contentService/models/Creator.js +0 -2
  1286. package/clients/contentService/models/Creator.ts +0 -12
  1287. package/clients/contentService/models/CustomFont.js +0 -2
  1288. package/clients/contentService/models/CustomFont.ts +0 -13
  1289. package/clients/contentService/models/DashboardOptions.js +0 -2
  1290. package/clients/contentService/models/DashboardOptions.ts +0 -12
  1291. package/clients/contentService/models/DownloadablesOptions.js +0 -2
  1292. package/clients/contentService/models/DownloadablesOptions.ts +0 -10
  1293. package/clients/contentService/models/EPaycoIntegrationOptions.js +0 -2
  1294. package/clients/contentService/models/EPaycoIntegrationOptions.ts +0 -12
  1295. package/clients/contentService/models/EmailOptions.js +0 -2
  1296. package/clients/contentService/models/EmailOptions.ts +0 -34
  1297. package/clients/contentService/models/EmailsOptions.js +0 -2
  1298. package/clients/contentService/models/EmailsOptions.ts +0 -11
  1299. package/clients/contentService/models/EmptyEnvelope.js +0 -2
  1300. package/clients/contentService/models/EmptyEnvelope.ts +0 -12
  1301. package/clients/contentService/models/ErrorEnvelope.js +0 -2
  1302. package/clients/contentService/models/ErrorEnvelope.ts +0 -12
  1303. package/clients/contentService/models/FacebookIntegrationOptions.js +0 -2
  1304. package/clients/contentService/models/FacebookIntegrationOptions.ts +0 -15
  1305. package/clients/contentService/models/Favicons.js +0 -2
  1306. package/clients/contentService/models/Favicons.ts +0 -13
  1307. package/clients/contentService/models/FeaturesOptions.js +0 -2
  1308. package/clients/contentService/models/FeaturesOptions.ts +0 -5
  1309. package/clients/contentService/models/FenixAllianceIntegrationsOptions.js +0 -2
  1310. package/clients/contentService/models/FenixAllianceIntegrationsOptions.ts +0 -12
  1311. package/clients/contentService/models/FooterOptions.js +0 -15
  1312. package/clients/contentService/models/FooterOptions.ts +0 -41
  1313. package/clients/contentService/models/FormsOptions.js +0 -2
  1314. package/clients/contentService/models/FormsOptions.ts +0 -5
  1315. package/clients/contentService/models/ForumOptions.js +0 -2
  1316. package/clients/contentService/models/ForumOptions.ts +0 -8
  1317. package/clients/contentService/models/FreeGeoIPIntegrationOptions.js +0 -2
  1318. package/clients/contentService/models/FreeGeoIPIntegrationOptions.ts +0 -9
  1319. package/clients/contentService/models/GoogleAnalytics.js +0 -2
  1320. package/clients/contentService/models/GoogleAnalytics.ts +0 -9
  1321. package/clients/contentService/models/GoogleIntegrationOptions.js +0 -2
  1322. package/clients/contentService/models/GoogleIntegrationOptions.ts +0 -20
  1323. package/clients/contentService/models/GoogleMapsIntegrationOptions.js +0 -2
  1324. package/clients/contentService/models/GoogleMapsIntegrationOptions.ts +0 -9
  1325. package/clients/contentService/models/GoogleMerchantCenterIntegrationOptions.js +0 -2
  1326. package/clients/contentService/models/GoogleMerchantCenterIntegrationOptions.ts +0 -11
  1327. package/clients/contentService/models/GoogleMyBusinessIntegrationOptions.js +0 -2
  1328. package/clients/contentService/models/GoogleMyBusinessIntegrationOptions.ts +0 -15
  1329. package/clients/contentService/models/GoogleRecaptchaIntegrationOptions.js +0 -2
  1330. package/clients/contentService/models/GoogleRecaptchaIntegrationOptions.ts +0 -12
  1331. package/clients/contentService/models/GoogleTagManagerIntegrationOptions.js +0 -2
  1332. package/clients/contentService/models/GoogleTagManagerIntegrationOptions.ts +0 -9
  1333. package/clients/contentService/models/GridOptions.js +0 -2
  1334. package/clients/contentService/models/GridOptions.ts +0 -5
  1335. package/clients/contentService/models/HeaderOptions.js +0 -37
  1336. package/clients/contentService/models/HeaderOptions.ts +0 -51
  1337. package/clients/contentService/models/IdentityAndPrivacyOptions.js +0 -13
  1338. package/clients/contentService/models/IdentityAndPrivacyOptions.ts +0 -29
  1339. package/clients/contentService/models/InfinityComexIntegrationOptions.js +0 -2
  1340. package/clients/contentService/models/InfinityComexIntegrationOptions.ts +0 -12
  1341. package/clients/contentService/models/Int32Envelope.js +0 -2
  1342. package/clients/contentService/models/Int32Envelope.ts +0 -13
  1343. package/clients/contentService/models/IntegrationOptions.js +0 -2
  1344. package/clients/contentService/models/IntegrationOptions.ts +0 -9
  1345. package/clients/contentService/models/IntegrationsOptions.js +0 -2
  1346. package/clients/contentService/models/IntegrationsOptions.ts +0 -24
  1347. package/clients/contentService/models/InventoryOptions.js +0 -12
  1348. package/clients/contentService/models/InventoryOptions.ts +0 -23
  1349. package/clients/contentService/models/LayoutOptions.js +0 -11
  1350. package/clients/contentService/models/LayoutOptions.ts +0 -23
  1351. package/clients/contentService/models/LightboxOptions.js +0 -2
  1352. package/clients/contentService/models/LightboxOptions.ts +0 -5
  1353. package/clients/contentService/models/Logo.js +0 -12
  1354. package/clients/contentService/models/Logo.ts +0 -31
  1355. package/clients/contentService/models/MSAppTile.js +0 -2
  1356. package/clients/contentService/models/MSAppTile.ts +0 -15
  1357. package/clients/contentService/models/MansoryOptions.js +0 -2
  1358. package/clients/contentService/models/MansoryOptions.ts +0 -5
  1359. package/clients/contentService/models/Margin.js +0 -2
  1360. package/clients/contentService/models/Margin.ts +0 -11
  1361. package/clients/contentService/models/MeasurementOptions.js +0 -21
  1362. package/clients/contentService/models/MeasurementOptions.ts +0 -24
  1363. package/clients/contentService/models/MenuOptions.js +0 -30
  1364. package/clients/contentService/models/MenuOptions.ts +0 -57
  1365. package/clients/contentService/models/MicrosoftAzureIntegrationOptions.js +0 -2
  1366. package/clients/contentService/models/MicrosoftAzureIntegrationOptions.ts +0 -12
  1367. package/clients/contentService/models/MicrosoftIntegrationsOptions.js +0 -2
  1368. package/clients/contentService/models/MicrosoftIntegrationsOptions.ts +0 -10
  1369. package/clients/contentService/models/MiscellaneousOptions.js +0 -2
  1370. package/clients/contentService/models/MiscellaneousOptions.ts +0 -5
  1371. package/clients/contentService/models/OpenExchangeRatesIntegrationsOptions.js +0 -2
  1372. package/clients/contentService/models/OpenExchangeRatesIntegrationsOptions.ts +0 -9
  1373. package/clients/contentService/models/Operation.js +0 -16
  1374. package/clients/contentService/models/Operation.ts +0 -23
  1375. package/clients/contentService/models/Organization.js +0 -2
  1376. package/clients/contentService/models/Organization.ts +0 -18
  1377. package/clients/contentService/models/Padding.js +0 -2
  1378. package/clients/contentService/models/Padding.ts +0 -11
  1379. package/clients/contentService/models/PaginationOptions.js +0 -2
  1380. package/clients/contentService/models/PaginationOptions.ts +0 -5
  1381. package/clients/contentService/models/PaymentMethod.js +0 -2
  1382. package/clients/contentService/models/PaymentMethod.ts +0 -13
  1383. package/clients/contentService/models/PaymentOptions.js +0 -2
  1384. package/clients/contentService/models/PaymentOptions.ts +0 -9
  1385. package/clients/contentService/models/PerformanceOptions.js +0 -2
  1386. package/clients/contentService/models/PerformanceOptions.ts +0 -5
  1387. package/clients/contentService/models/PortalId.js +0 -2
  1388. package/clients/contentService/models/PortalId.ts +0 -5
  1389. package/clients/contentService/models/PortalOptions.js +0 -12
  1390. package/clients/contentService/models/PortalOptions.ts +0 -92
  1391. package/clients/contentService/models/PortalOptionsEnvelope.js +0 -2
  1392. package/clients/contentService/models/PortalOptionsEnvelope.ts +0 -14
  1393. package/clients/contentService/models/PortalSettings.js +0 -2
  1394. package/clients/contentService/models/PortalSettings.ts +0 -23
  1395. package/clients/contentService/models/PortalSettingsEnvelope.js +0 -2
  1396. package/clients/contentService/models/PortalSettingsEnvelope.ts +0 -14
  1397. package/clients/contentService/models/PortfolioOptions.js +0 -2
  1398. package/clients/contentService/models/PortfolioOptions.ts +0 -5
  1399. package/clients/contentService/models/PriceCalculationOptions.js +0 -2
  1400. package/clients/contentService/models/PriceCalculationOptions.ts +0 -8
  1401. package/clients/contentService/models/PrivacyOptions.js +0 -2
  1402. package/clients/contentService/models/PrivacyOptions.ts +0 -8
  1403. package/clients/contentService/models/ProductOptions.js +0 -2
  1404. package/clients/contentService/models/ProductOptions.ts +0 -5
  1405. package/clients/contentService/models/RecommendationOptions.js +0 -2
  1406. package/clients/contentService/models/RecommendationOptions.ts +0 -18
  1407. package/clients/contentService/models/ResponsiveOptions.js +0 -2
  1408. package/clients/contentService/models/ResponsiveOptions.ts +0 -18
  1409. package/clients/contentService/models/ReviewsOptions.js +0 -2
  1410. package/clients/contentService/models/ReviewsOptions.ts +0 -12
  1411. package/clients/contentService/models/SearchOptions.js +0 -2
  1412. package/clients/contentService/models/SearchOptions.ts +0 -5
  1413. package/clients/contentService/models/SendgridIntegrationsOptions.js +0 -2
  1414. package/clients/contentService/models/SendgridIntegrationsOptions.ts +0 -9
  1415. package/clients/contentService/models/SeoOptions.js +0 -2
  1416. package/clients/contentService/models/SeoOptions.ts +0 -20
  1417. package/clients/contentService/models/ServicesOptions.js +0 -16
  1418. package/clients/contentService/models/ServicesOptions.ts +0 -35
  1419. package/clients/contentService/models/SidebarOptions.js +0 -2
  1420. package/clients/contentService/models/SidebarOptions.ts +0 -5
  1421. package/clients/contentService/models/SliderOptions.js +0 -2
  1422. package/clients/contentService/models/SliderOptions.ts +0 -5
  1423. package/clients/contentService/models/SlideshowOptions.js +0 -2
  1424. package/clients/contentService/models/SlideshowOptions.ts +0 -5
  1425. package/clients/contentService/models/SlidingBarOptions.js +0 -19
  1426. package/clients/contentService/models/SlidingBarOptions.ts +0 -29
  1427. package/clients/contentService/models/SocialMediaOptions.js +0 -2
  1428. package/clients/contentService/models/SocialMediaOptions.ts +0 -18
  1429. package/clients/contentService/models/StoreDataRetentionPolicy.js +0 -13
  1430. package/clients/contentService/models/StoreDataRetentionPolicy.ts +0 -17
  1431. package/clients/contentService/models/StoreOptions.js +0 -13
  1432. package/clients/contentService/models/StoreOptions.ts +0 -70
  1433. package/clients/contentService/models/StudioOptions.js +0 -2
  1434. package/clients/contentService/models/StudioOptions.ts +0 -14
  1435. package/clients/contentService/models/SubscriptionsOptions.js +0 -16
  1436. package/clients/contentService/models/SubscriptionsOptions.ts +0 -35
  1437. package/clients/contentService/models/TaxCalculationOptions.js +0 -2
  1438. package/clients/contentService/models/TaxCalculationOptions.ts +0 -15
  1439. package/clients/contentService/models/ThemingOptions.js +0 -2
  1440. package/clients/contentService/models/ThemingOptions.ts +0 -11
  1441. package/clients/contentService/models/TitleBarOptions.js +0 -24
  1442. package/clients/contentService/models/TitleBarOptions.ts +0 -41
  1443. package/clients/contentService/models/Typography.js +0 -2
  1444. package/clients/contentService/models/Typography.ts +0 -15
  1445. package/clients/contentService/models/TypographyOptions.js +0 -2
  1446. package/clients/contentService/models/TypographyOptions.ts +0 -12
  1447. package/clients/contentService/models/WebContentCreateDto.js +0 -2
  1448. package/clients/contentService/models/WebContentCreateDto.ts +0 -16
  1449. package/clients/contentService/models/WebContentDto.js +0 -2
  1450. package/clients/contentService/models/WebContentDto.ts +0 -64
  1451. package/clients/contentService/models/WebContentDtoEnvelope.js +0 -2
  1452. package/clients/contentService/models/WebContentDtoEnvelope.ts +0 -14
  1453. package/clients/contentService/models/WebContentDtoListEnvelope.js +0 -2
  1454. package/clients/contentService/models/WebContentDtoListEnvelope.ts +0 -14
  1455. package/clients/contentService/models/WebContentUpdateDto.js +0 -2
  1456. package/clients/contentService/models/WebContentUpdateDto.ts +0 -60
  1457. package/clients/contentService/models/WebPageCategoryCreateDto.js +0 -2
  1458. package/clients/contentService/models/WebPageCategoryCreateDto.ts +0 -22
  1459. package/clients/contentService/models/WebPageCategoryDto.js +0 -2
  1460. package/clients/contentService/models/WebPageCategoryDto.ts +0 -23
  1461. package/clients/contentService/models/WebPageCategoryDtoEnvelope.js +0 -2
  1462. package/clients/contentService/models/WebPageCategoryDtoEnvelope.ts +0 -14
  1463. package/clients/contentService/models/WebPageCategoryDtoListEnvelope.js +0 -2
  1464. package/clients/contentService/models/WebPageCategoryDtoListEnvelope.ts +0 -14
  1465. package/clients/contentService/models/WebPageCategoryUpdateDto.js +0 -2
  1466. package/clients/contentService/models/WebPageCategoryUpdateDto.ts +0 -18
  1467. package/clients/contentService/models/WebPageCreateDto.js +0 -2
  1468. package/clients/contentService/models/WebPageCreateDto.ts +0 -17
  1469. package/clients/contentService/models/WebPageDto.js +0 -2
  1470. package/clients/contentService/models/WebPageDto.ts +0 -75
  1471. package/clients/contentService/models/WebPageDtoEnvelope.js +0 -2
  1472. package/clients/contentService/models/WebPageDtoEnvelope.ts +0 -14
  1473. package/clients/contentService/models/WebPageDtoListEnvelope.js +0 -2
  1474. package/clients/contentService/models/WebPageDtoListEnvelope.ts +0 -14
  1475. package/clients/contentService/models/WebPageTagCreateDto.js +0 -2
  1476. package/clients/contentService/models/WebPageTagCreateDto.ts +0 -22
  1477. package/clients/contentService/models/WebPageTagDto.js +0 -2
  1478. package/clients/contentService/models/WebPageTagDto.ts +0 -23
  1479. package/clients/contentService/models/WebPageTagDtoEnvelope.js +0 -2
  1480. package/clients/contentService/models/WebPageTagDtoEnvelope.ts +0 -14
  1481. package/clients/contentService/models/WebPageTagDtoListEnvelope.js +0 -2
  1482. package/clients/contentService/models/WebPageTagDtoListEnvelope.ts +0 -14
  1483. package/clients/contentService/models/WebPageTagUpdateDto.js +0 -2
  1484. package/clients/contentService/models/WebPageTagUpdateDto.ts +0 -18
  1485. package/clients/contentService/models/WebPageUpdateDto.js +0 -2
  1486. package/clients/contentService/models/WebPageUpdateDto.ts +0 -70
  1487. package/clients/contentService/models/WebPortalCreateDto.js +0 -2
  1488. package/clients/contentService/models/WebPortalCreateDto.ts +0 -19
  1489. package/clients/contentService/models/WebPortalDto.js +0 -2
  1490. package/clients/contentService/models/WebPortalDto.ts +0 -19
  1491. package/clients/contentService/models/WebPortalDtoEnvelope.js +0 -2
  1492. package/clients/contentService/models/WebPortalDtoEnvelope.ts +0 -14
  1493. package/clients/contentService/models/WebPortalUpdateDto.js +0 -2
  1494. package/clients/contentService/models/WebPortalUpdateDto.ts +0 -16
  1495. package/clients/contentService/services/BlogPostAuthorsService.js +0 -100
  1496. package/clients/contentService/services/BlogPostAuthorsService.ts +0 -116
  1497. package/clients/contentService/services/BlogPostCategoriesService.js +0 -167
  1498. package/clients/contentService/services/BlogPostCategoriesService.ts +0 -199
  1499. package/clients/contentService/services/BlogPostTagsService.js +0 -161
  1500. package/clients/contentService/services/BlogPostTagsService.ts +0 -191
  1501. package/clients/contentService/services/BlogPostsService.js +0 -451
  1502. package/clients/contentService/services/BlogPostsService.ts +0 -531
  1503. package/clients/contentService/services/PortalsService.js +0 -292
  1504. package/clients/contentService/services/PortalsService.ts +0 -340
  1505. package/clients/contentService/services/ThemesService.js +0 -26
  1506. package/clients/contentService/services/ThemesService.ts +0 -29
  1507. package/clients/contentService/services/WebContentsService.js +0 -161
  1508. package/clients/contentService/services/WebContentsService.ts +0 -192
  1509. package/clients/contentService/services/WebPageCategoriesService.js +0 -161
  1510. package/clients/contentService/services/WebPageCategoriesService.ts +0 -192
  1511. package/clients/contentService/services/WebPageTagsService.js +0 -161
  1512. package/clients/contentService/services/WebPageTagsService.ts +0 -192
  1513. package/clients/contentService/services/WebPagesService.js +0 -375
  1514. package/clients/contentService/services/WebPagesService.ts +0 -446
  1515. package/clients/crmService/core/ApiError.js +0 -20
  1516. package/clients/crmService/core/ApiError.ts +0 -25
  1517. package/clients/crmService/core/ApiRequestOptions.js +0 -2
  1518. package/clients/crmService/core/ApiRequestOptions.ts +0 -17
  1519. package/clients/crmService/core/ApiResult.js +0 -2
  1520. package/clients/crmService/core/ApiResult.ts +0 -11
  1521. package/clients/crmService/core/CancelablePromise.js +0 -104
  1522. package/clients/crmService/core/CancelablePromise.ts +0 -131
  1523. package/clients/crmService/core/OpenAPI.js +0 -14
  1524. package/clients/crmService/core/OpenAPI.ts +0 -32
  1525. package/clients/crmService/core/request.js +0 -294
  1526. package/clients/crmService/core/request.ts +0 -322
  1527. package/clients/crmService/index.js +0 -32
  1528. package/clients/crmService/models/CartDto.js +0 -2
  1529. package/clients/crmService/models/CartDto.ts +0 -18
  1530. package/clients/crmService/models/CartDtoEnvelope.js +0 -2
  1531. package/clients/crmService/models/CartDtoEnvelope.ts +0 -14
  1532. package/clients/crmService/models/ContactCreateDto.js +0 -11
  1533. package/clients/crmService/models/ContactCreateDto.ts +0 -55
  1534. package/clients/crmService/models/ContactDto.js +0 -11
  1535. package/clients/crmService/models/ContactDto.ts +0 -71
  1536. package/clients/crmService/models/ContactDtoEnvelope.js +0 -2
  1537. package/clients/crmService/models/ContactDtoEnvelope.ts +0 -14
  1538. package/clients/crmService/models/ContactDtoListEnvelope.js +0 -2
  1539. package/clients/crmService/models/ContactDtoListEnvelope.ts +0 -14
  1540. package/clients/crmService/models/ContactProfileDto.js +0 -2
  1541. package/clients/crmService/models/ContactProfileDto.ts +0 -38
  1542. package/clients/crmService/models/ContactProfileDtoListEnvelope.js +0 -2
  1543. package/clients/crmService/models/ContactProfileDtoListEnvelope.ts +0 -14
  1544. package/clients/crmService/models/ContactUpdateDto.js +0 -11
  1545. package/clients/crmService/models/ContactUpdateDto.ts +0 -53
  1546. package/clients/crmService/models/EmptyEnvelope.js +0 -2
  1547. package/clients/crmService/models/EmptyEnvelope.ts +0 -12
  1548. package/clients/crmService/models/ErrorEnvelope.js +0 -2
  1549. package/clients/crmService/models/ErrorEnvelope.ts +0 -12
  1550. package/clients/crmService/models/ExtendedContactDto.js +0 -11
  1551. package/clients/crmService/models/ExtendedContactDto.ts +0 -80
  1552. package/clients/crmService/models/ExtendedContactDtoEnvelope.js +0 -2
  1553. package/clients/crmService/models/ExtendedContactDtoEnvelope.ts +0 -14
  1554. package/clients/crmService/models/ExtendedContactDtoListEnvelope.js +0 -2
  1555. package/clients/crmService/models/ExtendedContactDtoListEnvelope.ts +0 -14
  1556. package/clients/crmService/models/Operation.js +0 -16
  1557. package/clients/crmService/models/Operation.ts +0 -23
  1558. package/clients/crmService/models/SimpleContactDto.js +0 -11
  1559. package/clients/crmService/models/SimpleContactDto.ts +0 -40
  1560. package/clients/crmService/models/SocialProfileDto.js +0 -12
  1561. package/clients/crmService/models/SocialProfileDto.ts +0 -40
  1562. package/clients/crmService/models/SocialProfileDtoEnvelope.js +0 -2
  1563. package/clients/crmService/models/SocialProfileDtoEnvelope.ts +0 -14
  1564. package/clients/crmService/models/WalletDto.js +0 -2
  1565. package/clients/crmService/models/WalletDto.ts +0 -22
  1566. package/clients/crmService/models/WalletDtoEnvelope.js +0 -2
  1567. package/clients/crmService/models/WalletDtoEnvelope.ts +0 -14
  1568. package/clients/crmService/services/ContactsService.js +0 -794
  1569. package/clients/crmService/services/ContactsService.ts +0 -920
  1570. package/clients/crmService/services/SyncService.js +0 -100
  1571. package/clients/crmService/services/SyncService.ts +0 -117
  1572. package/clients/dealsService/core/ApiError.js +0 -20
  1573. package/clients/dealsService/core/ApiError.ts +0 -25
  1574. package/clients/dealsService/core/ApiRequestOptions.js +0 -2
  1575. package/clients/dealsService/core/ApiRequestOptions.ts +0 -17
  1576. package/clients/dealsService/core/ApiResult.js +0 -2
  1577. package/clients/dealsService/core/ApiResult.ts +0 -11
  1578. package/clients/dealsService/core/CancelablePromise.js +0 -104
  1579. package/clients/dealsService/core/CancelablePromise.ts +0 -131
  1580. package/clients/dealsService/core/OpenAPI.js +0 -14
  1581. package/clients/dealsService/core/OpenAPI.ts +0 -32
  1582. package/clients/dealsService/core/request.js +0 -294
  1583. package/clients/dealsService/core/request.ts +0 -322
  1584. package/clients/dealsService/index.js +0 -38
  1585. package/clients/dealsService/models/ContactDto.js +0 -11
  1586. package/clients/dealsService/models/ContactDto.ts +0 -71
  1587. package/clients/dealsService/models/Currency.js +0 -2
  1588. package/clients/dealsService/models/Currency.ts +0 -9
  1589. package/clients/dealsService/models/DealUnitCreateDto.js +0 -35
  1590. package/clients/dealsService/models/DealUnitCreateDto.ts +0 -76
  1591. package/clients/dealsService/models/DealUnitDto.js +0 -35
  1592. package/clients/dealsService/models/DealUnitDto.ts +0 -126
  1593. package/clients/dealsService/models/DealUnitDtoEnvelope.js +0 -2
  1594. package/clients/dealsService/models/DealUnitDtoEnvelope.ts +0 -14
  1595. package/clients/dealsService/models/DealUnitDtoListEnvelope.js +0 -2
  1596. package/clients/dealsService/models/DealUnitDtoListEnvelope.ts +0 -14
  1597. package/clients/dealsService/models/DealUnitFlowCreateDto.js +0 -2
  1598. package/clients/dealsService/models/DealUnitFlowCreateDto.ts +0 -14
  1599. package/clients/dealsService/models/DealUnitFlowDto.js +0 -2
  1600. package/clients/dealsService/models/DealUnitFlowDto.ts +0 -14
  1601. package/clients/dealsService/models/DealUnitFlowDtoEnvelope.js +0 -2
  1602. package/clients/dealsService/models/DealUnitFlowDtoEnvelope.ts +0 -14
  1603. package/clients/dealsService/models/DealUnitFlowDtoListEnvelope.js +0 -2
  1604. package/clients/dealsService/models/DealUnitFlowDtoListEnvelope.ts +0 -14
  1605. package/clients/dealsService/models/DealUnitFlowStageCreateDto.js +0 -2
  1606. package/clients/dealsService/models/DealUnitFlowStageCreateDto.ts +0 -16
  1607. package/clients/dealsService/models/DealUnitFlowStageDto.js +0 -2
  1608. package/clients/dealsService/models/DealUnitFlowStageDto.ts +0 -16
  1609. package/clients/dealsService/models/DealUnitFlowStageDtoEnvelope.js +0 -2
  1610. package/clients/dealsService/models/DealUnitFlowStageDtoEnvelope.ts +0 -14
  1611. package/clients/dealsService/models/DealUnitFlowStageDtoListEnvelope.js +0 -2
  1612. package/clients/dealsService/models/DealUnitFlowStageDtoListEnvelope.ts +0 -14
  1613. package/clients/dealsService/models/DealUnitFlowStageUpdateDto.js +0 -2
  1614. package/clients/dealsService/models/DealUnitFlowStageUpdateDto.ts +0 -13
  1615. package/clients/dealsService/models/DealUnitFlowUpdateDto.js +0 -2
  1616. package/clients/dealsService/models/DealUnitFlowUpdateDto.ts +0 -12
  1617. package/clients/dealsService/models/DealUnitLineCreateDto.js +0 -16
  1618. package/clients/dealsService/models/DealUnitLineCreateDto.ts +0 -98
  1619. package/clients/dealsService/models/DealUnitLineDto.js +0 -16
  1620. package/clients/dealsService/models/DealUnitLineDto.ts +0 -100
  1621. package/clients/dealsService/models/DealUnitLineDtoEnvelope.js +0 -2
  1622. package/clients/dealsService/models/DealUnitLineDtoEnvelope.ts +0 -14
  1623. package/clients/dealsService/models/DealUnitLineDtoListEnvelope.js +0 -2
  1624. package/clients/dealsService/models/DealUnitLineDtoListEnvelope.ts +0 -14
  1625. package/clients/dealsService/models/DealUnitLineUpdateDto.js +0 -16
  1626. package/clients/dealsService/models/DealUnitLineUpdateDto.ts +0 -97
  1627. package/clients/dealsService/models/DealUnitUpdateDto.js +0 -35
  1628. package/clients/dealsService/models/DealUnitUpdateDto.ts +0 -80
  1629. package/clients/dealsService/models/EmptyEnvelope.js +0 -2
  1630. package/clients/dealsService/models/EmptyEnvelope.ts +0 -12
  1631. package/clients/dealsService/models/ErrorEnvelope.js +0 -2
  1632. package/clients/dealsService/models/ErrorEnvelope.ts +0 -12
  1633. package/clients/dealsService/models/ExtendedDealUnitDto.js +0 -35
  1634. package/clients/dealsService/models/ExtendedDealUnitDto.ts +0 -136
  1635. package/clients/dealsService/models/ExtendedDealUnitDtoEnvelope.js +0 -2
  1636. package/clients/dealsService/models/ExtendedDealUnitDtoEnvelope.ts +0 -14
  1637. package/clients/dealsService/models/ExtendedDealUnitDtoListEnvelope.js +0 -2
  1638. package/clients/dealsService/models/ExtendedDealUnitDtoListEnvelope.ts +0 -14
  1639. package/clients/dealsService/models/ExtendedSalesLiteratureDto.js +0 -2
  1640. package/clients/dealsService/models/ExtendedSalesLiteratureDto.ts +0 -21
  1641. package/clients/dealsService/models/ExtendedSalesLiteratureDtoListEnvelope.js +0 -2
  1642. package/clients/dealsService/models/ExtendedSalesLiteratureDtoListEnvelope.ts +0 -14
  1643. package/clients/dealsService/models/Int32Envelope.js +0 -2
  1644. package/clients/dealsService/models/Int32Envelope.ts +0 -13
  1645. package/clients/dealsService/models/Money.js +0 -2
  1646. package/clients/dealsService/models/Money.ts +0 -10
  1647. package/clients/dealsService/models/SalesLiteratureCreateDto.js +0 -2
  1648. package/clients/dealsService/models/SalesLiteratureCreateDto.ts +0 -17
  1649. package/clients/dealsService/models/SalesLiteratureDto.js +0 -2
  1650. package/clients/dealsService/models/SalesLiteratureDto.ts +0 -17
  1651. package/clients/dealsService/models/SalesLiteratureDtoEnvelope.js +0 -2
  1652. package/clients/dealsService/models/SalesLiteratureDtoEnvelope.ts +0 -14
  1653. package/clients/dealsService/models/SalesLiteratureDtoListEnvelope.js +0 -2
  1654. package/clients/dealsService/models/SalesLiteratureDtoListEnvelope.ts +0 -14
  1655. package/clients/dealsService/models/SalesLiteratureTypeDto.js +0 -2
  1656. package/clients/dealsService/models/SalesLiteratureTypeDto.ts +0 -12
  1657. package/clients/dealsService/models/SalesLiteratureUpdateDto.js +0 -2
  1658. package/clients/dealsService/models/SalesLiteratureUpdateDto.ts +0 -15
  1659. package/clients/dealsService/models/TenantDto.js +0 -2
  1660. package/clients/dealsService/models/TenantDto.ts +0 -45
  1661. package/clients/dealsService/models/TenantEnrolmentDto.js +0 -2
  1662. package/clients/dealsService/models/TenantEnrolmentDto.ts +0 -15
  1663. package/clients/dealsService/models/UserDto.js +0 -26
  1664. package/clients/dealsService/models/UserDto.ts +0 -72
  1665. package/clients/dealsService/services/DealUnitFlowsService.js +0 -314
  1666. package/clients/dealsService/services/DealUnitFlowsService.ts +0 -377
  1667. package/clients/dealsService/services/DealUnitsService.js +0 -350
  1668. package/clients/dealsService/services/DealUnitsService.ts +0 -416
  1669. package/clients/dealsService/services/SalesLiteraturesService.js +0 -148
  1670. package/clients/dealsService/services/SalesLiteraturesService.ts +0 -177
  1671. package/clients/forexService/core/ApiError.js +0 -20
  1672. package/clients/forexService/core/ApiError.ts +0 -25
  1673. package/clients/forexService/core/ApiRequestOptions.js +0 -2
  1674. package/clients/forexService/core/ApiRequestOptions.ts +0 -17
  1675. package/clients/forexService/core/ApiResult.js +0 -2
  1676. package/clients/forexService/core/ApiResult.ts +0 -11
  1677. package/clients/forexService/core/CancelablePromise.js +0 -104
  1678. package/clients/forexService/core/CancelablePromise.ts +0 -131
  1679. package/clients/forexService/core/OpenAPI.js +0 -14
  1680. package/clients/forexService/core/OpenAPI.ts +0 -32
  1681. package/clients/forexService/core/request.js +0 -294
  1682. package/clients/forexService/core/request.ts +0 -322
  1683. package/clients/forexService/index.js +0 -20
  1684. package/clients/forexService/models/Currency.js +0 -2
  1685. package/clients/forexService/models/Currency.ts +0 -9
  1686. package/clients/forexService/models/ErrorEnvelope.js +0 -2
  1687. package/clients/forexService/models/ErrorEnvelope.ts +0 -12
  1688. package/clients/forexService/models/ExchangeRate.js +0 -2
  1689. package/clients/forexService/models/ExchangeRate.ts +0 -11
  1690. package/clients/forexService/models/ExchangeRateEnvelope.js +0 -2
  1691. package/clients/forexService/models/ExchangeRateEnvelope.ts +0 -14
  1692. package/clients/forexService/models/ForexRatesDto.js +0 -2
  1693. package/clients/forexService/models/ForexRatesDto.ts +0 -13
  1694. package/clients/forexService/models/ForexRatesDtoEnvelope.js +0 -2
  1695. package/clients/forexService/models/ForexRatesDtoEnvelope.ts +0 -14
  1696. package/clients/forexService/models/Money.js +0 -2
  1697. package/clients/forexService/models/Money.ts +0 -10
  1698. package/clients/forexService/models/MoneyEnvelope.js +0 -2
  1699. package/clients/forexService/models/MoneyEnvelope.ts +0 -14
  1700. package/clients/forexService/services/ExchangeService.js +0 -54
  1701. package/clients/forexService/services/ExchangeService.ts +0 -65
  1702. package/clients/forexService/services/ExchangeVService.js +0 -54
  1703. package/clients/forexService/services/ExchangeVService.ts +0 -65
  1704. package/clients/forexService/services/RatesService.js +0 -96
  1705. package/clients/forexService/services/RatesService.ts +0 -111
  1706. package/clients/globeService/core/ApiError.js +0 -20
  1707. package/clients/globeService/core/ApiError.ts +0 -25
  1708. package/clients/globeService/core/ApiRequestOptions.js +0 -2
  1709. package/clients/globeService/core/ApiRequestOptions.ts +0 -17
  1710. package/clients/globeService/core/ApiResult.js +0 -2
  1711. package/clients/globeService/core/ApiResult.ts +0 -11
  1712. package/clients/globeService/core/CancelablePromise.js +0 -104
  1713. package/clients/globeService/core/CancelablePromise.ts +0 -131
  1714. package/clients/globeService/core/OpenAPI.js +0 -14
  1715. package/clients/globeService/core/OpenAPI.ts +0 -32
  1716. package/clients/globeService/core/request.js +0 -294
  1717. package/clients/globeService/core/request.ts +0 -322
  1718. package/clients/globeService/index.js +0 -22
  1719. package/clients/globeService/models/CityDto.js +0 -2
  1720. package/clients/globeService/models/CityDto.ts +0 -15
  1721. package/clients/globeService/models/CityDtoListEnvelope.js +0 -2
  1722. package/clients/globeService/models/CityDtoListEnvelope.ts +0 -14
  1723. package/clients/globeService/models/CountryCallingCodeDto.js +0 -2
  1724. package/clients/globeService/models/CountryCallingCodeDto.ts +0 -10
  1725. package/clients/globeService/models/CountryCallingCodeDtoListEnvelope.js +0 -2
  1726. package/clients/globeService/models/CountryCallingCodeDtoListEnvelope.ts +0 -14
  1727. package/clients/globeService/models/CountryDto.js +0 -2
  1728. package/clients/globeService/models/CountryDto.ts +0 -14
  1729. package/clients/globeService/models/CountryDtoEnvelope.js +0 -2
  1730. package/clients/globeService/models/CountryDtoEnvelope.ts +0 -14
  1731. package/clients/globeService/models/CountryDtoListEnvelope.js +0 -2
  1732. package/clients/globeService/models/CountryDtoListEnvelope.ts +0 -14
  1733. package/clients/globeService/models/CountryLanguageDto.js +0 -2
  1734. package/clients/globeService/models/CountryLanguageDto.ts +0 -14
  1735. package/clients/globeService/models/CountryLanguageDtoEnvelope.js +0 -2
  1736. package/clients/globeService/models/CountryLanguageDtoEnvelope.ts +0 -14
  1737. package/clients/globeService/models/CountryLanguageDtoListEnvelope.js +0 -2
  1738. package/clients/globeService/models/CountryLanguageDtoListEnvelope.ts +0 -14
  1739. package/clients/globeService/models/CountryStateDto.js +0 -2
  1740. package/clients/globeService/models/CountryStateDto.ts +0 -12
  1741. package/clients/globeService/models/CountryStateDtoEnvelope.js +0 -2
  1742. package/clients/globeService/models/CountryStateDtoEnvelope.ts +0 -14
  1743. package/clients/globeService/models/CountryStateDtoListEnvelope.js +0 -2
  1744. package/clients/globeService/models/CountryStateDtoListEnvelope.ts +0 -14
  1745. package/clients/globeService/models/CountryTopLevelDomainDto.js +0 -2
  1746. package/clients/globeService/models/CountryTopLevelDomainDto.ts +0 -10
  1747. package/clients/globeService/models/CountryTopLevelDomainDtoListEnvelope.js +0 -2
  1748. package/clients/globeService/models/CountryTopLevelDomainDtoListEnvelope.ts +0 -14
  1749. package/clients/globeService/models/CurrencyDto.js +0 -2
  1750. package/clients/globeService/models/CurrencyDto.ts +0 -13
  1751. package/clients/globeService/models/CurrencyDtoEnvelope.js +0 -2
  1752. package/clients/globeService/models/CurrencyDtoEnvelope.ts +0 -14
  1753. package/clients/globeService/models/CurrencyDtoListEnvelope.js +0 -2
  1754. package/clients/globeService/models/CurrencyDtoListEnvelope.ts +0 -14
  1755. package/clients/globeService/models/ErrorEnvelope.js +0 -2
  1756. package/clients/globeService/models/ErrorEnvelope.ts +0 -12
  1757. package/clients/globeService/models/TimezoneDto.js +0 -2
  1758. package/clients/globeService/models/TimezoneDto.ts +0 -12
  1759. package/clients/globeService/models/TimezoneDtoEnvelope.js +0 -2
  1760. package/clients/globeService/models/TimezoneDtoEnvelope.ts +0 -14
  1761. package/clients/globeService/models/TimezoneDtoListEnvelope.js +0 -2
  1762. package/clients/globeService/models/TimezoneDtoListEnvelope.ts +0 -14
  1763. package/clients/globeService/services/CountriesService.js +0 -228
  1764. package/clients/globeService/services/CountriesService.ts +0 -269
  1765. package/clients/globeService/services/CurrenciesService.js +0 -48
  1766. package/clients/globeService/services/CurrenciesService.ts +0 -56
  1767. package/clients/globeService/services/LanguagesService.js +0 -48
  1768. package/clients/globeService/services/LanguagesService.ts +0 -56
  1769. package/clients/globeService/services/TimezonesService.js +0 -48
  1770. package/clients/globeService/services/TimezonesService.ts +0 -56
  1771. package/clients/hrmsService/core/ApiError.js +0 -20
  1772. package/clients/hrmsService/core/ApiError.ts +0 -25
  1773. package/clients/hrmsService/core/ApiRequestOptions.js +0 -2
  1774. package/clients/hrmsService/core/ApiRequestOptions.ts +0 -17
  1775. package/clients/hrmsService/core/ApiResult.js +0 -2
  1776. package/clients/hrmsService/core/ApiResult.ts +0 -11
  1777. package/clients/hrmsService/core/CancelablePromise.js +0 -104
  1778. package/clients/hrmsService/core/CancelablePromise.ts +0 -131
  1779. package/clients/hrmsService/core/OpenAPI.js +0 -14
  1780. package/clients/hrmsService/core/OpenAPI.ts +0 -32
  1781. package/clients/hrmsService/core/request.js +0 -294
  1782. package/clients/hrmsService/core/request.ts +0 -322
  1783. package/clients/hrmsService/index.js +0 -22
  1784. package/clients/hrmsService/index.ts +0 -37
  1785. package/clients/hrmsService/models/EmployeeProfileCreateDto.js +0 -2
  1786. package/clients/hrmsService/models/EmployeeProfileCreateDto.ts +0 -9
  1787. package/clients/hrmsService/models/EmployeeProfileDto.js +0 -2
  1788. package/clients/hrmsService/models/EmployeeProfileDto.ts +0 -9
  1789. package/clients/hrmsService/models/EmployeeProfileDtoEnvelope.js +0 -2
  1790. package/clients/hrmsService/models/EmployeeProfileDtoEnvelope.ts +0 -14
  1791. package/clients/hrmsService/models/EmployeeProfileDtoListEnvelope.js +0 -2
  1792. package/clients/hrmsService/models/EmployeeProfileDtoListEnvelope.ts +0 -14
  1793. package/clients/hrmsService/models/EmployeeProfileUpdateDto.js +0 -2
  1794. package/clients/hrmsService/models/EmployeeProfileUpdateDto.ts +0 -5
  1795. package/clients/hrmsService/models/EmployerProfileCreateDto.js +0 -2
  1796. package/clients/hrmsService/models/EmployerProfileCreateDto.ts +0 -9
  1797. package/clients/hrmsService/models/EmployerProfileDto.js +0 -2
  1798. package/clients/hrmsService/models/EmployerProfileDto.ts +0 -9
  1799. package/clients/hrmsService/models/EmployerProfileDtoEnvelope.js +0 -2
  1800. package/clients/hrmsService/models/EmployerProfileDtoEnvelope.ts +0 -14
  1801. package/clients/hrmsService/models/EmployerProfileDtoListEnvelope.js +0 -2
  1802. package/clients/hrmsService/models/EmployerProfileDtoListEnvelope.ts +0 -14
  1803. package/clients/hrmsService/models/EmployerProfileUpdateDto.js +0 -2
  1804. package/clients/hrmsService/models/EmployerProfileUpdateDto.ts +0 -5
  1805. package/clients/hrmsService/models/EmptyEnvelope.js +0 -2
  1806. package/clients/hrmsService/models/EmptyEnvelope.ts +0 -12
  1807. package/clients/hrmsService/models/ErrorEnvelope.js +0 -2
  1808. package/clients/hrmsService/models/ErrorEnvelope.ts +0 -12
  1809. package/clients/hrmsService/models/GigCreateDto.js +0 -2
  1810. package/clients/hrmsService/models/GigCreateDto.ts +0 -9
  1811. package/clients/hrmsService/models/GigDto.js +0 -2
  1812. package/clients/hrmsService/models/GigDto.ts +0 -9
  1813. package/clients/hrmsService/models/GigDtoEnvelope.js +0 -2
  1814. package/clients/hrmsService/models/GigDtoEnvelope.ts +0 -14
  1815. package/clients/hrmsService/models/GigDtoListEnvelope.js +0 -2
  1816. package/clients/hrmsService/models/GigDtoListEnvelope.ts +0 -14
  1817. package/clients/hrmsService/models/GigUpdateDto.js +0 -2
  1818. package/clients/hrmsService/models/GigUpdateDto.ts +0 -5
  1819. package/clients/hrmsService/models/Int32Envelope.js +0 -2
  1820. package/clients/hrmsService/models/Int32Envelope.ts +0 -13
  1821. package/clients/hrmsService/models/JobOfferCreateDto.js +0 -2
  1822. package/clients/hrmsService/models/JobOfferCreateDto.ts +0 -9
  1823. package/clients/hrmsService/models/JobOfferDto.js +0 -2
  1824. package/clients/hrmsService/models/JobOfferDto.ts +0 -9
  1825. package/clients/hrmsService/models/JobOfferDtoEnvelope.js +0 -2
  1826. package/clients/hrmsService/models/JobOfferDtoEnvelope.ts +0 -14
  1827. package/clients/hrmsService/models/JobOfferDtoListEnvelope.js +0 -2
  1828. package/clients/hrmsService/models/JobOfferDtoListEnvelope.ts +0 -14
  1829. package/clients/hrmsService/models/JobOfferUpdateDto.js +0 -2
  1830. package/clients/hrmsService/models/JobOfferUpdateDto.ts +0 -5
  1831. package/clients/hrmsService/services/EmployeesService.js +0 -163
  1832. package/clients/hrmsService/services/EmployeesService.ts +0 -193
  1833. package/clients/hrmsService/services/EmployersService.js +0 -161
  1834. package/clients/hrmsService/services/EmployersService.ts +0 -190
  1835. package/clients/hrmsService/services/GigsService.js +0 -158
  1836. package/clients/hrmsService/services/GigsService.ts +0 -187
  1837. package/clients/hrmsService/services/JobOffersService.js +0 -160
  1838. package/clients/hrmsService/services/JobOffersService.ts +0 -189
  1839. package/clients/identityService/core/ApiError.js +0 -20
  1840. package/clients/identityService/core/ApiError.ts +0 -25
  1841. package/clients/identityService/core/ApiRequestOptions.js +0 -2
  1842. package/clients/identityService/core/ApiRequestOptions.ts +0 -17
  1843. package/clients/identityService/core/ApiResult.js +0 -2
  1844. package/clients/identityService/core/ApiResult.ts +0 -11
  1845. package/clients/identityService/core/CancelablePromise.js +0 -104
  1846. package/clients/identityService/core/CancelablePromise.ts +0 -131
  1847. package/clients/identityService/core/OpenAPI.js +0 -14
  1848. package/clients/identityService/core/OpenAPI.ts +0 -32
  1849. package/clients/identityService/core/request.js +0 -294
  1850. package/clients/identityService/core/request.ts +0 -322
  1851. package/clients/identityService/index.js +0 -28
  1852. package/clients/identityService/models/AccessTokenResponse.js +0 -2
  1853. package/clients/identityService/models/AccessTokenResponse.ts +0 -11
  1854. package/clients/identityService/models/AccountHolderCreateDto.js +0 -12
  1855. package/clients/identityService/models/AccountHolderCreateDto.ts +0 -41
  1856. package/clients/identityService/models/AccountHolderCreateDtoEnvelope.js +0 -2
  1857. package/clients/identityService/models/AccountHolderCreateDtoEnvelope.ts +0 -14
  1858. package/clients/identityService/models/ApiAuthorizationResult.js +0 -2
  1859. package/clients/identityService/models/ApiAuthorizationResult.ts +0 -17
  1860. package/clients/identityService/models/ApiAuthorizationResultEnvelope.js +0 -2
  1861. package/clients/identityService/models/ApiAuthorizationResultEnvelope.ts +0 -14
  1862. package/clients/identityService/models/EnrollmentId.js +0 -2
  1863. package/clients/identityService/models/EnrollmentId.ts +0 -5
  1864. package/clients/identityService/models/ErrorEnvelope.js +0 -2
  1865. package/clients/identityService/models/ErrorEnvelope.ts +0 -12
  1866. package/clients/identityService/models/ForgotPasswordRequest.js +0 -2
  1867. package/clients/identityService/models/ForgotPasswordRequest.ts +0 -8
  1868. package/clients/identityService/models/HttpValidationProblemDetails.js +0 -2
  1869. package/clients/identityService/models/HttpValidationProblemDetails.ts +0 -5
  1870. package/clients/identityService/models/InfoRequest.js +0 -2
  1871. package/clients/identityService/models/InfoRequest.ts +0 -10
  1872. package/clients/identityService/models/InfoResponse.js +0 -2
  1873. package/clients/identityService/models/InfoResponse.ts +0 -9
  1874. package/clients/identityService/models/JsonWebKey.js +0 -2
  1875. package/clients/identityService/models/JsonWebKey.ts +0 -13
  1876. package/clients/identityService/models/JsonWebKeySet.js +0 -2
  1877. package/clients/identityService/models/JsonWebKeySet.ts +0 -9
  1878. package/clients/identityService/models/JsonWebKeySetEnvelope.js +0 -2
  1879. package/clients/identityService/models/JsonWebKeySetEnvelope.ts +0 -14
  1880. package/clients/identityService/models/JsonWebToken.js +0 -2
  1881. package/clients/identityService/models/JsonWebToken.ts +0 -15
  1882. package/clients/identityService/models/JsonWebTokenEnvelope.js +0 -2
  1883. package/clients/identityService/models/JsonWebTokenEnvelope.ts +0 -14
  1884. package/clients/identityService/models/JsonWebTokenHeader.js +0 -2
  1885. package/clients/identityService/models/JsonWebTokenHeader.ts +0 -11
  1886. package/clients/identityService/models/JsonWebTokenPayload.js +0 -2
  1887. package/clients/identityService/models/JsonWebTokenPayload.ts +0 -17
  1888. package/clients/identityService/models/LoginRequest.js +0 -2
  1889. package/clients/identityService/models/LoginRequest.ts +0 -11
  1890. package/clients/identityService/models/OAuthTokenRequest.js +0 -2
  1891. package/clients/identityService/models/OAuthTokenRequest.ts +0 -12
  1892. package/clients/identityService/models/OpenIdConfiguration.js +0 -2
  1893. package/clients/identityService/models/OpenIdConfiguration.ts +0 -19
  1894. package/clients/identityService/models/OpenIdConfigurationEnvelope.js +0 -2
  1895. package/clients/identityService/models/OpenIdConfigurationEnvelope.ts +0 -14
  1896. package/clients/identityService/models/RefreshRequest.js +0 -2
  1897. package/clients/identityService/models/RefreshRequest.ts +0 -8
  1898. package/clients/identityService/models/RegisterRequest.js +0 -2
  1899. package/clients/identityService/models/RegisterRequest.ts +0 -9
  1900. package/clients/identityService/models/ResendConfirmationEmailRequest.js +0 -2
  1901. package/clients/identityService/models/ResendConfirmationEmailRequest.ts +0 -8
  1902. package/clients/identityService/models/ResetPasswordRequest.js +0 -2
  1903. package/clients/identityService/models/ResetPasswordRequest.ts +0 -10
  1904. package/clients/identityService/models/SigninModel.js +0 -2
  1905. package/clients/identityService/models/SigninModel.ts +0 -9
  1906. package/clients/identityService/models/StringListEnvelope.js +0 -2
  1907. package/clients/identityService/models/StringListEnvelope.ts +0 -13
  1908. package/clients/identityService/models/TenantId.js +0 -2
  1909. package/clients/identityService/models/TenantId.ts +0 -5
  1910. package/clients/identityService/models/TwoFactorRequest.js +0 -2
  1911. package/clients/identityService/models/TwoFactorRequest.ts +0 -12
  1912. package/clients/identityService/models/TwoFactorResponse.js +0 -2
  1913. package/clients/identityService/models/TwoFactorResponse.ts +0 -12
  1914. package/clients/identityService/models/UserId.js +0 -2
  1915. package/clients/identityService/models/UserId.ts +0 -5
  1916. package/clients/identityService/services/ApplicationsService.js +0 -112
  1917. package/clients/identityService/services/ApplicationsService.ts +0 -132
  1918. package/clients/identityService/services/CheckerService.js +0 -22
  1919. package/clients/identityService/services/CheckerService.ts +0 -25
  1920. package/clients/identityService/services/FenixAllianceAbsModulesWebService.js +0 -246
  1921. package/clients/identityService/services/FenixAllianceAbsModulesWebService.ts +0 -293
  1922. package/clients/identityService/services/OAuthService.js +0 -152
  1923. package/clients/identityService/services/OAuthService.ts +0 -183
  1924. package/clients/identityService/services/ResourceService.js +0 -22
  1925. package/clients/identityService/services/ResourceService.ts +0 -25
  1926. package/clients/identityService/services/UserInfoService.js +0 -36
  1927. package/clients/identityService/services/UserInfoService.ts +0 -41
  1928. package/clients/inventoryService/core/ApiError.js +0 -20
  1929. package/clients/inventoryService/core/ApiError.ts +0 -25
  1930. package/clients/inventoryService/core/ApiRequestOptions.js +0 -2
  1931. package/clients/inventoryService/core/ApiRequestOptions.ts +0 -17
  1932. package/clients/inventoryService/core/ApiResult.js +0 -2
  1933. package/clients/inventoryService/core/ApiResult.ts +0 -11
  1934. package/clients/inventoryService/core/CancelablePromise.js +0 -104
  1935. package/clients/inventoryService/core/CancelablePromise.ts +0 -131
  1936. package/clients/inventoryService/core/OpenAPI.js +0 -14
  1937. package/clients/inventoryService/core/OpenAPI.ts +0 -32
  1938. package/clients/inventoryService/core/request.js +0 -294
  1939. package/clients/inventoryService/core/request.ts +0 -322
  1940. package/clients/inventoryService/index.js +0 -16
  1941. package/clients/inventoryService/services/InventoryService.js +0 -26
  1942. package/clients/inventoryService/services/InventoryService.ts +0 -30
  1943. package/clients/invoicingService/core/ApiError.js +0 -20
  1944. package/clients/invoicingService/core/ApiError.ts +0 -25
  1945. package/clients/invoicingService/core/ApiRequestOptions.js +0 -2
  1946. package/clients/invoicingService/core/ApiRequestOptions.ts +0 -17
  1947. package/clients/invoicingService/core/ApiResult.js +0 -2
  1948. package/clients/invoicingService/core/ApiResult.ts +0 -11
  1949. package/clients/invoicingService/core/CancelablePromise.js +0 -104
  1950. package/clients/invoicingService/core/CancelablePromise.ts +0 -131
  1951. package/clients/invoicingService/core/OpenAPI.js +0 -14
  1952. package/clients/invoicingService/core/OpenAPI.ts +0 -32
  1953. package/clients/invoicingService/core/request.js +0 -294
  1954. package/clients/invoicingService/core/request.ts +0 -322
  1955. package/clients/invoicingService/index.js +0 -34
  1956. package/clients/invoicingService/models/Currency.js +0 -2
  1957. package/clients/invoicingService/models/Currency.ts +0 -9
  1958. package/clients/invoicingService/models/EmptyEnvelope.js +0 -2
  1959. package/clients/invoicingService/models/EmptyEnvelope.ts +0 -12
  1960. package/clients/invoicingService/models/ErrorEnvelope.js +0 -2
  1961. package/clients/invoicingService/models/ErrorEnvelope.ts +0 -12
  1962. package/clients/invoicingService/models/ExtendedInvoiceDto.js +0 -25
  1963. package/clients/invoicingService/models/ExtendedInvoiceDto.ts +0 -112
  1964. package/clients/invoicingService/models/ExtendedInvoiceDtoListEnvelope.js +0 -2
  1965. package/clients/invoicingService/models/ExtendedInvoiceDtoListEnvelope.ts +0 -14
  1966. package/clients/invoicingService/models/Int32Envelope.js +0 -2
  1967. package/clients/invoicingService/models/Int32Envelope.ts +0 -13
  1968. package/clients/invoicingService/models/InvoiceAdjustmentCreateDto.js +0 -11
  1969. package/clients/invoicingService/models/InvoiceAdjustmentCreateDto.ts +0 -27
  1970. package/clients/invoicingService/models/InvoiceAdjustmentDto.js +0 -11
  1971. package/clients/invoicingService/models/InvoiceAdjustmentDto.ts +0 -27
  1972. package/clients/invoicingService/models/InvoiceAdjustmentDtoEnvelope.js +0 -2
  1973. package/clients/invoicingService/models/InvoiceAdjustmentDtoEnvelope.ts +0 -14
  1974. package/clients/invoicingService/models/InvoiceAdjustmentDtoListEnvelope.js +0 -2
  1975. package/clients/invoicingService/models/InvoiceAdjustmentDtoListEnvelope.ts +0 -14
  1976. package/clients/invoicingService/models/InvoiceAdjustmentUpdateDto.js +0 -11
  1977. package/clients/invoicingService/models/InvoiceAdjustmentUpdateDto.ts +0 -22
  1978. package/clients/invoicingService/models/InvoiceCreateDto.js +0 -25
  1979. package/clients/invoicingService/models/InvoiceCreateDto.ts +0 -74
  1980. package/clients/invoicingService/models/InvoiceDto.js +0 -25
  1981. package/clients/invoicingService/models/InvoiceDto.ts +0 -102
  1982. package/clients/invoicingService/models/InvoiceDtoEnvelope.js +0 -2
  1983. package/clients/invoicingService/models/InvoiceDtoEnvelope.ts +0 -14
  1984. package/clients/invoicingService/models/InvoiceDtoListEnvelope.js +0 -2
  1985. package/clients/invoicingService/models/InvoiceDtoListEnvelope.ts +0 -14
  1986. package/clients/invoicingService/models/InvoiceItemRecordDto.js +0 -16
  1987. package/clients/invoicingService/models/InvoiceItemRecordDto.ts +0 -100
  1988. package/clients/invoicingService/models/InvoiceLineAppliedTaxCreateDto.js +0 -2
  1989. package/clients/invoicingService/models/InvoiceLineAppliedTaxCreateDto.ts +0 -13
  1990. package/clients/invoicingService/models/InvoiceLineAppliedTaxDto.js +0 -2
  1991. package/clients/invoicingService/models/InvoiceLineAppliedTaxDto.ts +0 -20
  1992. package/clients/invoicingService/models/InvoiceLineAppliedTaxDtoListEnvelope.js +0 -2
  1993. package/clients/invoicingService/models/InvoiceLineAppliedTaxDtoListEnvelope.ts +0 -14
  1994. package/clients/invoicingService/models/InvoiceLineAppliedTaxUpdateDto.js +0 -2
  1995. package/clients/invoicingService/models/InvoiceLineAppliedTaxUpdateDto.ts +0 -8
  1996. package/clients/invoicingService/models/InvoiceLineCreateDto.js +0 -2
  1997. package/clients/invoicingService/models/InvoiceLineCreateDto.ts +0 -13
  1998. package/clients/invoicingService/models/InvoiceLineDto.js +0 -16
  1999. package/clients/invoicingService/models/InvoiceLineDto.ts +0 -100
  2000. package/clients/invoicingService/models/InvoiceLineDtoEnvelope.js +0 -2
  2001. package/clients/invoicingService/models/InvoiceLineDtoEnvelope.ts +0 -14
  2002. package/clients/invoicingService/models/InvoiceLineDtoListEnvelope.js +0 -2
  2003. package/clients/invoicingService/models/InvoiceLineDtoListEnvelope.ts +0 -14
  2004. package/clients/invoicingService/models/InvoiceLineUpdateDto.js +0 -2
  2005. package/clients/invoicingService/models/InvoiceLineUpdateDto.ts +0 -20
  2006. package/clients/invoicingService/models/InvoiceReferenceCreateDto.js +0 -2
  2007. package/clients/invoicingService/models/InvoiceReferenceCreateDto.ts +0 -13
  2008. package/clients/invoicingService/models/InvoiceReferenceDto.js +0 -2
  2009. package/clients/invoicingService/models/InvoiceReferenceDto.ts +0 -13
  2010. package/clients/invoicingService/models/InvoiceReferenceDtoEnvelope.js +0 -2
  2011. package/clients/invoicingService/models/InvoiceReferenceDtoEnvelope.ts +0 -14
  2012. package/clients/invoicingService/models/InvoiceReferenceDtoListEnvelope.js +0 -2
  2013. package/clients/invoicingService/models/InvoiceReferenceDtoListEnvelope.ts +0 -14
  2014. package/clients/invoicingService/models/InvoiceReferenceUpdateDto.js +0 -2
  2015. package/clients/invoicingService/models/InvoiceReferenceUpdateDto.ts +0 -8
  2016. package/clients/invoicingService/models/InvoiceUpdateDto.js +0 -2
  2017. package/clients/invoicingService/models/InvoiceUpdateDto.ts +0 -33
  2018. package/clients/invoicingService/models/Money.js +0 -2
  2019. package/clients/invoicingService/models/Money.ts +0 -10
  2020. package/clients/invoicingService/models/MoneyEnvelope.js +0 -2
  2021. package/clients/invoicingService/models/MoneyEnvelope.ts +0 -14
  2022. package/clients/invoicingService/models/SimpleContactDto.js +0 -11
  2023. package/clients/invoicingService/models/SimpleContactDto.ts +0 -40
  2024. package/clients/invoicingService/models/SimpleTenantEnrolmentDto.js +0 -2
  2025. package/clients/invoicingService/models/SimpleTenantEnrolmentDto.ts +0 -11
  2026. package/clients/invoicingService/models/SimpleUserDto.js +0 -2
  2027. package/clients/invoicingService/models/SimpleUserDto.ts +0 -26
  2028. package/clients/invoicingService/models/TenantDto.js +0 -2
  2029. package/clients/invoicingService/models/TenantDto.ts +0 -45
  2030. package/clients/invoicingService/services/InvoicesService.js +0 -909
  2031. package/clients/invoicingService/services/InvoicesService.ts +0 -1077
  2032. package/clients/learningService/core/ApiError.js +0 -20
  2033. package/clients/learningService/core/ApiError.ts +0 -25
  2034. package/clients/learningService/core/ApiRequestOptions.js +0 -2
  2035. package/clients/learningService/core/ApiRequestOptions.ts +0 -17
  2036. package/clients/learningService/core/ApiResult.js +0 -2
  2037. package/clients/learningService/core/ApiResult.ts +0 -11
  2038. package/clients/learningService/core/CancelablePromise.js +0 -104
  2039. package/clients/learningService/core/CancelablePromise.ts +0 -131
  2040. package/clients/learningService/core/OpenAPI.js +0 -14
  2041. package/clients/learningService/core/OpenAPI.ts +0 -32
  2042. package/clients/learningService/core/request.js +0 -294
  2043. package/clients/learningService/core/request.ts +0 -322
  2044. package/clients/learningService/index.js +0 -24
  2045. package/clients/learningService/models/AverageDto.js +0 -2
  2046. package/clients/learningService/models/AverageDto.ts +0 -10
  2047. package/clients/learningService/models/AverageDtoEnvelope.js +0 -2
  2048. package/clients/learningService/models/AverageDtoEnvelope.ts +0 -14
  2049. package/clients/learningService/models/CountDto.js +0 -2
  2050. package/clients/learningService/models/CountDto.ts +0 -10
  2051. package/clients/learningService/models/CountDtoEnvelope.js +0 -2
  2052. package/clients/learningService/models/CountDtoEnvelope.ts +0 -14
  2053. package/clients/learningService/models/CourseCertificateTemplateCreateDto.js +0 -2
  2054. package/clients/learningService/models/CourseCertificateTemplateCreateDto.ts +0 -17
  2055. package/clients/learningService/models/CourseCertificateTemplateDto.js +0 -2
  2056. package/clients/learningService/models/CourseCertificateTemplateDto.ts +0 -17
  2057. package/clients/learningService/models/CourseCertificateTemplateDtoEnvelope.js +0 -2
  2058. package/clients/learningService/models/CourseCertificateTemplateDtoEnvelope.ts +0 -14
  2059. package/clients/learningService/models/CourseCertificateTemplateDtoListEnvelope.js +0 -2
  2060. package/clients/learningService/models/CourseCertificateTemplateDtoListEnvelope.ts +0 -14
  2061. package/clients/learningService/models/CourseCompletionCertificateCreateDto.js +0 -2
  2062. package/clients/learningService/models/CourseCompletionCertificateCreateDto.ts +0 -15
  2063. package/clients/learningService/models/CourseCompletionCertificateDto.js +0 -2
  2064. package/clients/learningService/models/CourseCompletionCertificateDto.ts +0 -15
  2065. package/clients/learningService/models/CourseCompletionCertificateDtoEnvelope.js +0 -2
  2066. package/clients/learningService/models/CourseCompletionCertificateDtoEnvelope.ts +0 -14
  2067. package/clients/learningService/models/CourseCompletionCertificateDtoListEnvelope.js +0 -2
  2068. package/clients/learningService/models/CourseCompletionCertificateDtoListEnvelope.ts +0 -14
  2069. package/clients/learningService/models/CourseCompletionCertificateUpdateDto.js +0 -2
  2070. package/clients/learningService/models/CourseCompletionCertificateUpdateDto.ts +0 -13
  2071. package/clients/learningService/models/CourseDto.js +0 -2
  2072. package/clients/learningService/models/CourseDto.ts +0 -170
  2073. package/clients/learningService/models/CourseDtoEnvelope.js +0 -2
  2074. package/clients/learningService/models/CourseDtoEnvelope.ts +0 -14
  2075. package/clients/learningService/models/CourseDtoListEnvelope.js +0 -2
  2076. package/clients/learningService/models/CourseDtoListEnvelope.ts +0 -14
  2077. package/clients/learningService/models/CourseEnrollmentCreateDto.js +0 -2
  2078. package/clients/learningService/models/CourseEnrollmentCreateDto.ts +0 -14
  2079. package/clients/learningService/models/CourseEnrollmentDto.js +0 -2
  2080. package/clients/learningService/models/CourseEnrollmentDto.ts +0 -14
  2081. package/clients/learningService/models/CourseEnrollmentDtoEnvelope.js +0 -2
  2082. package/clients/learningService/models/CourseEnrollmentDtoEnvelope.ts +0 -14
  2083. package/clients/learningService/models/CourseEnrollmentDtoListEnvelope.js +0 -2
  2084. package/clients/learningService/models/CourseEnrollmentDtoListEnvelope.ts +0 -14
  2085. package/clients/learningService/models/CourseEnrollmentUpdateDto.js +0 -2
  2086. package/clients/learningService/models/CourseEnrollmentUpdateDto.ts +0 -11
  2087. package/clients/learningService/models/CourseUpdateDto.js +0 -2
  2088. package/clients/learningService/models/CourseUpdateDto.ts +0 -5
  2089. package/clients/learningService/models/EmptyEnvelope.js +0 -2
  2090. package/clients/learningService/models/EmptyEnvelope.ts +0 -12
  2091. package/clients/learningService/models/ErrorEnvelope.js +0 -2
  2092. package/clients/learningService/models/ErrorEnvelope.ts +0 -12
  2093. package/clients/learningService/models/InstructorProfileCreateDto.js +0 -2
  2094. package/clients/learningService/models/InstructorProfileCreateDto.ts +0 -39
  2095. package/clients/learningService/models/InstructorProfileDto.js +0 -2
  2096. package/clients/learningService/models/InstructorProfileDto.ts +0 -39
  2097. package/clients/learningService/models/InstructorProfileDtoEnvelope.js +0 -2
  2098. package/clients/learningService/models/InstructorProfileDtoEnvelope.ts +0 -14
  2099. package/clients/learningService/models/InstructorProfileDtoListEnvelope.js +0 -2
  2100. package/clients/learningService/models/InstructorProfileDtoListEnvelope.ts +0 -14
  2101. package/clients/learningService/models/InstructorProfileUpdateDto.js +0 -2
  2102. package/clients/learningService/models/InstructorProfileUpdateDto.ts +0 -36
  2103. package/clients/learningService/models/Int32Envelope.js +0 -2
  2104. package/clients/learningService/models/Int32Envelope.ts +0 -13
  2105. package/clients/learningService/models/StudentProfileCreateDto.js +0 -2
  2106. package/clients/learningService/models/StudentProfileCreateDto.ts +0 -38
  2107. package/clients/learningService/models/StudentProfileDto.js +0 -2
  2108. package/clients/learningService/models/StudentProfileDto.ts +0 -38
  2109. package/clients/learningService/models/StudentProfileDtoEnvelope.js +0 -2
  2110. package/clients/learningService/models/StudentProfileDtoEnvelope.ts +0 -14
  2111. package/clients/learningService/models/StudentProfileDtoListEnvelope.js +0 -2
  2112. package/clients/learningService/models/StudentProfileDtoListEnvelope.ts +0 -14
  2113. package/clients/learningService/models/StudentProfileUpdateDto.js +0 -2
  2114. package/clients/learningService/models/StudentProfileUpdateDto.ts +0 -38
  2115. package/clients/learningService/services/CourseCertificatesService.js +0 -226
  2116. package/clients/learningService/services/CourseCertificatesService.ts +0 -270
  2117. package/clients/learningService/services/CourseEnrollmentsService.js +0 -202
  2118. package/clients/learningService/services/CourseEnrollmentsService.ts +0 -240
  2119. package/clients/learningService/services/CoursesService.js +0 -128
  2120. package/clients/learningService/services/CoursesService.ts +0 -153
  2121. package/clients/learningService/services/InstructorProfilesService.js +0 -127
  2122. package/clients/learningService/services/InstructorProfilesService.ts +0 -152
  2123. package/clients/learningService/services/StudentProfilesService.js +0 -177
  2124. package/clients/learningService/services/StudentProfilesService.ts +0 -212
  2125. package/clients/marketingService/core/ApiError.js +0 -20
  2126. package/clients/marketingService/core/ApiError.ts +0 -25
  2127. package/clients/marketingService/core/ApiRequestOptions.js +0 -2
  2128. package/clients/marketingService/core/ApiRequestOptions.ts +0 -17
  2129. package/clients/marketingService/core/ApiResult.js +0 -2
  2130. package/clients/marketingService/core/ApiResult.ts +0 -11
  2131. package/clients/marketingService/core/CancelablePromise.js +0 -104
  2132. package/clients/marketingService/core/CancelablePromise.ts +0 -131
  2133. package/clients/marketingService/core/OpenAPI.js +0 -14
  2134. package/clients/marketingService/core/OpenAPI.ts +0 -32
  2135. package/clients/marketingService/core/request.js +0 -294
  2136. package/clients/marketingService/core/request.ts +0 -322
  2137. package/clients/marketingService/index.js +0 -40
  2138. package/clients/marketingService/models/Currency.js +0 -2
  2139. package/clients/marketingService/models/Currency.ts +0 -9
  2140. package/clients/marketingService/models/EmailGroupCreateDto.js +0 -2
  2141. package/clients/marketingService/models/EmailGroupCreateDto.ts +0 -14
  2142. package/clients/marketingService/models/EmailGroupDto.js +0 -2
  2143. package/clients/marketingService/models/EmailGroupDto.ts +0 -14
  2144. package/clients/marketingService/models/EmailGroupDtoEnvelope.js +0 -2
  2145. package/clients/marketingService/models/EmailGroupDtoEnvelope.ts +0 -14
  2146. package/clients/marketingService/models/EmailGroupDtoListEnvelope.js +0 -2
  2147. package/clients/marketingService/models/EmailGroupDtoListEnvelope.ts +0 -14
  2148. package/clients/marketingService/models/EmailGroupUpdateDto.js +0 -2
  2149. package/clients/marketingService/models/EmailGroupUpdateDto.ts +0 -12
  2150. package/clients/marketingService/models/EmailSignatureCreateDto.js +0 -2
  2151. package/clients/marketingService/models/EmailSignatureCreateDto.ts +0 -16
  2152. package/clients/marketingService/models/EmailSignatureDto.js +0 -2
  2153. package/clients/marketingService/models/EmailSignatureDto.ts +0 -64
  2154. package/clients/marketingService/models/EmailSignatureDtoEnvelope.js +0 -2
  2155. package/clients/marketingService/models/EmailSignatureDtoEnvelope.ts +0 -14
  2156. package/clients/marketingService/models/EmailSignatureDtoListEnvelope.js +0 -2
  2157. package/clients/marketingService/models/EmailSignatureDtoListEnvelope.ts +0 -14
  2158. package/clients/marketingService/models/EmailSignatureUpdateDto.js +0 -2
  2159. package/clients/marketingService/models/EmailSignatureUpdateDto.ts +0 -60
  2160. package/clients/marketingService/models/EmailTemplateCreateDto.js +0 -2
  2161. package/clients/marketingService/models/EmailTemplateCreateDto.ts +0 -17
  2162. package/clients/marketingService/models/EmailTemplateDto.js +0 -2
  2163. package/clients/marketingService/models/EmailTemplateDto.ts +0 -66
  2164. package/clients/marketingService/models/EmailTemplateDtoEnvelope.js +0 -2
  2165. package/clients/marketingService/models/EmailTemplateDtoEnvelope.ts +0 -14
  2166. package/clients/marketingService/models/EmailTemplateDtoListEnvelope.js +0 -2
  2167. package/clients/marketingService/models/EmailTemplateDtoListEnvelope.ts +0 -14
  2168. package/clients/marketingService/models/EmailTemplateUpdateDto.js +0 -2
  2169. package/clients/marketingService/models/EmailTemplateUpdateDto.ts +0 -61
  2170. package/clients/marketingService/models/EmptyEnvelope.js +0 -2
  2171. package/clients/marketingService/models/EmptyEnvelope.ts +0 -12
  2172. package/clients/marketingService/models/ErrorEnvelope.js +0 -2
  2173. package/clients/marketingService/models/ErrorEnvelope.ts +0 -12
  2174. package/clients/marketingService/models/Int32Envelope.js +0 -2
  2175. package/clients/marketingService/models/Int32Envelope.ts +0 -13
  2176. package/clients/marketingService/models/MarketingCampaignCreateDto.js +0 -2
  2177. package/clients/marketingService/models/MarketingCampaignCreateDto.ts +0 -25
  2178. package/clients/marketingService/models/MarketingCampaignDto.js +0 -2
  2179. package/clients/marketingService/models/MarketingCampaignDto.ts +0 -25
  2180. package/clients/marketingService/models/MarketingCampaignDtoEnvelope.js +0 -2
  2181. package/clients/marketingService/models/MarketingCampaignDtoEnvelope.ts +0 -14
  2182. package/clients/marketingService/models/MarketingCampaignUpdateDto.js +0 -2
  2183. package/clients/marketingService/models/MarketingCampaignUpdateDto.ts +0 -23
  2184. package/clients/marketingService/models/MarketingListCreateDto.js +0 -17
  2185. package/clients/marketingService/models/MarketingListCreateDto.ts +0 -33
  2186. package/clients/marketingService/models/MarketingListDto.js +0 -17
  2187. package/clients/marketingService/models/MarketingListDto.ts +0 -33
  2188. package/clients/marketingService/models/MarketingListDtoEnvelope.js +0 -2
  2189. package/clients/marketingService/models/MarketingListDtoEnvelope.ts +0 -14
  2190. package/clients/marketingService/models/MarketingListDtoListEnvelope.js +0 -2
  2191. package/clients/marketingService/models/MarketingListDtoListEnvelope.ts +0 -14
  2192. package/clients/marketingService/models/MarketingListUpdateDto.js +0 -17
  2193. package/clients/marketingService/models/MarketingListUpdateDto.ts +0 -31
  2194. package/clients/marketingService/models/Money.js +0 -2
  2195. package/clients/marketingService/models/Money.ts +0 -10
  2196. package/clients/marketingService/models/NewsletterCreateDto.js +0 -2
  2197. package/clients/marketingService/models/NewsletterCreateDto.ts +0 -14
  2198. package/clients/marketingService/models/NewsletterDto.js +0 -2
  2199. package/clients/marketingService/models/NewsletterDto.ts +0 -14
  2200. package/clients/marketingService/models/NewsletterDtoEnvelope.js +0 -2
  2201. package/clients/marketingService/models/NewsletterDtoEnvelope.ts +0 -14
  2202. package/clients/marketingService/models/NewsletterUpdateDto.js +0 -2
  2203. package/clients/marketingService/models/NewsletterUpdateDto.ts +0 -12
  2204. package/clients/marketingService/models/OrderDto.js +0 -29
  2205. package/clients/marketingService/models/OrderDto.ts +0 -113
  2206. package/clients/marketingService/models/OrderDtoEnvelope.js +0 -2
  2207. package/clients/marketingService/models/OrderDtoEnvelope.ts +0 -14
  2208. package/clients/marketingService/models/SocialMediaPostCreateDto.js +0 -2
  2209. package/clients/marketingService/models/SocialMediaPostCreateDto.ts +0 -13
  2210. package/clients/marketingService/models/SocialMediaPostDto.js +0 -2
  2211. package/clients/marketingService/models/SocialMediaPostDto.ts +0 -15
  2212. package/clients/marketingService/models/SocialMediaPostDtoEnvelope.js +0 -2
  2213. package/clients/marketingService/models/SocialMediaPostDtoEnvelope.ts +0 -14
  2214. package/clients/marketingService/models/SocialMediaPostDtoListEnvelope.js +0 -2
  2215. package/clients/marketingService/models/SocialMediaPostDtoListEnvelope.ts +0 -14
  2216. package/clients/marketingService/models/SocialMediaPostUpdateDto.js +0 -2
  2217. package/clients/marketingService/models/SocialMediaPostUpdateDto.ts +0 -13
  2218. package/clients/marketingService/models/SocialPostBucketCreateDto.js +0 -2
  2219. package/clients/marketingService/models/SocialPostBucketCreateDto.ts +0 -12
  2220. package/clients/marketingService/models/SocialPostBucketDto.js +0 -2
  2221. package/clients/marketingService/models/SocialPostBucketDto.ts +0 -12
  2222. package/clients/marketingService/models/SocialPostBucketDtoEnvelope.js +0 -2
  2223. package/clients/marketingService/models/SocialPostBucketDtoEnvelope.ts +0 -14
  2224. package/clients/marketingService/models/SocialPostBucketDtoListEnvelope.js +0 -2
  2225. package/clients/marketingService/models/SocialPostBucketDtoListEnvelope.ts +0 -14
  2226. package/clients/marketingService/models/SocialPostBucketUpdateDto.js +0 -2
  2227. package/clients/marketingService/models/SocialPostBucketUpdateDto.ts +0 -10
  2228. package/clients/marketingService/services/EmailGroupsService.js +0 -163
  2229. package/clients/marketingService/services/EmailGroupsService.ts +0 -193
  2230. package/clients/marketingService/services/EmailSignaturesService.js +0 -163
  2231. package/clients/marketingService/services/EmailSignaturesService.ts +0 -193
  2232. package/clients/marketingService/services/EmailTemplatesService.js +0 -165
  2233. package/clients/marketingService/services/EmailTemplatesService.ts +0 -196
  2234. package/clients/marketingService/services/MarketingCampaignsService.js +0 -164
  2235. package/clients/marketingService/services/MarketingCampaignsService.ts +0 -193
  2236. package/clients/marketingService/services/MarketingListsService.js +0 -163
  2237. package/clients/marketingService/services/MarketingListsService.ts +0 -193
  2238. package/clients/marketingService/services/NewslettersService.js +0 -164
  2239. package/clients/marketingService/services/NewslettersService.ts +0 -193
  2240. package/clients/marketingService/services/SocialMediaPostsService.js +0 -163
  2241. package/clients/marketingService/services/SocialMediaPostsService.ts +0 -193
  2242. package/clients/marketingService/services/SocialPostBucketsService.js +0 -163
  2243. package/clients/marketingService/services/SocialPostBucketsService.ts +0 -193
  2244. package/clients/marketingService/services/TrackingPixelsService.js +0 -26
  2245. package/clients/marketingService/services/TrackingPixelsService.ts +0 -31
  2246. package/clients/ordersService/core/ApiError.js +0 -20
  2247. package/clients/ordersService/core/ApiError.ts +0 -25
  2248. package/clients/ordersService/core/ApiRequestOptions.js +0 -2
  2249. package/clients/ordersService/core/ApiRequestOptions.ts +0 -17
  2250. package/clients/ordersService/core/ApiResult.js +0 -2
  2251. package/clients/ordersService/core/ApiResult.ts +0 -11
  2252. package/clients/ordersService/core/CancelablePromise.js +0 -104
  2253. package/clients/ordersService/core/CancelablePromise.ts +0 -131
  2254. package/clients/ordersService/core/OpenAPI.js +0 -14
  2255. package/clients/ordersService/core/OpenAPI.ts +0 -32
  2256. package/clients/ordersService/core/request.js +0 -294
  2257. package/clients/ordersService/core/request.ts +0 -322
  2258. package/clients/ordersService/index.js +0 -32
  2259. package/clients/ordersService/models/ContactDto.js +0 -11
  2260. package/clients/ordersService/models/ContactDto.ts +0 -71
  2261. package/clients/ordersService/models/Currency.js +0 -2
  2262. package/clients/ordersService/models/Currency.ts +0 -9
  2263. package/clients/ordersService/models/EmptyEnvelope.js +0 -2
  2264. package/clients/ordersService/models/EmptyEnvelope.ts +0 -12
  2265. package/clients/ordersService/models/ErrorEnvelope.js +0 -2
  2266. package/clients/ordersService/models/ErrorEnvelope.ts +0 -12
  2267. package/clients/ordersService/models/ExtendedOrderDto.js +0 -29
  2268. package/clients/ordersService/models/ExtendedOrderDto.ts +0 -123
  2269. package/clients/ordersService/models/ExtendedOrderDtoListEnvelope.js +0 -2
  2270. package/clients/ordersService/models/ExtendedOrderDtoListEnvelope.ts +0 -14
  2271. package/clients/ordersService/models/Int32Envelope.js +0 -2
  2272. package/clients/ordersService/models/Int32Envelope.ts +0 -13
  2273. package/clients/ordersService/models/Money.js +0 -2
  2274. package/clients/ordersService/models/Money.ts +0 -10
  2275. package/clients/ordersService/models/OrderCreateDto.js +0 -32
  2276. package/clients/ordersService/models/OrderCreateDto.ts +0 -73
  2277. package/clients/ordersService/models/OrderDto.js +0 -29
  2278. package/clients/ordersService/models/OrderDto.ts +0 -113
  2279. package/clients/ordersService/models/OrderDtoEnvelope.js +0 -2
  2280. package/clients/ordersService/models/OrderDtoEnvelope.ts +0 -14
  2281. package/clients/ordersService/models/OrderDtoListEnvelope.js +0 -2
  2282. package/clients/ordersService/models/OrderDtoListEnvelope.ts +0 -14
  2283. package/clients/ordersService/models/OrderLineCreateDto.js +0 -16
  2284. package/clients/ordersService/models/OrderLineCreateDto.ts +0 -100
  2285. package/clients/ordersService/models/OrderLineDto.js +0 -16
  2286. package/clients/ordersService/models/OrderLineDto.ts +0 -100
  2287. package/clients/ordersService/models/OrderLineDtoEnvelope.js +0 -2
  2288. package/clients/ordersService/models/OrderLineDtoEnvelope.ts +0 -14
  2289. package/clients/ordersService/models/OrderLineDtoListEnvelope.js +0 -2
  2290. package/clients/ordersService/models/OrderLineDtoListEnvelope.ts +0 -14
  2291. package/clients/ordersService/models/OrderLineUpdateDto.js +0 -16
  2292. package/clients/ordersService/models/OrderLineUpdateDto.ts +0 -97
  2293. package/clients/ordersService/models/OrderUpdateDto.js +0 -2
  2294. package/clients/ordersService/models/OrderUpdateDto.ts +0 -39
  2295. package/clients/ordersService/models/TenantDto.js +0 -2
  2296. package/clients/ordersService/models/TenantDto.ts +0 -45
  2297. package/clients/ordersService/models/TenantEnrolmentDto.js +0 -2
  2298. package/clients/ordersService/models/TenantEnrolmentDto.ts +0 -15
  2299. package/clients/ordersService/models/UserDto.js +0 -26
  2300. package/clients/ordersService/models/UserDto.ts +0 -72
  2301. package/clients/ordersService/services/OrdersService.js +0 -346
  2302. package/clients/ordersService/services/OrdersService.ts +0 -410
  2303. package/clients/paymentsService/core/ApiError.js +0 -20
  2304. package/clients/paymentsService/core/ApiError.ts +0 -25
  2305. package/clients/paymentsService/core/ApiRequestOptions.js +0 -2
  2306. package/clients/paymentsService/core/ApiRequestOptions.ts +0 -17
  2307. package/clients/paymentsService/core/ApiResult.js +0 -2
  2308. package/clients/paymentsService/core/ApiResult.ts +0 -11
  2309. package/clients/paymentsService/core/CancelablePromise.js +0 -104
  2310. package/clients/paymentsService/core/CancelablePromise.ts +0 -131
  2311. package/clients/paymentsService/core/OpenAPI.js +0 -14
  2312. package/clients/paymentsService/core/OpenAPI.ts +0 -32
  2313. package/clients/paymentsService/core/request.js +0 -294
  2314. package/clients/paymentsService/core/request.ts +0 -322
  2315. package/clients/paymentsService/index.js +0 -22
  2316. package/clients/paymentsService/models/EmptyEnvelope.js +0 -2
  2317. package/clients/paymentsService/models/EmptyEnvelope.ts +0 -12
  2318. package/clients/paymentsService/models/ErrorEnvelope.js +0 -2
  2319. package/clients/paymentsService/models/ErrorEnvelope.ts +0 -12
  2320. package/clients/paymentsService/models/PaymentCreateDto.js +0 -34
  2321. package/clients/paymentsService/models/PaymentCreateDto.ts +0 -94
  2322. package/clients/paymentsService/models/PaymentDto.js +0 -34
  2323. package/clients/paymentsService/models/PaymentDto.ts +0 -94
  2324. package/clients/paymentsService/models/PaymentDtoListEnvelope.js +0 -2
  2325. package/clients/paymentsService/models/PaymentDtoListEnvelope.ts +0 -14
  2326. package/clients/paymentsService/models/PaymentUpdateDto.js +0 -34
  2327. package/clients/paymentsService/models/PaymentUpdateDto.ts +0 -92
  2328. package/clients/paymentsService/services/PaymentsService.js +0 -135
  2329. package/clients/paymentsService/services/PaymentsService.ts +0 -156
  2330. package/clients/pricingService/core/ApiError.js +0 -20
  2331. package/clients/pricingService/core/ApiError.ts +0 -25
  2332. package/clients/pricingService/core/ApiRequestOptions.js +0 -2
  2333. package/clients/pricingService/core/ApiRequestOptions.ts +0 -17
  2334. package/clients/pricingService/core/ApiResult.js +0 -2
  2335. package/clients/pricingService/core/ApiResult.ts +0 -11
  2336. package/clients/pricingService/core/CancelablePromise.js +0 -104
  2337. package/clients/pricingService/core/CancelablePromise.ts +0 -131
  2338. package/clients/pricingService/core/OpenAPI.js +0 -14
  2339. package/clients/pricingService/core/OpenAPI.ts +0 -32
  2340. package/clients/pricingService/core/request.js +0 -294
  2341. package/clients/pricingService/core/request.ts +0 -322
  2342. package/clients/pricingService/index.js +0 -20
  2343. package/clients/pricingService/models/Currency.js +0 -2
  2344. package/clients/pricingService/models/Currency.ts +0 -9
  2345. package/clients/pricingService/models/DiscountCreateDto.js +0 -2
  2346. package/clients/pricingService/models/DiscountCreateDto.ts +0 -17
  2347. package/clients/pricingService/models/DiscountDto.js +0 -2
  2348. package/clients/pricingService/models/DiscountDto.ts +0 -18
  2349. package/clients/pricingService/models/DiscountDtoEnvelope.js +0 -2
  2350. package/clients/pricingService/models/DiscountDtoEnvelope.ts +0 -14
  2351. package/clients/pricingService/models/DiscountDtoListEnvelope.js +0 -2
  2352. package/clients/pricingService/models/DiscountDtoListEnvelope.ts +0 -14
  2353. package/clients/pricingService/models/DiscountListCreateDto.js +0 -2
  2354. package/clients/pricingService/models/DiscountListCreateDto.ts +0 -13
  2355. package/clients/pricingService/models/DiscountListDto.js +0 -2
  2356. package/clients/pricingService/models/DiscountListDto.ts +0 -13
  2357. package/clients/pricingService/models/DiscountListDtoEnvelope.js +0 -2
  2358. package/clients/pricingService/models/DiscountListDtoEnvelope.ts +0 -14
  2359. package/clients/pricingService/models/DiscountListDtoListEnvelope.js +0 -2
  2360. package/clients/pricingService/models/DiscountListDtoListEnvelope.ts +0 -14
  2361. package/clients/pricingService/models/DiscountListUpdateDto.js +0 -2
  2362. package/clients/pricingService/models/DiscountListUpdateDto.ts +0 -11
  2363. package/clients/pricingService/models/DiscountUpdateDto.js +0 -2
  2364. package/clients/pricingService/models/DiscountUpdateDto.ts +0 -15
  2365. package/clients/pricingService/models/EmptyEnvelope.js +0 -2
  2366. package/clients/pricingService/models/EmptyEnvelope.ts +0 -12
  2367. package/clients/pricingService/models/ErrorEnvelope.js +0 -2
  2368. package/clients/pricingService/models/ErrorEnvelope.ts +0 -12
  2369. package/clients/pricingService/models/Int32Envelope.js +0 -2
  2370. package/clients/pricingService/models/Int32Envelope.ts +0 -13
  2371. package/clients/pricingService/models/ItemPriceCreateDto.js +0 -2
  2372. package/clients/pricingService/models/ItemPriceCreateDto.ts +0 -20
  2373. package/clients/pricingService/models/ItemPriceDto.js +0 -2
  2374. package/clients/pricingService/models/ItemPriceDto.ts +0 -21
  2375. package/clients/pricingService/models/ItemPriceDtoEnvelope.js +0 -2
  2376. package/clients/pricingService/models/ItemPriceDtoEnvelope.ts +0 -14
  2377. package/clients/pricingService/models/ItemPriceDtoListEnvelope.js +0 -2
  2378. package/clients/pricingService/models/ItemPriceDtoListEnvelope.ts +0 -14
  2379. package/clients/pricingService/models/ItemPriceUpdateDto.js +0 -2
  2380. package/clients/pricingService/models/ItemPriceUpdateDto.ts +0 -15
  2381. package/clients/pricingService/models/Money.js +0 -2
  2382. package/clients/pricingService/models/Money.ts +0 -10
  2383. package/clients/pricingService/models/MoneyEnvelope.js +0 -2
  2384. package/clients/pricingService/models/MoneyEnvelope.ts +0 -14
  2385. package/clients/pricingService/models/PriceCalculationDto.js +0 -2
  2386. package/clients/pricingService/models/PriceCalculationDto.ts +0 -29
  2387. package/clients/pricingService/models/PriceCalculationDtoEnvelope.js +0 -2
  2388. package/clients/pricingService/models/PriceCalculationDtoEnvelope.ts +0 -14
  2389. package/clients/pricingService/models/PriceListCreateDto.js +0 -2
  2390. package/clients/pricingService/models/PriceListCreateDto.ts +0 -18
  2391. package/clients/pricingService/models/PriceListDto.js +0 -2
  2392. package/clients/pricingService/models/PriceListDto.ts +0 -20
  2393. package/clients/pricingService/models/PriceListDtoEnvelope.js +0 -2
  2394. package/clients/pricingService/models/PriceListDtoEnvelope.ts +0 -14
  2395. package/clients/pricingService/models/PriceListDtoListEnvelope.js +0 -2
  2396. package/clients/pricingService/models/PriceListDtoListEnvelope.ts +0 -14
  2397. package/clients/pricingService/models/PriceListUpdateDto.js +0 -2
  2398. package/clients/pricingService/models/PriceListUpdateDto.ts +0 -14
  2399. package/clients/pricingService/services/DiscountListsService.js +0 -338
  2400. package/clients/pricingService/services/DiscountListsService.ts +0 -401
  2401. package/clients/pricingService/services/PriceListsService.js +0 -291
  2402. package/clients/pricingService/services/PriceListsService.ts +0 -351
  2403. package/clients/pricingService/services/PricesService.js +0 -112
  2404. package/clients/pricingService/services/PricesService.ts +0 -133
  2405. package/clients/projectsService/core/ApiError.js +0 -20
  2406. package/clients/projectsService/core/ApiError.ts +0 -25
  2407. package/clients/projectsService/core/ApiRequestOptions.js +0 -2
  2408. package/clients/projectsService/core/ApiRequestOptions.ts +0 -17
  2409. package/clients/projectsService/core/ApiResult.js +0 -2
  2410. package/clients/projectsService/core/ApiResult.ts +0 -11
  2411. package/clients/projectsService/core/CancelablePromise.js +0 -104
  2412. package/clients/projectsService/core/CancelablePromise.ts +0 -131
  2413. package/clients/projectsService/core/OpenAPI.js +0 -14
  2414. package/clients/projectsService/core/OpenAPI.ts +0 -32
  2415. package/clients/projectsService/core/request.js +0 -294
  2416. package/clients/projectsService/core/request.ts +0 -322
  2417. package/clients/projectsService/index.js +0 -22
  2418. package/clients/projectsService/models/EmptyEnvelope.js +0 -2
  2419. package/clients/projectsService/models/EmptyEnvelope.ts +0 -12
  2420. package/clients/projectsService/models/ErrorEnvelope.js +0 -2
  2421. package/clients/projectsService/models/ErrorEnvelope.ts +0 -12
  2422. package/clients/projectsService/models/Int32Envelope.js +0 -2
  2423. package/clients/projectsService/models/Int32Envelope.ts +0 -13
  2424. package/clients/projectsService/models/ProjectCreateDto.js +0 -2
  2425. package/clients/projectsService/models/ProjectCreateDto.ts +0 -13
  2426. package/clients/projectsService/models/ProjectDto.js +0 -2
  2427. package/clients/projectsService/models/ProjectDto.ts +0 -13
  2428. package/clients/projectsService/models/ProjectDtoEnvelope.js +0 -2
  2429. package/clients/projectsService/models/ProjectDtoEnvelope.ts +0 -14
  2430. package/clients/projectsService/models/ProjectDtoListEnvelope.js +0 -2
  2431. package/clients/projectsService/models/ProjectDtoListEnvelope.ts +0 -14
  2432. package/clients/projectsService/models/ProjectPeriodCreateDto.js +0 -2
  2433. package/clients/projectsService/models/ProjectPeriodCreateDto.ts +0 -12
  2434. package/clients/projectsService/models/ProjectPeriodUpdateDto.js +0 -2
  2435. package/clients/projectsService/models/ProjectPeriodUpdateDto.ts +0 -9
  2436. package/clients/projectsService/models/ProjectTaskCreateDto.js +0 -2
  2437. package/clients/projectsService/models/ProjectTaskCreateDto.ts +0 -14
  2438. package/clients/projectsService/models/ProjectTaskDto.js +0 -2
  2439. package/clients/projectsService/models/ProjectTaskDto.ts +0 -13
  2440. package/clients/projectsService/models/ProjectTaskDtoListEnvelope.js +0 -2
  2441. package/clients/projectsService/models/ProjectTaskDtoListEnvelope.ts +0 -14
  2442. package/clients/projectsService/models/ProjectTaskUpdateDto.js +0 -2
  2443. package/clients/projectsService/models/ProjectTaskUpdateDto.ts +0 -9
  2444. package/clients/projectsService/models/ProjectTimeLogDto.js +0 -12
  2445. package/clients/projectsService/models/ProjectTimeLogDto.ts +0 -28
  2446. package/clients/projectsService/models/ProjectTimeLogDtoListEnvelope.js +0 -2
  2447. package/clients/projectsService/models/ProjectTimeLogDtoListEnvelope.ts +0 -14
  2448. package/clients/projectsService/models/ProjectUpdateDto.js +0 -2
  2449. package/clients/projectsService/models/ProjectUpdateDto.ts +0 -11
  2450. package/clients/projectsService/models/TaskCategoryCreateDto.js +0 -2
  2451. package/clients/projectsService/models/TaskCategoryCreateDto.ts +0 -10
  2452. package/clients/projectsService/models/TaskCategoryDto.js +0 -2
  2453. package/clients/projectsService/models/TaskCategoryDto.ts +0 -10
  2454. package/clients/projectsService/models/TaskCategoryDtoListEnvelope.js +0 -2
  2455. package/clients/projectsService/models/TaskCategoryDtoListEnvelope.ts +0 -14
  2456. package/clients/projectsService/models/TaskCategoryUpdateDto.js +0 -2
  2457. package/clients/projectsService/models/TaskCategoryUpdateDto.ts +0 -8
  2458. package/clients/projectsService/models/TaskTypeCreateDto.js +0 -2
  2459. package/clients/projectsService/models/TaskTypeCreateDto.ts +0 -13
  2460. package/clients/projectsService/models/TaskTypeDto.js +0 -2
  2461. package/clients/projectsService/models/TaskTypeDto.ts +0 -13
  2462. package/clients/projectsService/models/TaskTypeUpdateDto.js +0 -2
  2463. package/clients/projectsService/models/TaskTypeUpdateDto.ts +0 -10
  2464. package/clients/projectsService/services/ProjectsService.js +0 -490
  2465. package/clients/projectsService/services/ProjectsService.ts +0 -583
  2466. package/clients/projectsService/services/TaskCategoriesService.js +0 -162
  2467. package/clients/projectsService/services/TaskCategoriesService.ts +0 -191
  2468. package/clients/projectsService/services/TaskTypesService.js +0 -114
  2469. package/clients/projectsService/services/TaskTypesService.ts +0 -135
  2470. package/clients/quotesService/core/ApiError.js +0 -20
  2471. package/clients/quotesService/core/ApiError.ts +0 -25
  2472. package/clients/quotesService/core/ApiRequestOptions.js +0 -2
  2473. package/clients/quotesService/core/ApiRequestOptions.ts +0 -17
  2474. package/clients/quotesService/core/ApiResult.js +0 -2
  2475. package/clients/quotesService/core/ApiResult.ts +0 -11
  2476. package/clients/quotesService/core/CancelablePromise.js +0 -104
  2477. package/clients/quotesService/core/CancelablePromise.ts +0 -131
  2478. package/clients/quotesService/core/OpenAPI.js +0 -14
  2479. package/clients/quotesService/core/OpenAPI.ts +0 -32
  2480. package/clients/quotesService/core/request.js +0 -294
  2481. package/clients/quotesService/core/request.ts +0 -322
  2482. package/clients/quotesService/index.js +0 -34
  2483. package/clients/quotesService/models/ContactDto.js +0 -11
  2484. package/clients/quotesService/models/ContactDto.ts +0 -71
  2485. package/clients/quotesService/models/Currency.js +0 -2
  2486. package/clients/quotesService/models/Currency.ts +0 -9
  2487. package/clients/quotesService/models/EmptyEnvelope.js +0 -2
  2488. package/clients/quotesService/models/EmptyEnvelope.ts +0 -12
  2489. package/clients/quotesService/models/ErrorEnvelope.js +0 -2
  2490. package/clients/quotesService/models/ErrorEnvelope.ts +0 -12
  2491. package/clients/quotesService/models/ExtendedQuoteDto.js +0 -24
  2492. package/clients/quotesService/models/ExtendedQuoteDto.ts +0 -103
  2493. package/clients/quotesService/models/ExtendedQuoteDtoListEnvelope.js +0 -2
  2494. package/clients/quotesService/models/ExtendedQuoteDtoListEnvelope.ts +0 -14
  2495. package/clients/quotesService/models/Int32Envelope.js +0 -2
  2496. package/clients/quotesService/models/Int32Envelope.ts +0 -13
  2497. package/clients/quotesService/models/Money.js +0 -2
  2498. package/clients/quotesService/models/Money.ts +0 -10
  2499. package/clients/quotesService/models/QuoteCreateDto.js +0 -14
  2500. package/clients/quotesService/models/QuoteCreateDto.ts +0 -46
  2501. package/clients/quotesService/models/QuoteDto.js +0 -24
  2502. package/clients/quotesService/models/QuoteDto.ts +0 -93
  2503. package/clients/quotesService/models/QuoteDtoEnvelope.js +0 -2
  2504. package/clients/quotesService/models/QuoteDtoEnvelope.ts +0 -14
  2505. package/clients/quotesService/models/QuoteDtoListEnvelope.js +0 -2
  2506. package/clients/quotesService/models/QuoteDtoListEnvelope.ts +0 -14
  2507. package/clients/quotesService/models/QuoteLineCreateDto.js +0 -16
  2508. package/clients/quotesService/models/QuoteLineCreateDto.ts +0 -100
  2509. package/clients/quotesService/models/QuoteLineDto.js +0 -16
  2510. package/clients/quotesService/models/QuoteLineDto.ts +0 -100
  2511. package/clients/quotesService/models/QuoteLineDtoEnvelope.js +0 -2
  2512. package/clients/quotesService/models/QuoteLineDtoEnvelope.ts +0 -14
  2513. package/clients/quotesService/models/QuoteLineDtoListEnvelope.js +0 -2
  2514. package/clients/quotesService/models/QuoteLineDtoListEnvelope.ts +0 -14
  2515. package/clients/quotesService/models/QuoteLineUpdateDto.js +0 -16
  2516. package/clients/quotesService/models/QuoteLineUpdateDto.ts +0 -97
  2517. package/clients/quotesService/models/QuoteUpdateDto.js +0 -24
  2518. package/clients/quotesService/models/QuoteUpdateDto.ts +0 -67
  2519. package/clients/quotesService/models/TenantDto.js +0 -2
  2520. package/clients/quotesService/models/TenantDto.ts +0 -45
  2521. package/clients/quotesService/models/TenantEnrolmentDto.js +0 -2
  2522. package/clients/quotesService/models/TenantEnrolmentDto.ts +0 -15
  2523. package/clients/quotesService/models/UserDto.js +0 -26
  2524. package/clients/quotesService/models/UserDto.ts +0 -72
  2525. package/clients/quotesService/services/QuotesService.js +0 -329
  2526. package/clients/quotesService/services/QuotesService.ts +0 -391
  2527. package/clients/salesService/core/ApiError.js +0 -20
  2528. package/clients/salesService/core/ApiError.ts +0 -25
  2529. package/clients/salesService/core/ApiRequestOptions.js +0 -2
  2530. package/clients/salesService/core/ApiRequestOptions.ts +0 -17
  2531. package/clients/salesService/core/ApiResult.js +0 -2
  2532. package/clients/salesService/core/ApiResult.ts +0 -11
  2533. package/clients/salesService/core/CancelablePromise.js +0 -104
  2534. package/clients/salesService/core/CancelablePromise.ts +0 -131
  2535. package/clients/salesService/core/OpenAPI.js +0 -14
  2536. package/clients/salesService/core/OpenAPI.ts +0 -32
  2537. package/clients/salesService/core/request.js +0 -294
  2538. package/clients/salesService/core/request.ts +0 -322
  2539. package/clients/salesService/index.js +0 -16
  2540. package/clients/salesService/services/MarginsService.js +0 -26
  2541. package/clients/salesService/services/MarginsService.ts +0 -30
  2542. package/clients/securityService/core/ApiError.js +0 -20
  2543. package/clients/securityService/core/ApiError.ts +0 -25
  2544. package/clients/securityService/core/ApiRequestOptions.js +0 -2
  2545. package/clients/securityService/core/ApiRequestOptions.ts +0 -17
  2546. package/clients/securityService/core/ApiResult.js +0 -2
  2547. package/clients/securityService/core/ApiResult.ts +0 -11
  2548. package/clients/securityService/core/CancelablePromise.js +0 -104
  2549. package/clients/securityService/core/CancelablePromise.ts +0 -131
  2550. package/clients/securityService/core/OpenAPI.js +0 -14
  2551. package/clients/securityService/core/OpenAPI.ts +0 -32
  2552. package/clients/securityService/core/request.js +0 -294
  2553. package/clients/securityService/core/request.ts +0 -322
  2554. package/clients/securityService/index.js +0 -18
  2555. package/clients/securityService/models/EmptyEnvelope.js +0 -2
  2556. package/clients/securityService/models/EmptyEnvelope.ts +0 -12
  2557. package/clients/securityService/models/ErrorEnvelope.js +0 -2
  2558. package/clients/securityService/models/ErrorEnvelope.ts +0 -12
  2559. package/clients/securityService/models/SecurityPermissionCreateDto.js +0 -2
  2560. package/clients/securityService/models/SecurityPermissionCreateDto.ts +0 -12
  2561. package/clients/securityService/models/SecurityPermissionDto.js +0 -2
  2562. package/clients/securityService/models/SecurityPermissionDto.ts +0 -13
  2563. package/clients/securityService/models/SecurityPermissionDtoListEnvelope.js +0 -2
  2564. package/clients/securityService/models/SecurityPermissionDtoListEnvelope.ts +0 -14
  2565. package/clients/securityService/models/SecurityPermissionUpdateDto.js +0 -2
  2566. package/clients/securityService/models/SecurityPermissionUpdateDto.ts +0 -9
  2567. package/clients/securityService/models/SecurityRoleCreateDto.js +0 -2
  2568. package/clients/securityService/models/SecurityRoleCreateDto.ts +0 -12
  2569. package/clients/securityService/models/SecurityRoleDto.js +0 -2
  2570. package/clients/securityService/models/SecurityRoleDto.ts +0 -13
  2571. package/clients/securityService/models/SecurityRoleDtoListEnvelope.js +0 -2
  2572. package/clients/securityService/models/SecurityRoleDtoListEnvelope.ts +0 -14
  2573. package/clients/securityService/models/SecurityRoleUpdateDto.js +0 -2
  2574. package/clients/securityService/models/SecurityRoleUpdateDto.ts +0 -9
  2575. package/clients/securityService/models/TenantEnrolmentDto.js +0 -2
  2576. package/clients/securityService/models/TenantEnrolmentDto.ts +0 -15
  2577. package/clients/securityService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
  2578. package/clients/securityService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
  2579. package/clients/securityService/services/PermissionsService.js +0 -339
  2580. package/clients/securityService/services/PermissionsService.ts +0 -399
  2581. package/clients/securityService/services/RolesService.js +0 -365
  2582. package/clients/securityService/services/RolesService.ts +0 -430
  2583. package/clients/shipmentsService/core/ApiError.js +0 -20
  2584. package/clients/shipmentsService/core/ApiError.ts +0 -25
  2585. package/clients/shipmentsService/core/ApiRequestOptions.js +0 -2
  2586. package/clients/shipmentsService/core/ApiRequestOptions.ts +0 -17
  2587. package/clients/shipmentsService/core/ApiResult.js +0 -2
  2588. package/clients/shipmentsService/core/ApiResult.ts +0 -11
  2589. package/clients/shipmentsService/core/CancelablePromise.js +0 -104
  2590. package/clients/shipmentsService/core/CancelablePromise.ts +0 -131
  2591. package/clients/shipmentsService/core/OpenAPI.js +0 -14
  2592. package/clients/shipmentsService/core/OpenAPI.ts +0 -32
  2593. package/clients/shipmentsService/core/request.js +0 -294
  2594. package/clients/shipmentsService/core/request.ts +0 -322
  2595. package/clients/shipmentsService/index.js +0 -16
  2596. package/clients/shipmentsService/models/ErrorEnvelope.js +0 -2
  2597. package/clients/shipmentsService/models/ErrorEnvelope.ts +0 -12
  2598. package/clients/shipmentsService/models/ShipmentDto.js +0 -2
  2599. package/clients/shipmentsService/models/ShipmentDto.ts +0 -14
  2600. package/clients/shipmentsService/models/ShipmentDtoListEnvelope.js +0 -2
  2601. package/clients/shipmentsService/models/ShipmentDtoListEnvelope.ts +0 -14
  2602. package/clients/shipmentsService/services/ShipmentsService.js +0 -30
  2603. package/clients/shipmentsService/services/ShipmentsService.ts +0 -35
  2604. package/clients/socialService/core/ApiError.js +0 -20
  2605. package/clients/socialService/core/ApiError.ts +0 -25
  2606. package/clients/socialService/core/ApiRequestOptions.js +0 -2
  2607. package/clients/socialService/core/ApiRequestOptions.ts +0 -17
  2608. package/clients/socialService/core/ApiResult.js +0 -2
  2609. package/clients/socialService/core/ApiResult.ts +0 -11
  2610. package/clients/socialService/core/CancelablePromise.js +0 -104
  2611. package/clients/socialService/core/CancelablePromise.ts +0 -131
  2612. package/clients/socialService/core/OpenAPI.js +0 -14
  2613. package/clients/socialService/core/OpenAPI.ts +0 -32
  2614. package/clients/socialService/core/request.js +0 -294
  2615. package/clients/socialService/core/request.ts +0 -322
  2616. package/clients/socialService/index.js +0 -28
  2617. package/clients/socialService/models/BooleanEnvelope.js +0 -2
  2618. package/clients/socialService/models/BooleanEnvelope.ts +0 -13
  2619. package/clients/socialService/models/ConversationCreateDto.js +0 -2
  2620. package/clients/socialService/models/ConversationCreateDto.ts +0 -11
  2621. package/clients/socialService/models/ConversationDto.js +0 -2
  2622. package/clients/socialService/models/ConversationDto.ts +0 -16
  2623. package/clients/socialService/models/ConversationDtoListEnvelope.js +0 -2
  2624. package/clients/socialService/models/ConversationDtoListEnvelope.ts +0 -14
  2625. package/clients/socialService/models/EmptyEnvelope.js +0 -2
  2626. package/clients/socialService/models/EmptyEnvelope.ts +0 -12
  2627. package/clients/socialService/models/ErrorEnvelope.js +0 -2
  2628. package/clients/socialService/models/ErrorEnvelope.ts +0 -12
  2629. package/clients/socialService/models/FollowRecordDto.js +0 -2
  2630. package/clients/socialService/models/FollowRecordDto.ts +0 -12
  2631. package/clients/socialService/models/FollowRecordDtoListEnvelope.js +0 -2
  2632. package/clients/socialService/models/FollowRecordDtoListEnvelope.ts +0 -14
  2633. package/clients/socialService/models/Int32Envelope.js +0 -2
  2634. package/clients/socialService/models/Int32Envelope.ts +0 -13
  2635. package/clients/socialService/models/NotificationDto.js +0 -2
  2636. package/clients/socialService/models/NotificationDto.ts +0 -16
  2637. package/clients/socialService/models/NotificationDtoListEnvelope.js +0 -2
  2638. package/clients/socialService/models/NotificationDtoListEnvelope.ts +0 -14
  2639. package/clients/socialService/models/PrivateMessageCreateDto.js +0 -2
  2640. package/clients/socialService/models/PrivateMessageCreateDto.ts +0 -14
  2641. package/clients/socialService/models/PrivateMessageDto.js +0 -2
  2642. package/clients/socialService/models/PrivateMessageDto.ts +0 -18
  2643. package/clients/socialService/models/PrivateMessageDtoListEnvelope.js +0 -2
  2644. package/clients/socialService/models/PrivateMessageDtoListEnvelope.ts +0 -14
  2645. package/clients/socialService/models/PrivateMessageUpdateDto.js +0 -2
  2646. package/clients/socialService/models/PrivateMessageUpdateDto.ts +0 -9
  2647. package/clients/socialService/models/SocialFeedDto.js +0 -2
  2648. package/clients/socialService/models/SocialFeedDto.ts +0 -11
  2649. package/clients/socialService/models/SocialFeedDtoEnvelope.js +0 -2
  2650. package/clients/socialService/models/SocialFeedDtoEnvelope.ts +0 -14
  2651. package/clients/socialService/models/SocialFeedDtoListEnvelope.js +0 -2
  2652. package/clients/socialService/models/SocialFeedDtoListEnvelope.ts +0 -14
  2653. package/clients/socialService/models/SocialFeedPostCreateDto.js +0 -2
  2654. package/clients/socialService/models/SocialFeedPostCreateDto.ts +0 -13
  2655. package/clients/socialService/models/SocialFeedPostDto.js +0 -2
  2656. package/clients/socialService/models/SocialFeedPostDto.ts +0 -17
  2657. package/clients/socialService/models/SocialFeedPostDtoEnvelope.js +0 -2
  2658. package/clients/socialService/models/SocialFeedPostDtoEnvelope.ts +0 -14
  2659. package/clients/socialService/models/SocialFeedPostDtoListEnvelope.js +0 -2
  2660. package/clients/socialService/models/SocialFeedPostDtoListEnvelope.ts +0 -14
  2661. package/clients/socialService/models/SocialFeedPostUpdateDto.js +0 -2
  2662. package/clients/socialService/models/SocialFeedPostUpdateDto.ts +0 -9
  2663. package/clients/socialService/models/SocialPostAttachmentCreateDto.js +0 -2
  2664. package/clients/socialService/models/SocialPostAttachmentCreateDto.ts +0 -21
  2665. package/clients/socialService/models/SocialPostAttachmentDto.js +0 -2
  2666. package/clients/socialService/models/SocialPostAttachmentDto.ts +0 -30
  2667. package/clients/socialService/models/SocialPostAttachmentDtoEnvelope.js +0 -2
  2668. package/clients/socialService/models/SocialPostAttachmentDtoEnvelope.ts +0 -14
  2669. package/clients/socialService/models/SocialPostAttachmentDtoListEnvelope.js +0 -2
  2670. package/clients/socialService/models/SocialPostAttachmentDtoListEnvelope.ts +0 -14
  2671. package/clients/socialService/models/SocialPostAttachmentUpdateDto.js +0 -2
  2672. package/clients/socialService/models/SocialPostAttachmentUpdateDto.ts +0 -19
  2673. package/clients/socialService/models/SocialPostCommentCreateDto.js +0 -2
  2674. package/clients/socialService/models/SocialPostCommentCreateDto.ts +0 -14
  2675. package/clients/socialService/models/SocialPostCommentDto.js +0 -2
  2676. package/clients/socialService/models/SocialPostCommentDto.ts +0 -16
  2677. package/clients/socialService/models/SocialPostCommentDtoEnvelope.js +0 -2
  2678. package/clients/socialService/models/SocialPostCommentDtoEnvelope.ts +0 -14
  2679. package/clients/socialService/models/SocialPostCommentDtoListEnvelope.js +0 -2
  2680. package/clients/socialService/models/SocialPostCommentDtoListEnvelope.ts +0 -14
  2681. package/clients/socialService/models/SocialPostCommentUpdateDto.js +0 -2
  2682. package/clients/socialService/models/SocialPostCommentUpdateDto.ts +0 -9
  2683. package/clients/socialService/models/SocialPostCreateDto.js +0 -2
  2684. package/clients/socialService/models/SocialPostCreateDto.ts +0 -13
  2685. package/clients/socialService/models/SocialPostDto.js +0 -2
  2686. package/clients/socialService/models/SocialPostDto.ts +0 -16
  2687. package/clients/socialService/models/SocialPostDtoEnvelope.js +0 -2
  2688. package/clients/socialService/models/SocialPostDtoEnvelope.ts +0 -14
  2689. package/clients/socialService/models/SocialPostDtoListEnvelope.js +0 -2
  2690. package/clients/socialService/models/SocialPostDtoListEnvelope.ts +0 -14
  2691. package/clients/socialService/models/SocialPostUpdateDto.js +0 -2
  2692. package/clients/socialService/models/SocialPostUpdateDto.ts +0 -9
  2693. package/clients/socialService/models/SocialProfileDto.js +0 -12
  2694. package/clients/socialService/models/SocialProfileDto.ts +0 -40
  2695. package/clients/socialService/models/SocialProfileDtoEnvelope.js +0 -2
  2696. package/clients/socialService/models/SocialProfileDtoEnvelope.ts +0 -14
  2697. package/clients/socialService/models/SocialProfileDtoListEnvelope.js +0 -2
  2698. package/clients/socialService/models/SocialProfileDtoListEnvelope.ts +0 -14
  2699. package/clients/socialService/models/SocialReactionCreateDto.js +0 -17
  2700. package/clients/socialService/models/SocialReactionCreateDto.ts +0 -24
  2701. package/clients/socialService/models/SocialReactionDto.js +0 -17
  2702. package/clients/socialService/models/SocialReactionDto.ts +0 -26
  2703. package/clients/socialService/models/SocialReactionDtoEnvelope.js +0 -2
  2704. package/clients/socialService/models/SocialReactionDtoEnvelope.ts +0 -14
  2705. package/clients/socialService/models/SocialReactionDtoListEnvelope.js +0 -2
  2706. package/clients/socialService/models/SocialReactionDtoListEnvelope.ts +0 -14
  2707. package/clients/socialService/models/SocialReactionUpdateDto.js +0 -17
  2708. package/clients/socialService/models/SocialReactionUpdateDto.ts +0 -23
  2709. package/clients/socialService/services/SocialFeedsService.js +0 -246
  2710. package/clients/socialService/services/SocialFeedsService.ts +0 -293
  2711. package/clients/socialService/services/SocialPostsService.js +0 -646
  2712. package/clients/socialService/services/SocialPostsService.ts +0 -771
  2713. package/clients/socialService/services/SocialProfilesService.js +0 -559
  2714. package/clients/socialService/services/SocialProfilesService.ts +0 -653
  2715. package/clients/storageService/core/ApiError.js +0 -20
  2716. package/clients/storageService/core/ApiError.ts +0 -25
  2717. package/clients/storageService/core/ApiRequestOptions.js +0 -2
  2718. package/clients/storageService/core/ApiRequestOptions.ts +0 -17
  2719. package/clients/storageService/core/ApiResult.js +0 -2
  2720. package/clients/storageService/core/ApiResult.ts +0 -11
  2721. package/clients/storageService/core/CancelablePromise.js +0 -104
  2722. package/clients/storageService/core/CancelablePromise.ts +0 -131
  2723. package/clients/storageService/core/OpenAPI.js +0 -14
  2724. package/clients/storageService/core/OpenAPI.ts +0 -32
  2725. package/clients/storageService/core/request.js +0 -294
  2726. package/clients/storageService/core/request.ts +0 -322
  2727. package/clients/storageService/index.js +0 -26
  2728. package/clients/storageService/models/Blob.js +0 -11
  2729. package/clients/storageService/models/Blob.ts +0 -26
  2730. package/clients/storageService/models/BlobEnvelope.js +0 -2
  2731. package/clients/storageService/models/BlobEnvelope.ts +0 -14
  2732. package/clients/storageService/models/EmptyEnvelope.js +0 -2
  2733. package/clients/storageService/models/EmptyEnvelope.ts +0 -12
  2734. package/clients/storageService/models/ErrorEnvelope.js +0 -2
  2735. package/clients/storageService/models/ErrorEnvelope.ts +0 -12
  2736. package/clients/storageService/models/FileUploadCreateDto.js +0 -2
  2737. package/clients/storageService/models/FileUploadCreateDto.ts +0 -20
  2738. package/clients/storageService/models/FileUploadDto.js +0 -2
  2739. package/clients/storageService/models/FileUploadDto.ts +0 -29
  2740. package/clients/storageService/models/FileUploadDtoEnvelope.js +0 -2
  2741. package/clients/storageService/models/FileUploadDtoEnvelope.ts +0 -14
  2742. package/clients/storageService/models/FileUploadUpdateDto.js +0 -2
  2743. package/clients/storageService/models/FileUploadUpdateDto.ts +0 -19
  2744. package/clients/storageService/services/AvatarsService.js +0 -200
  2745. package/clients/storageService/services/AvatarsService.ts +0 -234
  2746. package/clients/storageService/services/BlobsService.js +0 -66
  2747. package/clients/storageService/services/BlobsService.ts +0 -81
  2748. package/clients/storageService/services/FilesService.js +0 -171
  2749. package/clients/storageService/services/FilesService.ts +0 -200
  2750. package/clients/storageService/services/RadzenEditorService.js +0 -117
  2751. package/clients/storageService/services/RadzenEditorService.ts +0 -149
  2752. package/clients/storageService/services/UploadsService.js +0 -33
  2753. package/clients/storageService/services/UploadsService.ts +0 -53
  2754. package/clients/supportService/core/ApiError.js +0 -20
  2755. package/clients/supportService/core/ApiError.ts +0 -25
  2756. package/clients/supportService/core/ApiRequestOptions.js +0 -2
  2757. package/clients/supportService/core/ApiRequestOptions.ts +0 -17
  2758. package/clients/supportService/core/ApiResult.js +0 -2
  2759. package/clients/supportService/core/ApiResult.ts +0 -11
  2760. package/clients/supportService/core/CancelablePromise.js +0 -104
  2761. package/clients/supportService/core/CancelablePromise.ts +0 -131
  2762. package/clients/supportService/core/OpenAPI.js +0 -14
  2763. package/clients/supportService/core/OpenAPI.ts +0 -32
  2764. package/clients/supportService/core/request.js +0 -294
  2765. package/clients/supportService/core/request.ts +0 -322
  2766. package/clients/supportService/index.js +0 -26
  2767. package/clients/supportService/models/EmptyEnvelope.js +0 -2
  2768. package/clients/supportService/models/EmptyEnvelope.ts +0 -12
  2769. package/clients/supportService/models/ErrorEnvelope.js +0 -2
  2770. package/clients/supportService/models/ErrorEnvelope.ts +0 -12
  2771. package/clients/supportService/models/Int32Envelope.js +0 -2
  2772. package/clients/supportService/models/Int32Envelope.ts +0 -13
  2773. package/clients/supportService/models/PrivateMessageDto.js +0 -2
  2774. package/clients/supportService/models/PrivateMessageDto.ts +0 -18
  2775. package/clients/supportService/models/PrivateMessageDtoListEnvelope.js +0 -2
  2776. package/clients/supportService/models/PrivateMessageDtoListEnvelope.ts +0 -14
  2777. package/clients/supportService/models/SupportEntitlementCreateDto.js +0 -2
  2778. package/clients/supportService/models/SupportEntitlementCreateDto.ts +0 -57
  2779. package/clients/supportService/models/SupportEntitlementDto.js +0 -2
  2780. package/clients/supportService/models/SupportEntitlementDto.ts +0 -57
  2781. package/clients/supportService/models/SupportEntitlementDtoEnvelope.js +0 -2
  2782. package/clients/supportService/models/SupportEntitlementDtoEnvelope.ts +0 -14
  2783. package/clients/supportService/models/SupportEntitlementDtoListEnvelope.js +0 -2
  2784. package/clients/supportService/models/SupportEntitlementDtoListEnvelope.ts +0 -14
  2785. package/clients/supportService/models/SupportEntitlementUpdateDto.js +0 -2
  2786. package/clients/supportService/models/SupportEntitlementUpdateDto.ts +0 -54
  2787. package/clients/supportService/models/SupportRequestAttachmentCreateDto.js +0 -2
  2788. package/clients/supportService/models/SupportRequestAttachmentCreateDto.ts +0 -24
  2789. package/clients/supportService/models/SupportRequestAttachmentDto.js +0 -2
  2790. package/clients/supportService/models/SupportRequestAttachmentDto.ts +0 -30
  2791. package/clients/supportService/models/SupportRequestAttachmentDtoEnvelope.js +0 -2
  2792. package/clients/supportService/models/SupportRequestAttachmentDtoEnvelope.ts +0 -14
  2793. package/clients/supportService/models/SupportRequestAttachmentDtoListEnvelope.js +0 -2
  2794. package/clients/supportService/models/SupportRequestAttachmentDtoListEnvelope.ts +0 -14
  2795. package/clients/supportService/models/SupportRequestAttachmentUpdateDto.js +0 -2
  2796. package/clients/supportService/models/SupportRequestAttachmentUpdateDto.ts +0 -21
  2797. package/clients/supportService/models/SupportRequestCreateDto.js +0 -2
  2798. package/clients/supportService/models/SupportRequestCreateDto.ts +0 -18
  2799. package/clients/supportService/models/SupportRequestDto.js +0 -2
  2800. package/clients/supportService/models/SupportRequestDto.ts +0 -18
  2801. package/clients/supportService/models/SupportRequestDtoEnvelope.js +0 -2
  2802. package/clients/supportService/models/SupportRequestDtoEnvelope.ts +0 -14
  2803. package/clients/supportService/models/SupportRequestDtoListEnvelope.js +0 -2
  2804. package/clients/supportService/models/SupportRequestDtoListEnvelope.ts +0 -14
  2805. package/clients/supportService/models/SupportRequestUpdateDto.js +0 -2
  2806. package/clients/supportService/models/SupportRequestUpdateDto.ts +0 -12
  2807. package/clients/supportService/models/SupportTicketConversationCreateDto.js +0 -2
  2808. package/clients/supportService/models/SupportTicketConversationCreateDto.ts +0 -13
  2809. package/clients/supportService/models/SupportTicketConversationDto.js +0 -2
  2810. package/clients/supportService/models/SupportTicketConversationDto.ts +0 -14
  2811. package/clients/supportService/models/SupportTicketConversationDtoEnvelope.js +0 -2
  2812. package/clients/supportService/models/SupportTicketConversationDtoEnvelope.ts +0 -14
  2813. package/clients/supportService/models/SupportTicketConversationDtoListEnvelope.js +0 -2
  2814. package/clients/supportService/models/SupportTicketConversationDtoListEnvelope.ts +0 -14
  2815. package/clients/supportService/models/SupportTicketCreateDto.js +0 -2
  2816. package/clients/supportService/models/SupportTicketCreateDto.ts +0 -17
  2817. package/clients/supportService/models/SupportTicketDto.js +0 -2
  2818. package/clients/supportService/models/SupportTicketDto.ts +0 -17
  2819. package/clients/supportService/models/SupportTicketDtoEnvelope.js +0 -2
  2820. package/clients/supportService/models/SupportTicketDtoEnvelope.ts +0 -14
  2821. package/clients/supportService/models/SupportTicketDtoListEnvelope.js +0 -2
  2822. package/clients/supportService/models/SupportTicketDtoListEnvelope.ts +0 -14
  2823. package/clients/supportService/models/SupportTicketPriorityCreateDto.js +0 -2
  2824. package/clients/supportService/models/SupportTicketPriorityCreateDto.ts +0 -11
  2825. package/clients/supportService/models/SupportTicketPriorityDto.js +0 -2
  2826. package/clients/supportService/models/SupportTicketPriorityDto.ts +0 -13
  2827. package/clients/supportService/models/SupportTicketPriorityDtoEnvelope.js +0 -2
  2828. package/clients/supportService/models/SupportTicketPriorityDtoEnvelope.ts +0 -14
  2829. package/clients/supportService/models/SupportTicketPriorityDtoListEnvelope.js +0 -2
  2830. package/clients/supportService/models/SupportTicketPriorityDtoListEnvelope.ts +0 -14
  2831. package/clients/supportService/models/SupportTicketPriorityUpdateDto.js +0 -2
  2832. package/clients/supportService/models/SupportTicketPriorityUpdateDto.ts +0 -9
  2833. package/clients/supportService/models/SupportTicketTypeCreateDto.js +0 -2
  2834. package/clients/supportService/models/SupportTicketTypeCreateDto.ts +0 -12
  2835. package/clients/supportService/models/SupportTicketTypeDto.js +0 -2
  2836. package/clients/supportService/models/SupportTicketTypeDto.ts +0 -12
  2837. package/clients/supportService/models/SupportTicketTypeDtoEnvelope.js +0 -2
  2838. package/clients/supportService/models/SupportTicketTypeDtoEnvelope.ts +0 -14
  2839. package/clients/supportService/models/SupportTicketTypeDtoListEnvelope.js +0 -2
  2840. package/clients/supportService/models/SupportTicketTypeDtoListEnvelope.ts +0 -14
  2841. package/clients/supportService/models/SupportTicketTypeUpdateDto.js +0 -2
  2842. package/clients/supportService/models/SupportTicketTypeUpdateDto.ts +0 -11
  2843. package/clients/supportService/models/SupportTicketUpdateDto.js +0 -2
  2844. package/clients/supportService/models/SupportTicketUpdateDto.ts +0 -14
  2845. package/clients/supportService/services/SupportEntitlementsService.js +0 -154
  2846. package/clients/supportService/services/SupportEntitlementsService.ts +0 -183
  2847. package/clients/supportService/services/SupportRequestAttachmentsService.js +0 -154
  2848. package/clients/supportService/services/SupportRequestAttachmentsService.ts +0 -183
  2849. package/clients/supportService/services/SupportRequestsService.js +0 -281
  2850. package/clients/supportService/services/SupportRequestsService.ts +0 -334
  2851. package/clients/supportService/services/SupportTicketPrioritiesService.js +0 -154
  2852. package/clients/supportService/services/SupportTicketPrioritiesService.ts +0 -183
  2853. package/clients/supportService/services/SupportTicketTypesService.js +0 -154
  2854. package/clients/supportService/services/SupportTicketTypesService.ts +0 -183
  2855. package/clients/supportService/services/SupportTicketsService.js +0 -287
  2856. package/clients/supportService/services/SupportTicketsService.ts +0 -343
  2857. package/clients/systemService/core/ApiError.js +0 -20
  2858. package/clients/systemService/core/ApiError.ts +0 -25
  2859. package/clients/systemService/core/ApiRequestOptions.js +0 -2
  2860. package/clients/systemService/core/ApiRequestOptions.ts +0 -17
  2861. package/clients/systemService/core/ApiResult.js +0 -2
  2862. package/clients/systemService/core/ApiResult.ts +0 -11
  2863. package/clients/systemService/core/CancelablePromise.js +0 -104
  2864. package/clients/systemService/core/CancelablePromise.ts +0 -131
  2865. package/clients/systemService/core/OpenAPI.js +0 -14
  2866. package/clients/systemService/core/OpenAPI.ts +0 -32
  2867. package/clients/systemService/core/request.js +0 -294
  2868. package/clients/systemService/core/request.ts +0 -322
  2869. package/clients/systemService/index.js +0 -38
  2870. package/clients/systemService/models/AccountHolderCreateDto.js +0 -12
  2871. package/clients/systemService/models/AccountHolderCreateDto.ts +0 -41
  2872. package/clients/systemService/models/AccountHolderUpdateDto.js +0 -2
  2873. package/clients/systemService/models/AccountHolderUpdateDto.ts +0 -5
  2874. package/clients/systemService/models/BooleanEnvelope.js +0 -2
  2875. package/clients/systemService/models/BooleanEnvelope.ts +0 -13
  2876. package/clients/systemService/models/CartDto.js +0 -2
  2877. package/clients/systemService/models/CartDto.ts +0 -18
  2878. package/clients/systemService/models/EmptyEnvelope.js +0 -2
  2879. package/clients/systemService/models/EmptyEnvelope.ts +0 -12
  2880. package/clients/systemService/models/ErrorEnvelope.js +0 -2
  2881. package/clients/systemService/models/ErrorEnvelope.ts +0 -12
  2882. package/clients/systemService/models/ExtendedTenantDto.js +0 -2
  2883. package/clients/systemService/models/ExtendedTenantDto.ts +0 -51
  2884. package/clients/systemService/models/ExtendedTenantDtoListEnvelope.js +0 -2
  2885. package/clients/systemService/models/ExtendedTenantDtoListEnvelope.ts +0 -14
  2886. package/clients/systemService/models/ExtendedUserDto.js +0 -26
  2887. package/clients/systemService/models/ExtendedUserDto.ts +0 -80
  2888. package/clients/systemService/models/ExtendedUserDtoEnvelope.js +0 -2
  2889. package/clients/systemService/models/ExtendedUserDtoEnvelope.ts +0 -14
  2890. package/clients/systemService/models/ExtendedUserDtoListEnvelope.js +0 -2
  2891. package/clients/systemService/models/ExtendedUserDtoListEnvelope.ts +0 -14
  2892. package/clients/systemService/models/GeneralValidationFailure.js +0 -2
  2893. package/clients/systemService/models/GeneralValidationFailure.ts +0 -9
  2894. package/clients/systemService/models/GeneralValidationFailureListEnvelope.js +0 -2
  2895. package/clients/systemService/models/GeneralValidationFailureListEnvelope.ts +0 -14
  2896. package/clients/systemService/models/ISwaggerContact.js +0 -2
  2897. package/clients/systemService/models/ISwaggerContact.ts +0 -10
  2898. package/clients/systemService/models/ISwaggerEndpoint.js +0 -2
  2899. package/clients/systemService/models/ISwaggerEndpoint.ts +0 -10
  2900. package/clients/systemService/models/ISwaggerLicense.js +0 -2
  2901. package/clients/systemService/models/ISwaggerLicense.ts +0 -9
  2902. package/clients/systemService/models/ISwaggerSpec.js +0 -2
  2903. package/clients/systemService/models/ISwaggerSpec.ts +0 -19
  2904. package/clients/systemService/models/Int32Envelope.js +0 -2
  2905. package/clients/systemService/models/Int32Envelope.ts +0 -13
  2906. package/clients/systemService/models/LicenseValidationRequest.js +0 -2
  2907. package/clients/systemService/models/LicenseValidationRequest.ts +0 -8
  2908. package/clients/systemService/models/Module.js +0 -13
  2909. package/clients/systemService/models/Module.ts +0 -44
  2910. package/clients/systemService/models/ModuleListEnvelope.js +0 -2
  2911. package/clients/systemService/models/ModuleListEnvelope.ts +0 -14
  2912. package/clients/systemService/models/SocialProfileDto.js +0 -12
  2913. package/clients/systemService/models/SocialProfileDto.ts +0 -40
  2914. package/clients/systemService/models/StringListEnvelope.js +0 -2
  2915. package/clients/systemService/models/StringListEnvelope.ts +0 -13
  2916. package/clients/systemService/models/StudioModule.js +0 -2
  2917. package/clients/systemService/models/StudioModule.ts +0 -9
  2918. package/clients/systemService/models/StudioModuleListEnvelope.js +0 -2
  2919. package/clients/systemService/models/StudioModuleListEnvelope.ts +0 -14
  2920. package/clients/systemService/models/SuiteLicenseAssignmentDto.js +0 -2
  2921. package/clients/systemService/models/SuiteLicenseAssignmentDto.ts +0 -16
  2922. package/clients/systemService/models/SuiteLicenseAssignmentDtoListEnvelope.js +0 -2
  2923. package/clients/systemService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +0 -14
  2924. package/clients/systemService/models/SuiteLicenseDto.js +0 -2
  2925. package/clients/systemService/models/SuiteLicenseDto.ts +0 -15
  2926. package/clients/systemService/models/SuiteLicenseDtoEnvelope.js +0 -2
  2927. package/clients/systemService/models/SuiteLicenseDtoEnvelope.ts +0 -14
  2928. package/clients/systemService/models/SuiteLicenseDtoListEnvelope.js +0 -2
  2929. package/clients/systemService/models/SuiteLicenseDtoListEnvelope.ts +0 -14
  2930. package/clients/systemService/models/TenantCreateDto.js +0 -2
  2931. package/clients/systemService/models/TenantCreateDto.ts +0 -25
  2932. package/clients/systemService/models/TenantDto.js +0 -2
  2933. package/clients/systemService/models/TenantDto.ts +0 -45
  2934. package/clients/systemService/models/TenantDtoEnvelope.js +0 -2
  2935. package/clients/systemService/models/TenantDtoEnvelope.ts +0 -14
  2936. package/clients/systemService/models/TenantDtoListEnvelope.js +0 -2
  2937. package/clients/systemService/models/TenantDtoListEnvelope.ts +0 -14
  2938. package/clients/systemService/models/TenantUpdateDto.js +0 -2
  2939. package/clients/systemService/models/TenantUpdateDto.ts +0 -31
  2940. package/clients/systemService/models/UserDto.js +0 -26
  2941. package/clients/systemService/models/UserDto.ts +0 -72
  2942. package/clients/systemService/models/UserDtoEnvelope.js +0 -2
  2943. package/clients/systemService/models/UserDtoEnvelope.ts +0 -14
  2944. package/clients/systemService/models/UserDtoListEnvelope.js +0 -2
  2945. package/clients/systemService/models/UserDtoListEnvelope.ts +0 -14
  2946. package/clients/systemService/models/UserSettingsDto.js +0 -12
  2947. package/clients/systemService/models/UserSettingsDto.ts +0 -21
  2948. package/clients/systemService/models/WalletDto.js +0 -2
  2949. package/clients/systemService/models/WalletDto.ts +0 -22
  2950. package/clients/systemService/services/AntiforgeryService.js +0 -36
  2951. package/clients/systemService/services/AntiforgeryService.ts +0 -41
  2952. package/clients/systemService/services/LicensingService.js +0 -194
  2953. package/clients/systemService/services/LicensingService.ts +0 -230
  2954. package/clients/systemService/services/MigrationsService.js +0 -48
  2955. package/clients/systemService/services/MigrationsService.ts +0 -55
  2956. package/clients/systemService/services/ModulesService.js +0 -54
  2957. package/clients/systemService/services/ModulesService.ts +0 -63
  2958. package/clients/systemService/services/TenantsService.js +0 -186
  2959. package/clients/systemService/services/TenantsService.ts +0 -214
  2960. package/clients/systemService/services/UsersService.js +0 -192
  2961. package/clients/systemService/services/UsersService.ts +0 -225
  2962. package/clients/timeTrackerService/core/ApiError.js +0 -20
  2963. package/clients/timeTrackerService/core/ApiError.ts +0 -25
  2964. package/clients/timeTrackerService/core/ApiRequestOptions.js +0 -2
  2965. package/clients/timeTrackerService/core/ApiRequestOptions.ts +0 -17
  2966. package/clients/timeTrackerService/core/ApiResult.js +0 -2
  2967. package/clients/timeTrackerService/core/ApiResult.ts +0 -11
  2968. package/clients/timeTrackerService/core/CancelablePromise.js +0 -104
  2969. package/clients/timeTrackerService/core/CancelablePromise.ts +0 -131
  2970. package/clients/timeTrackerService/core/OpenAPI.js +0 -14
  2971. package/clients/timeTrackerService/core/OpenAPI.ts +0 -32
  2972. package/clients/timeTrackerService/core/request.js +0 -294
  2973. package/clients/timeTrackerService/core/request.ts +0 -322
  2974. package/clients/timeTrackerService/index.js +0 -26
  2975. package/clients/timeTrackerService/models/ErrorEnvelope.js +0 -2
  2976. package/clients/timeTrackerService/models/ErrorEnvelope.ts +0 -12
  2977. package/clients/timeTrackerService/models/ProjectHoursApprovalApproverUpdateDto.js +0 -2
  2978. package/clients/timeTrackerService/models/ProjectHoursApprovalApproverUpdateDto.ts +0 -8
  2979. package/clients/timeTrackerService/models/ProjectHoursApprovalCreateDto.js +0 -2
  2980. package/clients/timeTrackerService/models/ProjectHoursApprovalCreateDto.ts +0 -13
  2981. package/clients/timeTrackerService/models/ProjectHoursApprovalStatusUpdateDto.js +0 -12
  2982. package/clients/timeTrackerService/models/ProjectHoursApprovalStatusUpdateDto.ts +0 -16
  2983. package/clients/timeTrackerService/models/ProjectTimeLogCreateDto.js +0 -12
  2984. package/clients/timeTrackerService/models/ProjectTimeLogCreateDto.ts +0 -23
  2985. package/clients/timeTrackerService/models/ProjectTimeLogDto.js +0 -12
  2986. package/clients/timeTrackerService/models/ProjectTimeLogDto.ts +0 -28
  2987. package/clients/timeTrackerService/models/ProjectTimeLogDtoEnvelope.js +0 -2
  2988. package/clients/timeTrackerService/models/ProjectTimeLogDtoEnvelope.ts +0 -14
  2989. package/clients/timeTrackerService/models/ProjectTimeLogDtoListEnvelope.js +0 -2
  2990. package/clients/timeTrackerService/models/ProjectTimeLogDtoListEnvelope.ts +0 -14
  2991. package/clients/timeTrackerService/models/ProjectTimeLogUpdateDto.js +0 -12
  2992. package/clients/timeTrackerService/models/ProjectTimeLogUpdateDto.ts +0 -20
  2993. package/clients/timeTrackerService/services/ProjectTimeLogsService.js +0 -212
  2994. package/clients/timeTrackerService/services/ProjectTimeLogsService.ts +0 -250
  2995. package/clients/timeTrackerService/services/TimeLogApprovalsService.js +0 -91
  2996. package/clients/timeTrackerService/services/TimeLogApprovalsService.ts +0 -109
  2997. package/clients/walletsService/core/ApiError.js +0 -20
  2998. package/clients/walletsService/core/ApiError.ts +0 -25
  2999. package/clients/walletsService/core/ApiRequestOptions.js +0 -2
  3000. package/clients/walletsService/core/ApiRequestOptions.ts +0 -17
  3001. package/clients/walletsService/core/ApiResult.js +0 -2
  3002. package/clients/walletsService/core/ApiResult.ts +0 -11
  3003. package/clients/walletsService/core/CancelablePromise.js +0 -104
  3004. package/clients/walletsService/core/CancelablePromise.ts +0 -131
  3005. package/clients/walletsService/core/OpenAPI.js +0 -14
  3006. package/clients/walletsService/core/OpenAPI.ts +0 -32
  3007. package/clients/walletsService/core/request.js +0 -294
  3008. package/clients/walletsService/core/request.ts +0 -322
  3009. package/clients/walletsService/index.js +0 -28
  3010. package/clients/walletsService/models/ContactDto.js +0 -11
  3011. package/clients/walletsService/models/ContactDto.ts +0 -71
  3012. package/clients/walletsService/models/Currency.js +0 -2
  3013. package/clients/walletsService/models/Currency.ts +0 -9
  3014. package/clients/walletsService/models/EmptyEnvelope.js +0 -2
  3015. package/clients/walletsService/models/EmptyEnvelope.ts +0 -12
  3016. package/clients/walletsService/models/ErrorEnvelope.js +0 -2
  3017. package/clients/walletsService/models/ErrorEnvelope.ts +0 -12
  3018. package/clients/walletsService/models/ExtendedOrderDto.js +0 -29
  3019. package/clients/walletsService/models/ExtendedOrderDto.ts +0 -123
  3020. package/clients/walletsService/models/ExtendedOrderDtoListEnvelope.js +0 -2
  3021. package/clients/walletsService/models/ExtendedOrderDtoListEnvelope.ts +0 -14
  3022. package/clients/walletsService/models/Int32Envelope.js +0 -2
  3023. package/clients/walletsService/models/Int32Envelope.ts +0 -13
  3024. package/clients/walletsService/models/InvoiceDto.js +0 -25
  3025. package/clients/walletsService/models/InvoiceDto.ts +0 -102
  3026. package/clients/walletsService/models/InvoiceDtoListEnvelope.js +0 -2
  3027. package/clients/walletsService/models/InvoiceDtoListEnvelope.ts +0 -14
  3028. package/clients/walletsService/models/LocationCreateDto.js +0 -2
  3029. package/clients/walletsService/models/LocationCreateDto.ts +0 -31
  3030. package/clients/walletsService/models/LocationDto.js +0 -2
  3031. package/clients/walletsService/models/LocationDto.ts +0 -31
  3032. package/clients/walletsService/models/LocationDtoEnvelope.js +0 -2
  3033. package/clients/walletsService/models/LocationDtoEnvelope.ts +0 -14
  3034. package/clients/walletsService/models/LocationDtoListEnvelope.js +0 -2
  3035. package/clients/walletsService/models/LocationDtoListEnvelope.ts +0 -14
  3036. package/clients/walletsService/models/LocationUpdateDto.js +0 -2
  3037. package/clients/walletsService/models/LocationUpdateDto.ts +0 -29
  3038. package/clients/walletsService/models/Money.js +0 -2
  3039. package/clients/walletsService/models/Money.ts +0 -10
  3040. package/clients/walletsService/models/OrderDto.js +0 -29
  3041. package/clients/walletsService/models/OrderDto.ts +0 -113
  3042. package/clients/walletsService/models/OrderDtoListEnvelope.js +0 -2
  3043. package/clients/walletsService/models/OrderDtoListEnvelope.ts +0 -14
  3044. package/clients/walletsService/models/PaymentDto.js +0 -34
  3045. package/clients/walletsService/models/PaymentDto.ts +0 -94
  3046. package/clients/walletsService/models/PaymentDtoListEnvelope.js +0 -2
  3047. package/clients/walletsService/models/PaymentDtoListEnvelope.ts +0 -14
  3048. package/clients/walletsService/models/TenantDto.js +0 -2
  3049. package/clients/walletsService/models/TenantDto.ts +0 -45
  3050. package/clients/walletsService/models/TenantEnrolmentDto.js +0 -2
  3051. package/clients/walletsService/models/TenantEnrolmentDto.ts +0 -15
  3052. package/clients/walletsService/models/UserDto.js +0 -26
  3053. package/clients/walletsService/models/UserDto.ts +0 -72
  3054. package/clients/walletsService/models/WalletDto.js +0 -2
  3055. package/clients/walletsService/models/WalletDto.ts +0 -22
  3056. package/clients/walletsService/models/WalletDtoEnvelope.js +0 -2
  3057. package/clients/walletsService/models/WalletDtoEnvelope.ts +0 -14
  3058. package/clients/walletsService/services/WalletsService.js +0 -504
  3059. package/clients/walletsService/services/WalletsService.ts +0 -587
  3060. package/schemas/holderService/schema.s.js +0 -6
  3061. package/schemas/holderService/schema.s.ts +0 -1702
  3062. package/schemas/tenantService/schema.s.js +0 -6
  3063. package/schemas/tenantService/schema.s.ts +0 -7111
@@ -0,0 +1,3408 @@
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+
3
+ export type AccessTokenResponseReadable = {
4
+ readonly tokenType?: string | null;
5
+ accessToken: string | null;
6
+ expiresIn: number;
7
+ refreshToken: string | null;
8
+ };
9
+
10
+ export type AccessTokenResponseWritable = {
11
+ accessToken: string | null;
12
+ expiresIn: number;
13
+ refreshToken: string | null;
14
+ };
15
+
16
+ export type AppFileReadable = {
17
+ readonly content?: string | null;
18
+ readonly sha256?: string | null;
19
+ readonly createdAtUtc?: string;
20
+ userId?: UserId;
21
+ tenantId?: TenantId;
22
+ enrollmentId?: EnrollmentId;
23
+ source?: 'Unknown' | 'HttpUpload' | 'Integration' | 'InternalProcess' | 'ApiClient' | 'WorkflowEngine';
24
+ readonly length?: number;
25
+ readonly name?: string | null;
26
+ readonly fileName?: string | null;
27
+ readonly lastModified?: string;
28
+ readonly size?: number;
29
+ readonly contentType?: string | null;
30
+ readonly contentDisposition?: string | null;
31
+ readonly headers?: {
32
+ [key: string]: string;
33
+ } | null;
34
+ };
35
+
36
+ export type AppFileWritable = {
37
+ userId?: UserId;
38
+ tenantId?: TenantId;
39
+ enrollmentId?: EnrollmentId;
40
+ source?: 'Unknown' | 'HttpUpload' | 'Integration' | 'InternalProcess' | 'ApiClient' | 'WorkflowEngine';
41
+ };
42
+
43
+ export type BooleanEnvelopeReadable = {
44
+ readonly isSuccess?: boolean;
45
+ errorMessage?: string | null;
46
+ correlationId?: string | null;
47
+ readonly timestamp?: string;
48
+ readonly activityId?: string | null;
49
+ result?: boolean;
50
+ };
51
+
52
+ export type BooleanEnvelopeWritable = {
53
+ errorMessage?: string | null;
54
+ correlationId?: string | null;
55
+ result?: boolean;
56
+ };
57
+
58
+ export type ConversationCreateDtoReadable = {
59
+ readonly id?: string;
60
+ readonly timestamp?: string;
61
+ subject?: string | null;
62
+ socialProfileId?: string | null;
63
+ };
64
+
65
+ export type ConversationCreateDtoWritable = {
66
+ subject?: string | null;
67
+ socialProfileId?: string | null;
68
+ };
69
+
70
+ export type ConversationDto = {
71
+ id?: string | null;
72
+ timestamp?: string | null;
73
+ subject?: string | null;
74
+ socialProfileId?: string | null;
75
+ startedTimestamp?: string;
76
+ lastMessageTimestamp?: string;
77
+ lastMessage?: string | null;
78
+ socialProfileName?: string | null;
79
+ socialProfileAvatarUrl?: string | null;
80
+ };
81
+
82
+ export type ConversationDtoListEnvelopeReadable = {
83
+ readonly isSuccess?: boolean;
84
+ errorMessage?: string | null;
85
+ correlationId?: string | null;
86
+ readonly timestamp?: string;
87
+ readonly activityId?: string | null;
88
+ result?: Array<ConversationDto> | null;
89
+ };
90
+
91
+ export type ConversationDtoListEnvelopeWritable = {
92
+ errorMessage?: string | null;
93
+ correlationId?: string | null;
94
+ result?: Array<ConversationDto> | null;
95
+ };
96
+
97
+ export type EmptyEnvelopeReadable = {
98
+ readonly isSuccess?: boolean;
99
+ errorMessage?: string | null;
100
+ correlationId?: string | null;
101
+ readonly timestamp?: string;
102
+ readonly activityId?: string | null;
103
+ };
104
+
105
+ export type EmptyEnvelopeWritable = {
106
+ errorMessage?: string | null;
107
+ correlationId?: string | null;
108
+ };
109
+
110
+ export type EnrollmentId = string;
111
+
112
+ export type ErrorEnvelopeReadable = {
113
+ readonly isSuccess?: boolean;
114
+ errorMessage?: string | null;
115
+ correlationId?: string | null;
116
+ readonly timestamp?: string;
117
+ readonly activityId?: string | null;
118
+ };
119
+
120
+ export type ErrorEnvelopeWritable = {
121
+ errorMessage?: string | null;
122
+ correlationId?: string | null;
123
+ };
124
+
125
+ export type FollowRecordDto = {
126
+ id?: string | null;
127
+ type?: string | null;
128
+ followerId?: string | null;
129
+ followedId?: string | null;
130
+ alerts?: boolean;
131
+ };
132
+
133
+ export type FollowRecordDtoListEnvelopeReadable = {
134
+ readonly isSuccess?: boolean;
135
+ errorMessage?: string | null;
136
+ correlationId?: string | null;
137
+ readonly timestamp?: string;
138
+ readonly activityId?: string | null;
139
+ result?: Array<FollowRecordDto> | null;
140
+ };
141
+
142
+ export type FollowRecordDtoListEnvelopeWritable = {
143
+ errorMessage?: string | null;
144
+ correlationId?: string | null;
145
+ result?: Array<FollowRecordDto> | null;
146
+ };
147
+
148
+ export type ForgotPasswordRequest = {
149
+ email: string | null;
150
+ };
151
+
152
+ export type HttpValidationProblemDetails = {
153
+ type?: string | null;
154
+ title?: string | null;
155
+ status?: number | null;
156
+ detail?: string | null;
157
+ instance?: string | null;
158
+ errors?: {
159
+ [key: string]: Array<string>;
160
+ } | null;
161
+ [key: string]: unknown | (string | null) | (string | null) | (number | null) | (string | null) | (string | null) | ({
162
+ [key: string]: Array<string>;
163
+ } | null) | undefined;
164
+ };
165
+
166
+ export type InfoRequest = {
167
+ newEmail?: string | null;
168
+ newPassword?: string | null;
169
+ oldPassword?: string | null;
170
+ };
171
+
172
+ export type InfoResponse = {
173
+ email: string | null;
174
+ isEmailConfirmed: boolean;
175
+ };
176
+
177
+ export type Int32EnvelopeReadable = {
178
+ readonly isSuccess?: boolean;
179
+ errorMessage?: string | null;
180
+ correlationId?: string | null;
181
+ readonly timestamp?: string;
182
+ readonly activityId?: string | null;
183
+ result?: number;
184
+ };
185
+
186
+ export type Int32EnvelopeWritable = {
187
+ errorMessage?: string | null;
188
+ correlationId?: string | null;
189
+ result?: number;
190
+ };
191
+
192
+ export type LoginRequest = {
193
+ email: string | null;
194
+ password: string | null;
195
+ twoFactorCode?: string | null;
196
+ twoFactorRecoveryCode?: string | null;
197
+ };
198
+
199
+ export type NotificationDto = {
200
+ id?: string | null;
201
+ timestamp?: string | null;
202
+ read?: boolean;
203
+ icon?: string | null;
204
+ message?: string | null;
205
+ redirectUrl?: string | null;
206
+ socialProfileID?: string | null;
207
+ readTimestamp?: string;
208
+ issuedTimestamp?: string;
209
+ };
210
+
211
+ export type NotificationDtoListEnvelopeReadable = {
212
+ readonly isSuccess?: boolean;
213
+ errorMessage?: string | null;
214
+ correlationId?: string | null;
215
+ readonly timestamp?: string;
216
+ readonly activityId?: string | null;
217
+ result?: Array<NotificationDto> | null;
218
+ };
219
+
220
+ export type NotificationDtoListEnvelopeWritable = {
221
+ errorMessage?: string | null;
222
+ correlationId?: string | null;
223
+ result?: Array<NotificationDto> | null;
224
+ };
225
+
226
+ export type PrivateMessageCreateDtoReadable = {
227
+ readonly id?: string;
228
+ readonly timestamp?: string;
229
+ title?: string | null;
230
+ message?: string | null;
231
+ conversationId?: string | null;
232
+ senderSocialProfileId?: string | null;
233
+ receiverSocialProfileId?: string | null;
234
+ };
235
+
236
+ export type PrivateMessageCreateDtoWritable = {
237
+ title?: string | null;
238
+ message?: string | null;
239
+ conversationId?: string | null;
240
+ senderSocialProfileId?: string | null;
241
+ receiverSocialProfileId?: string | null;
242
+ };
243
+
244
+ export type PrivateMessageDto = {
245
+ id?: string | null;
246
+ timestamp?: string | null;
247
+ read?: boolean;
248
+ title?: string | null;
249
+ message?: string | null;
250
+ conversationId?: string | null;
251
+ senderSocialProfileId?: string | null;
252
+ receiverSocialProfileID?: string | null;
253
+ sentTimestamp?: string;
254
+ readTimestamp?: string;
255
+ receivedTimestamp?: string;
256
+ };
257
+
258
+ export type PrivateMessageDtoListEnvelopeReadable = {
259
+ readonly isSuccess?: boolean;
260
+ errorMessage?: string | null;
261
+ correlationId?: string | null;
262
+ readonly timestamp?: string;
263
+ readonly activityId?: string | null;
264
+ result?: Array<PrivateMessageDto> | null;
265
+ };
266
+
267
+ export type PrivateMessageDtoListEnvelopeWritable = {
268
+ errorMessage?: string | null;
269
+ correlationId?: string | null;
270
+ result?: Array<PrivateMessageDto> | null;
271
+ };
272
+
273
+ export type PrivateMessageUpdateDto = {
274
+ title?: string | null;
275
+ message?: string | null;
276
+ };
277
+
278
+ export type RefreshRequest = {
279
+ refreshToken: string | null;
280
+ };
281
+
282
+ export type RegisterRequest = {
283
+ email: string | null;
284
+ password: string | null;
285
+ };
286
+
287
+ export type ResendConfirmationEmailRequest = {
288
+ email: string | null;
289
+ };
290
+
291
+ export type ResetPasswordRequest = {
292
+ email: string | null;
293
+ resetCode: string | null;
294
+ newPassword: string | null;
295
+ };
296
+
297
+ export type SocialFeedDto = {
298
+ id?: string | null;
299
+ timestamp?: string | null;
300
+ socialPostsCount?: number;
301
+ socialProfileId?: string | null;
302
+ };
303
+
304
+ export type SocialFeedDtoEnvelopeReadable = {
305
+ readonly isSuccess?: boolean;
306
+ errorMessage?: string | null;
307
+ correlationId?: string | null;
308
+ readonly timestamp?: string;
309
+ readonly activityId?: string | null;
310
+ result?: SocialFeedDto;
311
+ };
312
+
313
+ export type SocialFeedDtoEnvelopeWritable = {
314
+ errorMessage?: string | null;
315
+ correlationId?: string | null;
316
+ result?: SocialFeedDto;
317
+ };
318
+
319
+ export type SocialFeedDtoListEnvelopeReadable = {
320
+ readonly isSuccess?: boolean;
321
+ errorMessage?: string | null;
322
+ correlationId?: string | null;
323
+ readonly timestamp?: string;
324
+ readonly activityId?: string | null;
325
+ result?: Array<SocialFeedDto> | null;
326
+ };
327
+
328
+ export type SocialFeedDtoListEnvelopeWritable = {
329
+ errorMessage?: string | null;
330
+ correlationId?: string | null;
331
+ result?: Array<SocialFeedDto> | null;
332
+ };
333
+
334
+ export type SocialFeedPostCreateDtoReadable = {
335
+ readonly id?: string;
336
+ readonly timestamp?: string;
337
+ title?: string | null;
338
+ message?: string | null;
339
+ socialFeedId?: string | null;
340
+ socialProfileId?: string | null;
341
+ };
342
+
343
+ export type SocialFeedPostCreateDtoWritable = {
344
+ title?: string | null;
345
+ message?: string | null;
346
+ socialFeedId?: string | null;
347
+ socialProfileId?: string | null;
348
+ };
349
+
350
+ export type SocialFeedPostDto = {
351
+ id?: string | null;
352
+ timestamp?: string | null;
353
+ title?: string | null;
354
+ message?: string | null;
355
+ socialProfileId?: string | null;
356
+ socialProfileName?: string | null;
357
+ socialProfileAvatarUrl?: string | null;
358
+ commentsCount?: number;
359
+ reactionsCount?: number;
360
+ socialFeedId?: string | null;
361
+ };
362
+
363
+ export type SocialFeedPostDtoEnvelopeReadable = {
364
+ readonly isSuccess?: boolean;
365
+ errorMessage?: string | null;
366
+ correlationId?: string | null;
367
+ readonly timestamp?: string;
368
+ readonly activityId?: string | null;
369
+ result?: SocialFeedPostDto;
370
+ };
371
+
372
+ export type SocialFeedPostDtoEnvelopeWritable = {
373
+ errorMessage?: string | null;
374
+ correlationId?: string | null;
375
+ result?: SocialFeedPostDto;
376
+ };
377
+
378
+ export type SocialFeedPostDtoListEnvelopeReadable = {
379
+ readonly isSuccess?: boolean;
380
+ errorMessage?: string | null;
381
+ correlationId?: string | null;
382
+ readonly timestamp?: string;
383
+ readonly activityId?: string | null;
384
+ result?: Array<SocialFeedPostDto> | null;
385
+ };
386
+
387
+ export type SocialFeedPostDtoListEnvelopeWritable = {
388
+ errorMessage?: string | null;
389
+ correlationId?: string | null;
390
+ result?: Array<SocialFeedPostDto> | null;
391
+ };
392
+
393
+ export type SocialFeedPostUpdateDto = {
394
+ title?: string | null;
395
+ message?: string | null;
396
+ };
397
+
398
+ export type SocialGroupCreateDto = {
399
+ name?: string | null;
400
+ title?: string | null;
401
+ avatarURL?: string | null;
402
+ socialProfileID?: string | null;
403
+ };
404
+
405
+ export type SocialGroupDto = {
406
+ id?: string | null;
407
+ timestamp?: string | null;
408
+ name?: string | null;
409
+ title?: string | null;
410
+ avatarURL?: string | null;
411
+ businessID?: string | null;
412
+ businessProfileRecordID?: string | null;
413
+ socialProfileID?: string | null;
414
+ };
415
+
416
+ export type SocialGroupDtoEnvelopeReadable = {
417
+ readonly isSuccess?: boolean;
418
+ errorMessage?: string | null;
419
+ correlationId?: string | null;
420
+ readonly timestamp?: string;
421
+ readonly activityId?: string | null;
422
+ result?: SocialGroupDto;
423
+ };
424
+
425
+ export type SocialGroupDtoEnvelopeWritable = {
426
+ errorMessage?: string | null;
427
+ correlationId?: string | null;
428
+ result?: SocialGroupDto;
429
+ };
430
+
431
+ export type SocialGroupDtoListEnvelopeReadable = {
432
+ readonly isSuccess?: boolean;
433
+ errorMessage?: string | null;
434
+ correlationId?: string | null;
435
+ readonly timestamp?: string;
436
+ readonly activityId?: string | null;
437
+ result?: Array<SocialGroupDto> | null;
438
+ };
439
+
440
+ export type SocialGroupDtoListEnvelopeWritable = {
441
+ errorMessage?: string | null;
442
+ correlationId?: string | null;
443
+ result?: Array<SocialGroupDto> | null;
444
+ };
445
+
446
+ export type SocialGroupUpdateDto = {
447
+ name?: string | null;
448
+ title?: string | null;
449
+ avatarURL?: string | null;
450
+ };
451
+
452
+ export type SocialPostAttachmentCreateDtoReadable = {
453
+ readonly id?: string;
454
+ readonly timestamp?: string;
455
+ notes?: string | null;
456
+ title?: string | null;
457
+ author?: string | null;
458
+ isFolder?: boolean;
459
+ fileName?: string | null;
460
+ abstract?: string | null;
461
+ keyWords?: string | null;
462
+ validResponse?: boolean;
463
+ parentFileUploadId?: string | null;
464
+ filePath?: string | null;
465
+ appFile?: AppFileReadable;
466
+ socialPostId?: string | null;
467
+ };
468
+
469
+ export type SocialPostAttachmentCreateDtoWritable = {
470
+ notes?: string | null;
471
+ title?: string | null;
472
+ author?: string | null;
473
+ isFolder?: boolean;
474
+ fileName?: string | null;
475
+ abstract?: string | null;
476
+ keyWords?: string | null;
477
+ validResponse?: boolean;
478
+ parentFileUploadId?: string | null;
479
+ filePath?: string | null;
480
+ appFile?: AppFileWritable;
481
+ socialPostId?: string | null;
482
+ };
483
+
484
+ export type SocialPostAttachmentDto = {
485
+ id?: string | null;
486
+ timestamp?: string | null;
487
+ notes?: string | null;
488
+ title?: string | null;
489
+ author?: string | null;
490
+ isFolder?: boolean;
491
+ hash?: string | null;
492
+ fileUrl?: string | null;
493
+ filePath?: string | null;
494
+ fileName?: string | null;
495
+ abstract?: string | null;
496
+ keyWords?: string | null;
497
+ metadata?: string | null;
498
+ fileLength?: number;
499
+ contentType?: string | null;
500
+ parentFileId?: string | null;
501
+ validResponse?: boolean;
502
+ userId?: string | null;
503
+ tenantId?: string | null;
504
+ enrollmentId?: string | null;
505
+ socialProfileId?: string | null;
506
+ folderPath?: string | null;
507
+ socialPostId?: string | null;
508
+ };
509
+
510
+ export type SocialPostAttachmentDtoEnvelopeReadable = {
511
+ readonly isSuccess?: boolean;
512
+ errorMessage?: string | null;
513
+ correlationId?: string | null;
514
+ readonly timestamp?: string;
515
+ readonly activityId?: string | null;
516
+ result?: SocialPostAttachmentDto;
517
+ };
518
+
519
+ export type SocialPostAttachmentDtoEnvelopeWritable = {
520
+ errorMessage?: string | null;
521
+ correlationId?: string | null;
522
+ result?: SocialPostAttachmentDto;
523
+ };
524
+
525
+ export type SocialPostAttachmentDtoListEnvelopeReadable = {
526
+ readonly isSuccess?: boolean;
527
+ errorMessage?: string | null;
528
+ correlationId?: string | null;
529
+ readonly timestamp?: string;
530
+ readonly activityId?: string | null;
531
+ result?: Array<SocialPostAttachmentDto> | null;
532
+ };
533
+
534
+ export type SocialPostAttachmentDtoListEnvelopeWritable = {
535
+ errorMessage?: string | null;
536
+ correlationId?: string | null;
537
+ result?: Array<SocialPostAttachmentDto> | null;
538
+ };
539
+
540
+ export type SocialPostAttachmentUpdateDtoReadable = {
541
+ notes?: string | null;
542
+ metadata?: string | null;
543
+ title?: string | null;
544
+ author?: string | null;
545
+ isFolder?: boolean;
546
+ fileName?: string | null;
547
+ abstract?: string | null;
548
+ keyWords?: string | null;
549
+ validResponse?: boolean;
550
+ parentFileUploadID?: string | null;
551
+ filePath?: string | null;
552
+ appFile?: AppFileReadable;
553
+ };
554
+
555
+ export type SocialPostAttachmentUpdateDtoWritable = {
556
+ notes?: string | null;
557
+ metadata?: string | null;
558
+ title?: string | null;
559
+ author?: string | null;
560
+ isFolder?: boolean;
561
+ fileName?: string | null;
562
+ abstract?: string | null;
563
+ keyWords?: string | null;
564
+ validResponse?: boolean;
565
+ parentFileUploadID?: string | null;
566
+ filePath?: string | null;
567
+ appFile?: AppFileWritable;
568
+ };
569
+
570
+ export type SocialPostCommentCreateDtoReadable = {
571
+ readonly id?: string;
572
+ readonly timestamp?: string;
573
+ message: string;
574
+ parentCommentId?: string | null;
575
+ socialProfileId?: string | null;
576
+ socialFeedPostId?: string | null;
577
+ socialPostId?: string | null;
578
+ };
579
+
580
+ export type SocialPostCommentCreateDtoWritable = {
581
+ message: string;
582
+ parentCommentId?: string | null;
583
+ socialProfileId?: string | null;
584
+ socialFeedPostId?: string | null;
585
+ socialPostId?: string | null;
586
+ };
587
+
588
+ export type SocialPostCommentDto = {
589
+ id?: string | null;
590
+ timestamp?: string | null;
591
+ message?: string | null;
592
+ parentCommentId?: string | null;
593
+ socialProfileId?: string | null;
594
+ socialFeedPostId?: string | null;
595
+ socialProfileName?: string | null;
596
+ socialProfileAvatarUrl?: string | null;
597
+ socialPostId?: string | null;
598
+ };
599
+
600
+ export type SocialPostCommentDtoEnvelopeReadable = {
601
+ readonly isSuccess?: boolean;
602
+ errorMessage?: string | null;
603
+ correlationId?: string | null;
604
+ readonly timestamp?: string;
605
+ readonly activityId?: string | null;
606
+ result?: SocialPostCommentDto;
607
+ };
608
+
609
+ export type SocialPostCommentDtoEnvelopeWritable = {
610
+ errorMessage?: string | null;
611
+ correlationId?: string | null;
612
+ result?: SocialPostCommentDto;
613
+ };
614
+
615
+ export type SocialPostCommentDtoListEnvelopeReadable = {
616
+ readonly isSuccess?: boolean;
617
+ errorMessage?: string | null;
618
+ correlationId?: string | null;
619
+ readonly timestamp?: string;
620
+ readonly activityId?: string | null;
621
+ result?: Array<SocialPostCommentDto> | null;
622
+ };
623
+
624
+ export type SocialPostCommentDtoListEnvelopeWritable = {
625
+ errorMessage?: string | null;
626
+ correlationId?: string | null;
627
+ result?: Array<SocialPostCommentDto> | null;
628
+ };
629
+
630
+ export type SocialPostCommentUpdateDto = {
631
+ message?: string | null;
632
+ socialPostId?: string | null;
633
+ };
634
+
635
+ export type SocialPostCreateDtoReadable = {
636
+ readonly id?: string;
637
+ readonly timestamp?: string;
638
+ title?: string | null;
639
+ message?: string | null;
640
+ socialFeedId?: string | null;
641
+ socialProfileId?: string | null;
642
+ };
643
+
644
+ export type SocialPostCreateDtoWritable = {
645
+ title?: string | null;
646
+ message?: string | null;
647
+ socialFeedId?: string | null;
648
+ socialProfileId?: string | null;
649
+ };
650
+
651
+ export type SocialPostDto = {
652
+ id?: string | null;
653
+ timestamp?: string | null;
654
+ title?: string | null;
655
+ message?: string | null;
656
+ socialProfileId?: string | null;
657
+ socialProfileName?: string | null;
658
+ socialProfileAvatarUrl?: string | null;
659
+ commentsCount?: number;
660
+ reactionsCount?: number;
661
+ };
662
+
663
+ export type SocialPostDtoEnvelopeReadable = {
664
+ readonly isSuccess?: boolean;
665
+ errorMessage?: string | null;
666
+ correlationId?: string | null;
667
+ readonly timestamp?: string;
668
+ readonly activityId?: string | null;
669
+ result?: SocialPostDto;
670
+ };
671
+
672
+ export type SocialPostDtoEnvelopeWritable = {
673
+ errorMessage?: string | null;
674
+ correlationId?: string | null;
675
+ result?: SocialPostDto;
676
+ };
677
+
678
+ export type SocialPostDtoListEnvelopeReadable = {
679
+ readonly isSuccess?: boolean;
680
+ errorMessage?: string | null;
681
+ correlationId?: string | null;
682
+ readonly timestamp?: string;
683
+ readonly activityId?: string | null;
684
+ result?: Array<SocialPostDto> | null;
685
+ };
686
+
687
+ export type SocialPostDtoListEnvelopeWritable = {
688
+ errorMessage?: string | null;
689
+ correlationId?: string | null;
690
+ result?: Array<SocialPostDto> | null;
691
+ };
692
+
693
+ export type SocialPostUpdateDto = {
694
+ title?: string | null;
695
+ message?: string | null;
696
+ };
697
+
698
+ export type SocialProfileDto = {
699
+ id?: string | null;
700
+ timestamp?: string | null;
701
+ name?: string | null;
702
+ about?: string | null;
703
+ cover?: string | null;
704
+ avatar?: string | null;
705
+ countryId?: string | null;
706
+ countryName?: string | null;
707
+ identityId?: string | null;
708
+ followsCount?: number | null;
709
+ messagesCount?: number | null;
710
+ followersCount?: number | null;
711
+ notificationsCount?: number | null;
712
+ unreadNotificationsCount?: number | null;
713
+ unreadMessagesCount?: number | null;
714
+ type?: 'User' | 'Tenant' | 'Contact';
715
+ socialFeedId?: string | null;
716
+ twitterUrl?: string | null;
717
+ facebookURL?: string | null;
718
+ linkedInURL?: string | null;
719
+ youtubeURL?: string | null;
720
+ githubURL?: string | null;
721
+ pinterestURL?: string | null;
722
+ dribbleURL?: string | null;
723
+ domain?: string | null;
724
+ notes?: string | null;
725
+ };
726
+
727
+ export type SocialProfileDtoEnvelopeReadable = {
728
+ readonly isSuccess?: boolean;
729
+ errorMessage?: string | null;
730
+ correlationId?: string | null;
731
+ readonly timestamp?: string;
732
+ readonly activityId?: string | null;
733
+ result?: SocialProfileDto;
734
+ };
735
+
736
+ export type SocialProfileDtoEnvelopeWritable = {
737
+ errorMessage?: string | null;
738
+ correlationId?: string | null;
739
+ result?: SocialProfileDto;
740
+ };
741
+
742
+ export type SocialProfileDtoListEnvelopeReadable = {
743
+ readonly isSuccess?: boolean;
744
+ errorMessage?: string | null;
745
+ correlationId?: string | null;
746
+ readonly timestamp?: string;
747
+ readonly activityId?: string | null;
748
+ result?: Array<SocialProfileDto> | null;
749
+ };
750
+
751
+ export type SocialProfileDtoListEnvelopeWritable = {
752
+ errorMessage?: string | null;
753
+ correlationId?: string | null;
754
+ result?: Array<SocialProfileDto> | null;
755
+ };
756
+
757
+ export type SocialReactionCreateDtoReadable = {
758
+ readonly id?: string;
759
+ readonly timestamp?: string;
760
+ reaction?: 'Like' | 'Happy' | 'HaHa' | 'Love' | 'Sad' | 'Angry' | 'Wow' | 'Afraid';
761
+ reactionValue?: string | null;
762
+ socialProfileId?: string | null;
763
+ };
764
+
765
+ export type SocialReactionCreateDtoWritable = {
766
+ reaction?: 'Like' | 'Happy' | 'HaHa' | 'Love' | 'Sad' | 'Angry' | 'Wow' | 'Afraid';
767
+ reactionValue?: string | null;
768
+ socialProfileId?: string | null;
769
+ };
770
+
771
+ export type SocialReactionDto = {
772
+ id?: string | null;
773
+ timestamp?: string | null;
774
+ reaction?: 'Like' | 'Happy' | 'HaHa' | 'Love' | 'Sad' | 'Angry' | 'Wow' | 'Afraid';
775
+ reactionValue?: string | null;
776
+ socialProfileId?: string | null;
777
+ socialProfileName?: string | null;
778
+ socialProfileAvatarUrl?: string | null;
779
+ };
780
+
781
+ export type SocialReactionDtoEnvelopeReadable = {
782
+ readonly isSuccess?: boolean;
783
+ errorMessage?: string | null;
784
+ correlationId?: string | null;
785
+ readonly timestamp?: string;
786
+ readonly activityId?: string | null;
787
+ result?: SocialReactionDto;
788
+ };
789
+
790
+ export type SocialReactionDtoEnvelopeWritable = {
791
+ errorMessage?: string | null;
792
+ correlationId?: string | null;
793
+ result?: SocialReactionDto;
794
+ };
795
+
796
+ export type SocialReactionDtoListEnvelopeReadable = {
797
+ readonly isSuccess?: boolean;
798
+ errorMessage?: string | null;
799
+ correlationId?: string | null;
800
+ readonly timestamp?: string;
801
+ readonly activityId?: string | null;
802
+ result?: Array<SocialReactionDto> | null;
803
+ };
804
+
805
+ export type SocialReactionDtoListEnvelopeWritable = {
806
+ errorMessage?: string | null;
807
+ correlationId?: string | null;
808
+ result?: Array<SocialReactionDto> | null;
809
+ };
810
+
811
+ export type SocialReactionUpdateDto = {
812
+ id?: string | null;
813
+ timestamp?: string | null;
814
+ reaction?: 'Like' | 'Happy' | 'HaHa' | 'Love' | 'Sad' | 'Angry' | 'Wow' | 'Afraid';
815
+ reactionValue?: string | null;
816
+ };
817
+
818
+ export type TenantId = string;
819
+
820
+ export type TwoFactorRequest = {
821
+ enable?: boolean | null;
822
+ twoFactorCode?: string | null;
823
+ resetSharedKey?: boolean;
824
+ resetRecoveryCodes?: boolean;
825
+ forgetMachine?: boolean;
826
+ };
827
+
828
+ export type TwoFactorResponse = {
829
+ sharedKey: string | null;
830
+ recoveryCodesLeft: number;
831
+ recoveryCodes?: Array<string> | null;
832
+ isTwoFactorEnabled: boolean;
833
+ isMachineRemembered: boolean;
834
+ };
835
+
836
+ export type UserId = string;
837
+
838
+ export type GetVersionData = {
839
+ body?: never;
840
+ path?: never;
841
+ query?: never;
842
+ url: '/version';
843
+ };
844
+
845
+ export type GetVersionResponses = {
846
+ /**
847
+ * OK
848
+ */
849
+ 200: unknown;
850
+ };
851
+
852
+ export type GetHealthData = {
853
+ body?: never;
854
+ path?: never;
855
+ query?: never;
856
+ url: '/health';
857
+ };
858
+
859
+ export type GetHealthResponses = {
860
+ /**
861
+ * OK
862
+ */
863
+ 200: unknown;
864
+ };
865
+
866
+ export type GetHelloData = {
867
+ body?: never;
868
+ path?: never;
869
+ query?: never;
870
+ url: '/hello';
871
+ };
872
+
873
+ export type GetHelloResponses = {
874
+ /**
875
+ * OK
876
+ */
877
+ 200: unknown;
878
+ };
879
+
880
+ export type PostRegisterData = {
881
+ body: RegisterRequest;
882
+ path?: never;
883
+ query?: never;
884
+ url: '/register';
885
+ };
886
+
887
+ export type PostRegisterErrors = {
888
+ /**
889
+ * Bad Request
890
+ */
891
+ 400: HttpValidationProblemDetails;
892
+ };
893
+
894
+ export type PostRegisterError = PostRegisterErrors[keyof PostRegisterErrors];
895
+
896
+ export type PostRegisterResponses = {
897
+ /**
898
+ * OK
899
+ */
900
+ 200: unknown;
901
+ };
902
+
903
+ export type PostLoginData = {
904
+ body: LoginRequest;
905
+ path?: never;
906
+ query?: {
907
+ useCookies?: boolean;
908
+ useSessionCookies?: boolean;
909
+ };
910
+ url: '/login';
911
+ };
912
+
913
+ export type PostLoginResponses = {
914
+ /**
915
+ * OK
916
+ */
917
+ 200: AccessTokenResponseReadable;
918
+ };
919
+
920
+ export type PostLoginResponse = PostLoginResponses[keyof PostLoginResponses];
921
+
922
+ export type PostRefreshData = {
923
+ body: RefreshRequest;
924
+ path?: never;
925
+ query?: never;
926
+ url: '/refresh';
927
+ };
928
+
929
+ export type PostRefreshResponses = {
930
+ /**
931
+ * OK
932
+ */
933
+ 200: AccessTokenResponseReadable;
934
+ };
935
+
936
+ export type PostRefreshResponse = PostRefreshResponses[keyof PostRefreshResponses];
937
+
938
+ export type MapIdentityApiConfirmEmailData = {
939
+ body?: never;
940
+ path?: never;
941
+ query: {
942
+ userId: string;
943
+ code: string;
944
+ changedEmail?: string;
945
+ };
946
+ url: '/confirmEmail';
947
+ };
948
+
949
+ export type MapIdentityApiConfirmEmailResponses = {
950
+ /**
951
+ * OK
952
+ */
953
+ 200: unknown;
954
+ };
955
+
956
+ export type PostResendConfirmationEmailData = {
957
+ body: ResendConfirmationEmailRequest;
958
+ path?: never;
959
+ query?: never;
960
+ url: '/resendConfirmationEmail';
961
+ };
962
+
963
+ export type PostResendConfirmationEmailResponses = {
964
+ /**
965
+ * OK
966
+ */
967
+ 200: unknown;
968
+ };
969
+
970
+ export type PostForgotPasswordData = {
971
+ body: ForgotPasswordRequest;
972
+ path?: never;
973
+ query?: never;
974
+ url: '/forgotPassword';
975
+ };
976
+
977
+ export type PostForgotPasswordErrors = {
978
+ /**
979
+ * Bad Request
980
+ */
981
+ 400: HttpValidationProblemDetails;
982
+ };
983
+
984
+ export type PostForgotPasswordError = PostForgotPasswordErrors[keyof PostForgotPasswordErrors];
985
+
986
+ export type PostForgotPasswordResponses = {
987
+ /**
988
+ * OK
989
+ */
990
+ 200: unknown;
991
+ };
992
+
993
+ export type PostResetPasswordData = {
994
+ body: ResetPasswordRequest;
995
+ path?: never;
996
+ query?: never;
997
+ url: '/resetPassword';
998
+ };
999
+
1000
+ export type PostResetPasswordErrors = {
1001
+ /**
1002
+ * Bad Request
1003
+ */
1004
+ 400: HttpValidationProblemDetails;
1005
+ };
1006
+
1007
+ export type PostResetPasswordError = PostResetPasswordErrors[keyof PostResetPasswordErrors];
1008
+
1009
+ export type PostResetPasswordResponses = {
1010
+ /**
1011
+ * OK
1012
+ */
1013
+ 200: unknown;
1014
+ };
1015
+
1016
+ export type PostManage2FaData = {
1017
+ body: TwoFactorRequest;
1018
+ path?: never;
1019
+ query?: never;
1020
+ url: '/manage/2fa';
1021
+ };
1022
+
1023
+ export type PostManage2FaErrors = {
1024
+ /**
1025
+ * Bad Request
1026
+ */
1027
+ 400: HttpValidationProblemDetails;
1028
+ /**
1029
+ * Not Found
1030
+ */
1031
+ 404: unknown;
1032
+ };
1033
+
1034
+ export type PostManage2FaError = PostManage2FaErrors[keyof PostManage2FaErrors];
1035
+
1036
+ export type PostManage2FaResponses = {
1037
+ /**
1038
+ * OK
1039
+ */
1040
+ 200: TwoFactorResponse;
1041
+ };
1042
+
1043
+ export type PostManage2FaResponse = PostManage2FaResponses[keyof PostManage2FaResponses];
1044
+
1045
+ export type GetManageInfoData = {
1046
+ body?: never;
1047
+ path?: never;
1048
+ query?: never;
1049
+ url: '/manage/info';
1050
+ };
1051
+
1052
+ export type GetManageInfoErrors = {
1053
+ /**
1054
+ * Bad Request
1055
+ */
1056
+ 400: HttpValidationProblemDetails;
1057
+ /**
1058
+ * Not Found
1059
+ */
1060
+ 404: unknown;
1061
+ };
1062
+
1063
+ export type GetManageInfoError = GetManageInfoErrors[keyof GetManageInfoErrors];
1064
+
1065
+ export type GetManageInfoResponses = {
1066
+ /**
1067
+ * OK
1068
+ */
1069
+ 200: InfoResponse;
1070
+ };
1071
+
1072
+ export type GetManageInfoResponse = GetManageInfoResponses[keyof GetManageInfoResponses];
1073
+
1074
+ export type PostManageInfoData = {
1075
+ body: InfoRequest;
1076
+ path?: never;
1077
+ query?: never;
1078
+ url: '/manage/info';
1079
+ };
1080
+
1081
+ export type PostManageInfoErrors = {
1082
+ /**
1083
+ * Bad Request
1084
+ */
1085
+ 400: HttpValidationProblemDetails;
1086
+ /**
1087
+ * Not Found
1088
+ */
1089
+ 404: unknown;
1090
+ };
1091
+
1092
+ export type PostManageInfoError = PostManageInfoErrors[keyof PostManageInfoErrors];
1093
+
1094
+ export type PostManageInfoResponses = {
1095
+ /**
1096
+ * OK
1097
+ */
1098
+ 200: InfoResponse;
1099
+ };
1100
+
1101
+ export type PostManageInfoResponse = PostManageInfoResponses[keyof PostManageInfoResponses];
1102
+
1103
+ export type GetApiV2SocialServiceSocialFeedsData = {
1104
+ body?: never;
1105
+ headers?: {
1106
+ 'x-api-version'?: string;
1107
+ };
1108
+ path?: never;
1109
+ query: {
1110
+ socialProfileId: string;
1111
+ 'api-version'?: string;
1112
+ };
1113
+ url: '/api/v2/SocialService/SocialFeeds';
1114
+ };
1115
+
1116
+ export type GetApiV2SocialServiceSocialFeedsErrors = {
1117
+ /**
1118
+ * Unauthorized
1119
+ */
1120
+ 401: ErrorEnvelopeReadable;
1121
+ /**
1122
+ * Forbidden
1123
+ */
1124
+ 403: ErrorEnvelopeReadable;
1125
+ };
1126
+
1127
+ export type GetApiV2SocialServiceSocialFeedsError = GetApiV2SocialServiceSocialFeedsErrors[keyof GetApiV2SocialServiceSocialFeedsErrors];
1128
+
1129
+ export type GetApiV2SocialServiceSocialFeedsResponses = {
1130
+ /**
1131
+ * OK
1132
+ */
1133
+ 200: SocialFeedDtoListEnvelopeReadable;
1134
+ };
1135
+
1136
+ export type GetApiV2SocialServiceSocialFeedsResponse = GetApiV2SocialServiceSocialFeedsResponses[keyof GetApiV2SocialServiceSocialFeedsResponses];
1137
+
1138
+ export type GetApiV2SocialServiceSocialFeedsCountData = {
1139
+ body?: never;
1140
+ headers?: {
1141
+ 'x-api-version'?: string;
1142
+ };
1143
+ path?: never;
1144
+ query: {
1145
+ socialProfileId: string;
1146
+ 'api-version'?: string;
1147
+ };
1148
+ url: '/api/v2/SocialService/SocialFeeds/Count';
1149
+ };
1150
+
1151
+ export type GetApiV2SocialServiceSocialFeedsCountErrors = {
1152
+ /**
1153
+ * Unauthorized
1154
+ */
1155
+ 401: ErrorEnvelopeReadable;
1156
+ /**
1157
+ * Forbidden
1158
+ */
1159
+ 403: ErrorEnvelopeReadable;
1160
+ };
1161
+
1162
+ export type GetApiV2SocialServiceSocialFeedsCountError = GetApiV2SocialServiceSocialFeedsCountErrors[keyof GetApiV2SocialServiceSocialFeedsCountErrors];
1163
+
1164
+ export type GetApiV2SocialServiceSocialFeedsCountResponses = {
1165
+ /**
1166
+ * OK
1167
+ */
1168
+ 200: Int32EnvelopeReadable;
1169
+ };
1170
+
1171
+ export type GetApiV2SocialServiceSocialFeedsCountResponse = GetApiV2SocialServiceSocialFeedsCountResponses[keyof GetApiV2SocialServiceSocialFeedsCountResponses];
1172
+
1173
+ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdData = {
1174
+ body?: never;
1175
+ headers?: {
1176
+ 'x-api-version'?: string;
1177
+ };
1178
+ path: {
1179
+ socialFeedId: string;
1180
+ };
1181
+ query: {
1182
+ socialProfileId: string;
1183
+ 'api-version'?: string;
1184
+ };
1185
+ url: '/api/v2/SocialService/SocialFeeds/{socialFeedId}';
1186
+ };
1187
+
1188
+ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdErrors = {
1189
+ /**
1190
+ * Unauthorized
1191
+ */
1192
+ 401: ErrorEnvelopeReadable;
1193
+ /**
1194
+ * Forbidden
1195
+ */
1196
+ 403: ErrorEnvelopeReadable;
1197
+ };
1198
+
1199
+ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdError = GetApiV2SocialServiceSocialFeedsBySocialFeedIdErrors[keyof GetApiV2SocialServiceSocialFeedsBySocialFeedIdErrors];
1200
+
1201
+ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdResponses = {
1202
+ /**
1203
+ * OK
1204
+ */
1205
+ 200: SocialFeedDtoEnvelopeReadable;
1206
+ };
1207
+
1208
+ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdResponse = GetApiV2SocialServiceSocialFeedsBySocialFeedIdResponses[keyof GetApiV2SocialServiceSocialFeedsBySocialFeedIdResponses];
1209
+
1210
+ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsData = {
1211
+ body?: never;
1212
+ headers?: {
1213
+ 'x-api-version'?: string;
1214
+ };
1215
+ path: {
1216
+ socialFeedId: string;
1217
+ };
1218
+ query: {
1219
+ socialProfileId: string;
1220
+ 'api-version'?: string;
1221
+ };
1222
+ url: '/api/v2/SocialService/SocialFeeds/{socialFeedId}/Posts';
1223
+ };
1224
+
1225
+ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsErrors = {
1226
+ /**
1227
+ * Unauthorized
1228
+ */
1229
+ 401: ErrorEnvelopeReadable;
1230
+ /**
1231
+ * Forbidden
1232
+ */
1233
+ 403: ErrorEnvelopeReadable;
1234
+ };
1235
+
1236
+ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsError = GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsErrors[keyof GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsErrors];
1237
+
1238
+ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsResponses = {
1239
+ /**
1240
+ * OK
1241
+ */
1242
+ 200: SocialFeedPostDtoListEnvelopeReadable;
1243
+ };
1244
+
1245
+ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsResponse = GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsResponses[keyof GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsResponses];
1246
+
1247
+ export type PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsData = {
1248
+ body?: SocialFeedPostCreateDtoWritable;
1249
+ headers?: {
1250
+ 'x-api-version'?: string;
1251
+ };
1252
+ path: {
1253
+ socialFeedId: string;
1254
+ };
1255
+ query: {
1256
+ socialProfileId: string;
1257
+ 'api-version'?: string;
1258
+ };
1259
+ url: '/api/v2/SocialService/SocialFeeds/{socialFeedId}/Posts';
1260
+ };
1261
+
1262
+ export type PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsErrors = {
1263
+ /**
1264
+ * Unauthorized
1265
+ */
1266
+ 401: ErrorEnvelopeReadable;
1267
+ /**
1268
+ * Forbidden
1269
+ */
1270
+ 403: ErrorEnvelopeReadable;
1271
+ };
1272
+
1273
+ export type PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsError = PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsErrors[keyof PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsErrors];
1274
+
1275
+ export type PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsResponses = {
1276
+ /**
1277
+ * Created
1278
+ */
1279
+ 201: SocialFeedPostDtoEnvelopeReadable;
1280
+ };
1281
+
1282
+ export type PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsResponse = PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsResponses[keyof PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsResponses];
1283
+
1284
+ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountData = {
1285
+ body?: never;
1286
+ headers?: {
1287
+ 'x-api-version'?: string;
1288
+ };
1289
+ path: {
1290
+ socialFeedId: string;
1291
+ };
1292
+ query: {
1293
+ socialProfileId: string;
1294
+ 'api-version'?: string;
1295
+ };
1296
+ url: '/api/v2/SocialService/SocialFeeds/{socialFeedId}/Posts/Count';
1297
+ };
1298
+
1299
+ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountErrors = {
1300
+ /**
1301
+ * Unauthorized
1302
+ */
1303
+ 401: ErrorEnvelopeReadable;
1304
+ /**
1305
+ * Forbidden
1306
+ */
1307
+ 403: ErrorEnvelopeReadable;
1308
+ };
1309
+
1310
+ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountError = GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountErrors[keyof GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountErrors];
1311
+
1312
+ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountResponses = {
1313
+ /**
1314
+ * OK
1315
+ */
1316
+ 200: Int32EnvelopeReadable;
1317
+ };
1318
+
1319
+ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountResponse = GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountResponses[keyof GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountResponses];
1320
+
1321
+ export type DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdData = {
1322
+ body?: never;
1323
+ headers?: {
1324
+ 'x-api-version'?: string;
1325
+ };
1326
+ path: {
1327
+ socialFeedId: string;
1328
+ feedPostId: string;
1329
+ };
1330
+ query: {
1331
+ socialProfileId: string;
1332
+ 'api-version'?: string;
1333
+ };
1334
+ url: '/api/v2/SocialService/SocialFeeds/{socialFeedId}/Posts/{feedPostId}';
1335
+ };
1336
+
1337
+ export type DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdErrors = {
1338
+ /**
1339
+ * Unauthorized
1340
+ */
1341
+ 401: ErrorEnvelopeReadable;
1342
+ /**
1343
+ * Forbidden
1344
+ */
1345
+ 403: ErrorEnvelopeReadable;
1346
+ };
1347
+
1348
+ export type DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdError = DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdErrors[keyof DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdErrors];
1349
+
1350
+ export type DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdResponses = {
1351
+ /**
1352
+ * No Content
1353
+ */
1354
+ 204: EmptyEnvelopeReadable;
1355
+ };
1356
+
1357
+ export type DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdResponse = DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdResponses[keyof DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdResponses];
1358
+
1359
+ export type GetFeedPostAsyncData = {
1360
+ body?: never;
1361
+ headers?: {
1362
+ 'x-api-version'?: string;
1363
+ };
1364
+ path: {
1365
+ socialFeedId: string;
1366
+ feedPostId: string;
1367
+ };
1368
+ query: {
1369
+ socialProfileId: string;
1370
+ 'api-version'?: string;
1371
+ };
1372
+ url: '/api/v2/SocialService/SocialFeeds/{socialFeedId}/Posts/{feedPostId}';
1373
+ };
1374
+
1375
+ export type GetFeedPostAsyncErrors = {
1376
+ /**
1377
+ * Unauthorized
1378
+ */
1379
+ 401: ErrorEnvelopeReadable;
1380
+ /**
1381
+ * Forbidden
1382
+ */
1383
+ 403: ErrorEnvelopeReadable;
1384
+ };
1385
+
1386
+ export type GetFeedPostAsyncError = GetFeedPostAsyncErrors[keyof GetFeedPostAsyncErrors];
1387
+
1388
+ export type GetFeedPostAsyncResponses = {
1389
+ /**
1390
+ * OK
1391
+ */
1392
+ 200: SocialFeedPostDtoEnvelopeReadable;
1393
+ };
1394
+
1395
+ export type GetFeedPostAsyncResponse = GetFeedPostAsyncResponses[keyof GetFeedPostAsyncResponses];
1396
+
1397
+ export type PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdData = {
1398
+ body?: SocialFeedPostUpdateDto;
1399
+ headers?: {
1400
+ 'x-api-version'?: string;
1401
+ };
1402
+ path: {
1403
+ socialFeedId: string;
1404
+ feedPostId: string;
1405
+ };
1406
+ query: {
1407
+ socialProfileId: string;
1408
+ 'api-version'?: string;
1409
+ };
1410
+ url: '/api/v2/SocialService/SocialFeeds/{socialFeedId}/Posts/{feedPostId}';
1411
+ };
1412
+
1413
+ export type PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdErrors = {
1414
+ /**
1415
+ * Unauthorized
1416
+ */
1417
+ 401: ErrorEnvelopeReadable;
1418
+ /**
1419
+ * Forbidden
1420
+ */
1421
+ 403: ErrorEnvelopeReadable;
1422
+ };
1423
+
1424
+ export type PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdError = PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdErrors[keyof PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdErrors];
1425
+
1426
+ export type PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdResponses = {
1427
+ /**
1428
+ * OK
1429
+ */
1430
+ 200: SocialFeedPostDtoEnvelopeReadable;
1431
+ };
1432
+
1433
+ export type PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdResponse = PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdResponses[keyof PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdResponses];
1434
+
1435
+ export type GetSocialGroupsAsyncData = {
1436
+ body?: never;
1437
+ headers?: {
1438
+ 'x-api-version'?: string;
1439
+ };
1440
+ path?: never;
1441
+ query: {
1442
+ tenantId: string;
1443
+ 'api-version'?: string;
1444
+ };
1445
+ url: '/api/v2/SocialService/SocialGroups';
1446
+ };
1447
+
1448
+ export type GetSocialGroupsAsyncErrors = {
1449
+ /**
1450
+ * Unauthorized
1451
+ */
1452
+ 401: ErrorEnvelopeReadable;
1453
+ /**
1454
+ * Forbidden
1455
+ */
1456
+ 403: ErrorEnvelopeReadable;
1457
+ };
1458
+
1459
+ export type GetSocialGroupsAsyncError = GetSocialGroupsAsyncErrors[keyof GetSocialGroupsAsyncErrors];
1460
+
1461
+ export type GetSocialGroupsAsyncResponses = {
1462
+ /**
1463
+ * OK
1464
+ */
1465
+ 200: SocialGroupDtoListEnvelopeReadable;
1466
+ };
1467
+
1468
+ export type GetSocialGroupsAsyncResponse = GetSocialGroupsAsyncResponses[keyof GetSocialGroupsAsyncResponses];
1469
+
1470
+ export type CreateSocialGroupAsyncData = {
1471
+ body?: SocialGroupCreateDto;
1472
+ headers?: {
1473
+ 'x-api-version'?: string;
1474
+ };
1475
+ path?: never;
1476
+ query: {
1477
+ tenantId: string;
1478
+ 'api-version'?: string;
1479
+ };
1480
+ url: '/api/v2/SocialService/SocialGroups';
1481
+ };
1482
+
1483
+ export type CreateSocialGroupAsyncErrors = {
1484
+ /**
1485
+ * Unauthorized
1486
+ */
1487
+ 401: ErrorEnvelopeReadable;
1488
+ /**
1489
+ * Forbidden
1490
+ */
1491
+ 403: ErrorEnvelopeReadable;
1492
+ };
1493
+
1494
+ export type CreateSocialGroupAsyncError = CreateSocialGroupAsyncErrors[keyof CreateSocialGroupAsyncErrors];
1495
+
1496
+ export type CreateSocialGroupAsyncResponses = {
1497
+ /**
1498
+ * Created
1499
+ */
1500
+ 201: EmptyEnvelopeReadable;
1501
+ };
1502
+
1503
+ export type CreateSocialGroupAsyncResponse = CreateSocialGroupAsyncResponses[keyof CreateSocialGroupAsyncResponses];
1504
+
1505
+ export type CountSocialGroupsAsyncData = {
1506
+ body?: never;
1507
+ headers?: {
1508
+ 'x-api-version'?: string;
1509
+ };
1510
+ path?: never;
1511
+ query: {
1512
+ tenantId: string;
1513
+ 'api-version'?: string;
1514
+ };
1515
+ url: '/api/v2/SocialService/SocialGroups/Count';
1516
+ };
1517
+
1518
+ export type CountSocialGroupsAsyncErrors = {
1519
+ /**
1520
+ * Unauthorized
1521
+ */
1522
+ 401: ErrorEnvelopeReadable;
1523
+ /**
1524
+ * Forbidden
1525
+ */
1526
+ 403: ErrorEnvelopeReadable;
1527
+ };
1528
+
1529
+ export type CountSocialGroupsAsyncError = CountSocialGroupsAsyncErrors[keyof CountSocialGroupsAsyncErrors];
1530
+
1531
+ export type CountSocialGroupsAsyncResponses = {
1532
+ /**
1533
+ * OK
1534
+ */
1535
+ 200: Int32EnvelopeReadable;
1536
+ };
1537
+
1538
+ export type CountSocialGroupsAsyncResponse = CountSocialGroupsAsyncResponses[keyof CountSocialGroupsAsyncResponses];
1539
+
1540
+ export type DeleteSocialGroupAsyncData = {
1541
+ body?: never;
1542
+ headers?: {
1543
+ 'x-api-version'?: string;
1544
+ };
1545
+ path: {
1546
+ socialGroupId: string;
1547
+ };
1548
+ query: {
1549
+ tenantId: string;
1550
+ 'api-version'?: string;
1551
+ };
1552
+ url: '/api/v2/SocialService/SocialGroups/{socialGroupId}';
1553
+ };
1554
+
1555
+ export type DeleteSocialGroupAsyncErrors = {
1556
+ /**
1557
+ * Unauthorized
1558
+ */
1559
+ 401: ErrorEnvelopeReadable;
1560
+ /**
1561
+ * Forbidden
1562
+ */
1563
+ 403: ErrorEnvelopeReadable;
1564
+ };
1565
+
1566
+ export type DeleteSocialGroupAsyncError = DeleteSocialGroupAsyncErrors[keyof DeleteSocialGroupAsyncErrors];
1567
+
1568
+ export type DeleteSocialGroupAsyncResponses = {
1569
+ /**
1570
+ * OK
1571
+ */
1572
+ 200: EmptyEnvelopeReadable;
1573
+ };
1574
+
1575
+ export type DeleteSocialGroupAsyncResponse = DeleteSocialGroupAsyncResponses[keyof DeleteSocialGroupAsyncResponses];
1576
+
1577
+ export type GetSocialGroupByIdAsyncData = {
1578
+ body?: never;
1579
+ headers?: {
1580
+ 'x-api-version'?: string;
1581
+ };
1582
+ path: {
1583
+ socialGroupId: string;
1584
+ };
1585
+ query: {
1586
+ tenantId: string;
1587
+ 'api-version'?: string;
1588
+ };
1589
+ url: '/api/v2/SocialService/SocialGroups/{socialGroupId}';
1590
+ };
1591
+
1592
+ export type GetSocialGroupByIdAsyncErrors = {
1593
+ /**
1594
+ * Unauthorized
1595
+ */
1596
+ 401: ErrorEnvelopeReadable;
1597
+ /**
1598
+ * Forbidden
1599
+ */
1600
+ 403: ErrorEnvelopeReadable;
1601
+ };
1602
+
1603
+ export type GetSocialGroupByIdAsyncError = GetSocialGroupByIdAsyncErrors[keyof GetSocialGroupByIdAsyncErrors];
1604
+
1605
+ export type GetSocialGroupByIdAsyncResponses = {
1606
+ /**
1607
+ * OK
1608
+ */
1609
+ 200: SocialGroupDtoEnvelopeReadable;
1610
+ };
1611
+
1612
+ export type GetSocialGroupByIdAsyncResponse = GetSocialGroupByIdAsyncResponses[keyof GetSocialGroupByIdAsyncResponses];
1613
+
1614
+ export type UpdateSocialGroupAsyncData = {
1615
+ body?: SocialGroupUpdateDto;
1616
+ headers?: {
1617
+ 'x-api-version'?: string;
1618
+ };
1619
+ path: {
1620
+ socialGroupId: string;
1621
+ };
1622
+ query: {
1623
+ tenantId: string;
1624
+ 'api-version'?: string;
1625
+ };
1626
+ url: '/api/v2/SocialService/SocialGroups/{socialGroupId}';
1627
+ };
1628
+
1629
+ export type UpdateSocialGroupAsyncErrors = {
1630
+ /**
1631
+ * Unauthorized
1632
+ */
1633
+ 401: ErrorEnvelopeReadable;
1634
+ /**
1635
+ * Forbidden
1636
+ */
1637
+ 403: ErrorEnvelopeReadable;
1638
+ };
1639
+
1640
+ export type UpdateSocialGroupAsyncError = UpdateSocialGroupAsyncErrors[keyof UpdateSocialGroupAsyncErrors];
1641
+
1642
+ export type UpdateSocialGroupAsyncResponses = {
1643
+ /**
1644
+ * OK
1645
+ */
1646
+ 200: EmptyEnvelopeReadable;
1647
+ };
1648
+
1649
+ export type UpdateSocialGroupAsyncResponse = UpdateSocialGroupAsyncResponses[keyof UpdateSocialGroupAsyncResponses];
1650
+
1651
+ export type GetApiV2SocialServiceSocialPostsData = {
1652
+ body?: never;
1653
+ headers?: {
1654
+ 'x-api-version'?: string;
1655
+ };
1656
+ path?: never;
1657
+ query: {
1658
+ socialProfileId: string;
1659
+ 'api-version'?: string;
1660
+ };
1661
+ url: '/api/v2/SocialService/SocialPosts';
1662
+ };
1663
+
1664
+ export type GetApiV2SocialServiceSocialPostsErrors = {
1665
+ /**
1666
+ * Unauthorized
1667
+ */
1668
+ 401: ErrorEnvelopeReadable;
1669
+ /**
1670
+ * Forbidden
1671
+ */
1672
+ 403: ErrorEnvelopeReadable;
1673
+ };
1674
+
1675
+ export type GetApiV2SocialServiceSocialPostsError = GetApiV2SocialServiceSocialPostsErrors[keyof GetApiV2SocialServiceSocialPostsErrors];
1676
+
1677
+ export type GetApiV2SocialServiceSocialPostsResponses = {
1678
+ /**
1679
+ * OK
1680
+ */
1681
+ 200: SocialPostDtoListEnvelopeReadable;
1682
+ };
1683
+
1684
+ export type GetApiV2SocialServiceSocialPostsResponse = GetApiV2SocialServiceSocialPostsResponses[keyof GetApiV2SocialServiceSocialPostsResponses];
1685
+
1686
+ export type PostApiV2SocialServiceSocialPostsData = {
1687
+ body?: SocialPostCreateDtoWritable;
1688
+ headers?: {
1689
+ 'x-api-version'?: string;
1690
+ };
1691
+ path?: never;
1692
+ query: {
1693
+ socialProfileId: string;
1694
+ 'api-version'?: string;
1695
+ };
1696
+ url: '/api/v2/SocialService/SocialPosts';
1697
+ };
1698
+
1699
+ export type PostApiV2SocialServiceSocialPostsErrors = {
1700
+ /**
1701
+ * Unauthorized
1702
+ */
1703
+ 401: ErrorEnvelopeReadable;
1704
+ /**
1705
+ * Forbidden
1706
+ */
1707
+ 403: ErrorEnvelopeReadable;
1708
+ };
1709
+
1710
+ export type PostApiV2SocialServiceSocialPostsError = PostApiV2SocialServiceSocialPostsErrors[keyof PostApiV2SocialServiceSocialPostsErrors];
1711
+
1712
+ export type PostApiV2SocialServiceSocialPostsResponses = {
1713
+ /**
1714
+ * Created
1715
+ */
1716
+ 201: SocialPostDtoEnvelopeReadable;
1717
+ };
1718
+
1719
+ export type PostApiV2SocialServiceSocialPostsResponse = PostApiV2SocialServiceSocialPostsResponses[keyof PostApiV2SocialServiceSocialPostsResponses];
1720
+
1721
+ export type GetApiV2SocialServiceSocialPostsCountData = {
1722
+ body?: never;
1723
+ headers?: {
1724
+ 'x-api-version'?: string;
1725
+ };
1726
+ path?: never;
1727
+ query: {
1728
+ socialProfileId: string;
1729
+ 'api-version'?: string;
1730
+ };
1731
+ url: '/api/v2/SocialService/SocialPosts/Count';
1732
+ };
1733
+
1734
+ export type GetApiV2SocialServiceSocialPostsCountErrors = {
1735
+ /**
1736
+ * Unauthorized
1737
+ */
1738
+ 401: ErrorEnvelopeReadable;
1739
+ /**
1740
+ * Forbidden
1741
+ */
1742
+ 403: ErrorEnvelopeReadable;
1743
+ };
1744
+
1745
+ export type GetApiV2SocialServiceSocialPostsCountError = GetApiV2SocialServiceSocialPostsCountErrors[keyof GetApiV2SocialServiceSocialPostsCountErrors];
1746
+
1747
+ export type GetApiV2SocialServiceSocialPostsCountResponses = {
1748
+ /**
1749
+ * OK
1750
+ */
1751
+ 200: Int32EnvelopeReadable;
1752
+ };
1753
+
1754
+ export type GetApiV2SocialServiceSocialPostsCountResponse = GetApiV2SocialServiceSocialPostsCountResponses[keyof GetApiV2SocialServiceSocialPostsCountResponses];
1755
+
1756
+ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdData = {
1757
+ body?: never;
1758
+ headers?: {
1759
+ 'x-api-version'?: string;
1760
+ };
1761
+ path: {
1762
+ socialPostId: string;
1763
+ };
1764
+ query: {
1765
+ socialProfileId: string;
1766
+ 'api-version'?: string;
1767
+ };
1768
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}';
1769
+ };
1770
+
1771
+ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdErrors = {
1772
+ /**
1773
+ * Unauthorized
1774
+ */
1775
+ 401: ErrorEnvelopeReadable;
1776
+ /**
1777
+ * Forbidden
1778
+ */
1779
+ 403: ErrorEnvelopeReadable;
1780
+ };
1781
+
1782
+ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdError = DeleteApiV2SocialServiceSocialPostsBySocialPostIdErrors[keyof DeleteApiV2SocialServiceSocialPostsBySocialPostIdErrors];
1783
+
1784
+ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdResponses = {
1785
+ /**
1786
+ * OK
1787
+ */
1788
+ 200: EmptyEnvelopeReadable;
1789
+ };
1790
+
1791
+ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdResponse = DeleteApiV2SocialServiceSocialPostsBySocialPostIdResponses[keyof DeleteApiV2SocialServiceSocialPostsBySocialPostIdResponses];
1792
+
1793
+ export type GetSocialPostAsyncData = {
1794
+ body?: never;
1795
+ headers?: {
1796
+ 'x-api-version'?: string;
1797
+ };
1798
+ path: {
1799
+ socialPostId: string;
1800
+ };
1801
+ query: {
1802
+ socialProfileId: string;
1803
+ 'api-version'?: string;
1804
+ };
1805
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}';
1806
+ };
1807
+
1808
+ export type GetSocialPostAsyncErrors = {
1809
+ /**
1810
+ * Unauthorized
1811
+ */
1812
+ 401: ErrorEnvelopeReadable;
1813
+ /**
1814
+ * Forbidden
1815
+ */
1816
+ 403: ErrorEnvelopeReadable;
1817
+ };
1818
+
1819
+ export type GetSocialPostAsyncError = GetSocialPostAsyncErrors[keyof GetSocialPostAsyncErrors];
1820
+
1821
+ export type GetSocialPostAsyncResponses = {
1822
+ /**
1823
+ * OK
1824
+ */
1825
+ 200: SocialPostDtoEnvelopeReadable;
1826
+ };
1827
+
1828
+ export type GetSocialPostAsyncResponse = GetSocialPostAsyncResponses[keyof GetSocialPostAsyncResponses];
1829
+
1830
+ export type PutApiV2SocialServiceSocialPostsBySocialPostIdData = {
1831
+ body?: SocialPostUpdateDto;
1832
+ headers?: {
1833
+ 'x-api-version'?: string;
1834
+ };
1835
+ path: {
1836
+ socialPostId: string;
1837
+ };
1838
+ query: {
1839
+ socialProfileId: string;
1840
+ 'api-version'?: string;
1841
+ };
1842
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}';
1843
+ };
1844
+
1845
+ export type PutApiV2SocialServiceSocialPostsBySocialPostIdErrors = {
1846
+ /**
1847
+ * Unauthorized
1848
+ */
1849
+ 401: ErrorEnvelopeReadable;
1850
+ /**
1851
+ * Forbidden
1852
+ */
1853
+ 403: ErrorEnvelopeReadable;
1854
+ };
1855
+
1856
+ export type PutApiV2SocialServiceSocialPostsBySocialPostIdError = PutApiV2SocialServiceSocialPostsBySocialPostIdErrors[keyof PutApiV2SocialServiceSocialPostsBySocialPostIdErrors];
1857
+
1858
+ export type PutApiV2SocialServiceSocialPostsBySocialPostIdResponses = {
1859
+ /**
1860
+ * OK
1861
+ */
1862
+ 200: EmptyEnvelopeReadable;
1863
+ };
1864
+
1865
+ export type PutApiV2SocialServiceSocialPostsBySocialPostIdResponse = PutApiV2SocialServiceSocialPostsBySocialPostIdResponses[keyof PutApiV2SocialServiceSocialPostsBySocialPostIdResponses];
1866
+
1867
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsData = {
1868
+ body?: never;
1869
+ headers?: {
1870
+ 'x-api-version'?: string;
1871
+ };
1872
+ path: {
1873
+ socialPostId: string;
1874
+ };
1875
+ query?: {
1876
+ 'api-version'?: string;
1877
+ };
1878
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Attachments';
1879
+ };
1880
+
1881
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsErrors = {
1882
+ /**
1883
+ * Unauthorized
1884
+ */
1885
+ 401: ErrorEnvelopeReadable;
1886
+ /**
1887
+ * Forbidden
1888
+ */
1889
+ 403: ErrorEnvelopeReadable;
1890
+ };
1891
+
1892
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsError = GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsErrors[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsErrors];
1893
+
1894
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsResponses = {
1895
+ /**
1896
+ * OK
1897
+ */
1898
+ 200: SocialPostAttachmentDtoListEnvelopeReadable;
1899
+ };
1900
+
1901
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsResponse = GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsResponses[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsResponses];
1902
+
1903
+ export type PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsData = {
1904
+ body?: SocialPostAttachmentCreateDtoWritable;
1905
+ headers?: {
1906
+ 'x-api-version'?: string;
1907
+ };
1908
+ path: {
1909
+ socialPostId: string;
1910
+ };
1911
+ query: {
1912
+ socialProfileId: string;
1913
+ 'api-version'?: string;
1914
+ };
1915
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Attachments';
1916
+ };
1917
+
1918
+ export type PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsErrors = {
1919
+ /**
1920
+ * Unauthorized
1921
+ */
1922
+ 401: ErrorEnvelopeReadable;
1923
+ /**
1924
+ * Forbidden
1925
+ */
1926
+ 403: ErrorEnvelopeReadable;
1927
+ };
1928
+
1929
+ export type PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsError = PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsErrors[keyof PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsErrors];
1930
+
1931
+ export type PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsResponses = {
1932
+ /**
1933
+ * Created
1934
+ */
1935
+ 201: SocialPostAttachmentDtoEnvelopeReadable;
1936
+ };
1937
+
1938
+ export type PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsResponse = PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsResponses[keyof PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsResponses];
1939
+
1940
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountData = {
1941
+ body?: never;
1942
+ headers?: {
1943
+ 'x-api-version'?: string;
1944
+ };
1945
+ path: {
1946
+ socialPostId: string;
1947
+ };
1948
+ query?: {
1949
+ 'api-version'?: string;
1950
+ };
1951
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Attachments/Count';
1952
+ };
1953
+
1954
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountErrors = {
1955
+ /**
1956
+ * Unauthorized
1957
+ */
1958
+ 401: ErrorEnvelopeReadable;
1959
+ /**
1960
+ * Forbidden
1961
+ */
1962
+ 403: ErrorEnvelopeReadable;
1963
+ };
1964
+
1965
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountError = GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountErrors[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountErrors];
1966
+
1967
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountResponses = {
1968
+ /**
1969
+ * OK
1970
+ */
1971
+ 200: Int32EnvelopeReadable;
1972
+ };
1973
+
1974
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountResponse = GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountResponses[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountResponses];
1975
+
1976
+ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdData = {
1977
+ body?: never;
1978
+ headers?: {
1979
+ 'x-api-version'?: string;
1980
+ };
1981
+ path: {
1982
+ socialPostId: string;
1983
+ attachmentId: string;
1984
+ };
1985
+ query: {
1986
+ socialProfileId: string;
1987
+ 'api-version'?: string;
1988
+ };
1989
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Attachments/{attachmentId}';
1990
+ };
1991
+
1992
+ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdErrors = {
1993
+ /**
1994
+ * Unauthorized
1995
+ */
1996
+ 401: ErrorEnvelopeReadable;
1997
+ /**
1998
+ * Forbidden
1999
+ */
2000
+ 403: ErrorEnvelopeReadable;
2001
+ };
2002
+
2003
+ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdError = DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdErrors[keyof DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdErrors];
2004
+
2005
+ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdResponses = {
2006
+ /**
2007
+ * OK
2008
+ */
2009
+ 200: EmptyEnvelopeReadable;
2010
+ };
2011
+
2012
+ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdResponse = DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdResponses[keyof DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdResponses];
2013
+
2014
+ export type GetSocialPostAttachmentAsyncData = {
2015
+ body?: never;
2016
+ headers?: {
2017
+ 'x-api-version'?: string;
2018
+ };
2019
+ path: {
2020
+ socialPostId: string;
2021
+ attachmentId: string;
2022
+ };
2023
+ query?: {
2024
+ 'api-version'?: string;
2025
+ };
2026
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Attachments/{attachmentId}';
2027
+ };
2028
+
2029
+ export type GetSocialPostAttachmentAsyncErrors = {
2030
+ /**
2031
+ * Unauthorized
2032
+ */
2033
+ 401: ErrorEnvelopeReadable;
2034
+ /**
2035
+ * Forbidden
2036
+ */
2037
+ 403: ErrorEnvelopeReadable;
2038
+ };
2039
+
2040
+ export type GetSocialPostAttachmentAsyncError = GetSocialPostAttachmentAsyncErrors[keyof GetSocialPostAttachmentAsyncErrors];
2041
+
2042
+ export type GetSocialPostAttachmentAsyncResponses = {
2043
+ /**
2044
+ * OK
2045
+ */
2046
+ 200: EmptyEnvelopeReadable;
2047
+ };
2048
+
2049
+ export type GetSocialPostAttachmentAsyncResponse = GetSocialPostAttachmentAsyncResponses[keyof GetSocialPostAttachmentAsyncResponses];
2050
+
2051
+ export type PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdData = {
2052
+ body?: SocialPostAttachmentUpdateDtoWritable;
2053
+ headers?: {
2054
+ 'x-api-version'?: string;
2055
+ };
2056
+ path: {
2057
+ socialPostId: string;
2058
+ attachmentId: string;
2059
+ };
2060
+ query: {
2061
+ socialProfileId: string;
2062
+ 'api-version'?: string;
2063
+ };
2064
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Attachments/{attachmentId}';
2065
+ };
2066
+
2067
+ export type PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdErrors = {
2068
+ /**
2069
+ * Unauthorized
2070
+ */
2071
+ 401: ErrorEnvelopeReadable;
2072
+ /**
2073
+ * Forbidden
2074
+ */
2075
+ 403: ErrorEnvelopeReadable;
2076
+ };
2077
+
2078
+ export type PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdError = PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdErrors[keyof PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdErrors];
2079
+
2080
+ export type PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdResponses = {
2081
+ /**
2082
+ * OK
2083
+ */
2084
+ 200: EmptyEnvelopeReadable;
2085
+ };
2086
+
2087
+ export type PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdResponse = PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdResponses[keyof PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdResponses];
2088
+
2089
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsData = {
2090
+ body?: never;
2091
+ headers?: {
2092
+ 'x-api-version'?: string;
2093
+ };
2094
+ path: {
2095
+ socialPostId: string;
2096
+ };
2097
+ query: {
2098
+ socialProfileId: string;
2099
+ 'api-version'?: string;
2100
+ };
2101
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Reactions';
2102
+ };
2103
+
2104
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsErrors = {
2105
+ /**
2106
+ * Unauthorized
2107
+ */
2108
+ 401: ErrorEnvelopeReadable;
2109
+ /**
2110
+ * Forbidden
2111
+ */
2112
+ 403: ErrorEnvelopeReadable;
2113
+ };
2114
+
2115
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsError = GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsErrors[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsErrors];
2116
+
2117
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsResponses = {
2118
+ /**
2119
+ * OK
2120
+ */
2121
+ 200: SocialReactionDtoListEnvelopeReadable;
2122
+ };
2123
+
2124
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsResponse = GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsResponses[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsResponses];
2125
+
2126
+ export type PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsData = {
2127
+ body?: SocialReactionCreateDtoWritable;
2128
+ headers?: {
2129
+ 'x-api-version'?: string;
2130
+ };
2131
+ path: {
2132
+ socialPostId: string;
2133
+ };
2134
+ query: {
2135
+ socialProfileId: string;
2136
+ 'api-version'?: string;
2137
+ };
2138
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Reactions';
2139
+ };
2140
+
2141
+ export type PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsErrors = {
2142
+ /**
2143
+ * Unauthorized
2144
+ */
2145
+ 401: ErrorEnvelopeReadable;
2146
+ /**
2147
+ * Forbidden
2148
+ */
2149
+ 403: ErrorEnvelopeReadable;
2150
+ };
2151
+
2152
+ export type PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsError = PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsErrors[keyof PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsErrors];
2153
+
2154
+ export type PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsResponses = {
2155
+ /**
2156
+ * Created
2157
+ */
2158
+ 201: SocialReactionDtoEnvelopeReadable;
2159
+ };
2160
+
2161
+ export type PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsResponse = PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsResponses[keyof PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsResponses];
2162
+
2163
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountData = {
2164
+ body?: never;
2165
+ headers?: {
2166
+ 'x-api-version'?: string;
2167
+ };
2168
+ path: {
2169
+ socialPostId: string;
2170
+ };
2171
+ query: {
2172
+ socialProfileId: string;
2173
+ 'api-version'?: string;
2174
+ };
2175
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Reactions/Count';
2176
+ };
2177
+
2178
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountErrors = {
2179
+ /**
2180
+ * Unauthorized
2181
+ */
2182
+ 401: ErrorEnvelopeReadable;
2183
+ /**
2184
+ * Forbidden
2185
+ */
2186
+ 403: ErrorEnvelopeReadable;
2187
+ };
2188
+
2189
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountError = GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountErrors[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountErrors];
2190
+
2191
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountResponses = {
2192
+ /**
2193
+ * OK
2194
+ */
2195
+ 200: Int32EnvelopeReadable;
2196
+ };
2197
+
2198
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountResponse = GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountResponses[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountResponses];
2199
+
2200
+ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdData = {
2201
+ body?: never;
2202
+ headers?: {
2203
+ 'x-api-version'?: string;
2204
+ };
2205
+ path: {
2206
+ socialPostId: string;
2207
+ reactionId: string;
2208
+ };
2209
+ query: {
2210
+ socialProfileId: string;
2211
+ 'api-version'?: string;
2212
+ };
2213
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Reactions/{reactionId}';
2214
+ };
2215
+
2216
+ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdErrors = {
2217
+ /**
2218
+ * Unauthorized
2219
+ */
2220
+ 401: ErrorEnvelopeReadable;
2221
+ /**
2222
+ * Forbidden
2223
+ */
2224
+ 403: ErrorEnvelopeReadable;
2225
+ };
2226
+
2227
+ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdError = DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdErrors[keyof DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdErrors];
2228
+
2229
+ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdResponses = {
2230
+ /**
2231
+ * OK
2232
+ */
2233
+ 200: EmptyEnvelopeReadable;
2234
+ };
2235
+
2236
+ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdResponse = DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdResponses[keyof DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdResponses];
2237
+
2238
+ export type GetSocialPostReactionAsyncData = {
2239
+ body?: never;
2240
+ headers?: {
2241
+ 'x-api-version'?: string;
2242
+ };
2243
+ path: {
2244
+ socialPostId: string;
2245
+ reactionId: string;
2246
+ };
2247
+ query?: {
2248
+ 'api-version'?: string;
2249
+ };
2250
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Reactions/{reactionId}';
2251
+ };
2252
+
2253
+ export type GetSocialPostReactionAsyncErrors = {
2254
+ /**
2255
+ * Unauthorized
2256
+ */
2257
+ 401: ErrorEnvelopeReadable;
2258
+ /**
2259
+ * Forbidden
2260
+ */
2261
+ 403: ErrorEnvelopeReadable;
2262
+ };
2263
+
2264
+ export type GetSocialPostReactionAsyncError = GetSocialPostReactionAsyncErrors[keyof GetSocialPostReactionAsyncErrors];
2265
+
2266
+ export type GetSocialPostReactionAsyncResponses = {
2267
+ /**
2268
+ * OK
2269
+ */
2270
+ 200: SocialReactionDtoEnvelopeReadable;
2271
+ };
2272
+
2273
+ export type GetSocialPostReactionAsyncResponse = GetSocialPostReactionAsyncResponses[keyof GetSocialPostReactionAsyncResponses];
2274
+
2275
+ export type PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdData = {
2276
+ body?: SocialReactionUpdateDto;
2277
+ headers?: {
2278
+ 'x-api-version'?: string;
2279
+ };
2280
+ path: {
2281
+ socialPostId: string;
2282
+ reactionId: string;
2283
+ };
2284
+ query: {
2285
+ socialProfileId: string;
2286
+ 'api-version'?: string;
2287
+ };
2288
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Reactions/{reactionId}';
2289
+ };
2290
+
2291
+ export type PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdErrors = {
2292
+ /**
2293
+ * Unauthorized
2294
+ */
2295
+ 401: ErrorEnvelopeReadable;
2296
+ /**
2297
+ * Forbidden
2298
+ */
2299
+ 403: ErrorEnvelopeReadable;
2300
+ };
2301
+
2302
+ export type PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdError = PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdErrors[keyof PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdErrors];
2303
+
2304
+ export type PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdResponses = {
2305
+ /**
2306
+ * OK
2307
+ */
2308
+ 200: EmptyEnvelopeReadable;
2309
+ };
2310
+
2311
+ export type PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdResponse = PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdResponses[keyof PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdResponses];
2312
+
2313
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsData = {
2314
+ body?: never;
2315
+ headers?: {
2316
+ 'x-api-version'?: string;
2317
+ };
2318
+ path: {
2319
+ socialPostId: string;
2320
+ };
2321
+ query: {
2322
+ socialProfileId: string;
2323
+ 'api-version'?: string;
2324
+ };
2325
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Comments';
2326
+ };
2327
+
2328
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsErrors = {
2329
+ /**
2330
+ * Unauthorized
2331
+ */
2332
+ 401: ErrorEnvelopeReadable;
2333
+ /**
2334
+ * Forbidden
2335
+ */
2336
+ 403: ErrorEnvelopeReadable;
2337
+ };
2338
+
2339
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsError = GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsErrors[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsErrors];
2340
+
2341
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsResponses = {
2342
+ /**
2343
+ * OK
2344
+ */
2345
+ 200: SocialPostCommentDtoListEnvelopeReadable;
2346
+ };
2347
+
2348
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsResponse = GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsResponses[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsResponses];
2349
+
2350
+ export type PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsData = {
2351
+ body?: SocialPostCommentCreateDtoWritable;
2352
+ headers?: {
2353
+ 'x-api-version'?: string;
2354
+ };
2355
+ path: {
2356
+ socialPostId: string;
2357
+ };
2358
+ query: {
2359
+ socialProfileId: string;
2360
+ 'api-version'?: string;
2361
+ };
2362
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Comments';
2363
+ };
2364
+
2365
+ export type PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsErrors = {
2366
+ /**
2367
+ * Unauthorized
2368
+ */
2369
+ 401: ErrorEnvelopeReadable;
2370
+ /**
2371
+ * Forbidden
2372
+ */
2373
+ 403: ErrorEnvelopeReadable;
2374
+ };
2375
+
2376
+ export type PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsError = PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsErrors[keyof PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsErrors];
2377
+
2378
+ export type PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsResponses = {
2379
+ /**
2380
+ * Created
2381
+ */
2382
+ 201: EmptyEnvelopeReadable;
2383
+ };
2384
+
2385
+ export type PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsResponse = PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsResponses[keyof PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsResponses];
2386
+
2387
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountData = {
2388
+ body?: never;
2389
+ headers?: {
2390
+ 'x-api-version'?: string;
2391
+ };
2392
+ path: {
2393
+ socialPostId: string;
2394
+ };
2395
+ query: {
2396
+ socialProfileId: string;
2397
+ 'api-version'?: string;
2398
+ };
2399
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Comments/Count';
2400
+ };
2401
+
2402
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountErrors = {
2403
+ /**
2404
+ * Unauthorized
2405
+ */
2406
+ 401: ErrorEnvelopeReadable;
2407
+ /**
2408
+ * Forbidden
2409
+ */
2410
+ 403: ErrorEnvelopeReadable;
2411
+ };
2412
+
2413
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountError = GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountErrors[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountErrors];
2414
+
2415
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountResponses = {
2416
+ /**
2417
+ * OK
2418
+ */
2419
+ 200: Int32EnvelopeReadable;
2420
+ };
2421
+
2422
+ export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountResponse = GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountResponses[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountResponses];
2423
+
2424
+ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdData = {
2425
+ body?: never;
2426
+ headers?: {
2427
+ 'x-api-version'?: string;
2428
+ };
2429
+ path: {
2430
+ socialPostId: string;
2431
+ commentId: string;
2432
+ };
2433
+ query: {
2434
+ socialProfileId: string;
2435
+ 'api-version'?: string;
2436
+ };
2437
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Comments/{commentId}';
2438
+ };
2439
+
2440
+ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdErrors = {
2441
+ /**
2442
+ * Unauthorized
2443
+ */
2444
+ 401: ErrorEnvelopeReadable;
2445
+ /**
2446
+ * Forbidden
2447
+ */
2448
+ 403: ErrorEnvelopeReadable;
2449
+ };
2450
+
2451
+ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdError = DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdErrors[keyof DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdErrors];
2452
+
2453
+ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdResponses = {
2454
+ /**
2455
+ * OK
2456
+ */
2457
+ 200: EmptyEnvelopeReadable;
2458
+ };
2459
+
2460
+ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdResponse = DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdResponses[keyof DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdResponses];
2461
+
2462
+ export type GetSocialPostCommentAsyncData = {
2463
+ body?: never;
2464
+ headers?: {
2465
+ 'x-api-version'?: string;
2466
+ };
2467
+ path: {
2468
+ socialPostId: string;
2469
+ commentId: string;
2470
+ };
2471
+ query: {
2472
+ socialProfileId: string;
2473
+ 'api-version'?: string;
2474
+ };
2475
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Comments/{commentId}';
2476
+ };
2477
+
2478
+ export type GetSocialPostCommentAsyncErrors = {
2479
+ /**
2480
+ * Unauthorized
2481
+ */
2482
+ 401: ErrorEnvelopeReadable;
2483
+ /**
2484
+ * Forbidden
2485
+ */
2486
+ 403: ErrorEnvelopeReadable;
2487
+ };
2488
+
2489
+ export type GetSocialPostCommentAsyncError = GetSocialPostCommentAsyncErrors[keyof GetSocialPostCommentAsyncErrors];
2490
+
2491
+ export type GetSocialPostCommentAsyncResponses = {
2492
+ /**
2493
+ * OK
2494
+ */
2495
+ 200: SocialPostCommentDtoEnvelopeReadable;
2496
+ };
2497
+
2498
+ export type GetSocialPostCommentAsyncResponse = GetSocialPostCommentAsyncResponses[keyof GetSocialPostCommentAsyncResponses];
2499
+
2500
+ export type PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdData = {
2501
+ body?: SocialPostCommentUpdateDto;
2502
+ headers?: {
2503
+ 'x-api-version'?: string;
2504
+ };
2505
+ path: {
2506
+ socialPostId: string;
2507
+ commentId: string;
2508
+ };
2509
+ query: {
2510
+ socialProfileId: string;
2511
+ 'api-version'?: string;
2512
+ };
2513
+ url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Comments/{commentId}';
2514
+ };
2515
+
2516
+ export type PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdErrors = {
2517
+ /**
2518
+ * Unauthorized
2519
+ */
2520
+ 401: ErrorEnvelopeReadable;
2521
+ /**
2522
+ * Forbidden
2523
+ */
2524
+ 403: ErrorEnvelopeReadable;
2525
+ };
2526
+
2527
+ export type PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdError = PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdErrors[keyof PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdErrors];
2528
+
2529
+ export type PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdResponses = {
2530
+ /**
2531
+ * OK
2532
+ */
2533
+ 200: EmptyEnvelopeReadable;
2534
+ };
2535
+
2536
+ export type PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdResponse = PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdResponses[keyof PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdResponses];
2537
+
2538
+ export type GetSocialProfilesAsyncData = {
2539
+ body?: never;
2540
+ headers?: {
2541
+ 'x-api-version'?: string;
2542
+ };
2543
+ path?: never;
2544
+ query?: {
2545
+ 'api-version'?: string;
2546
+ };
2547
+ url: '/api/v2/SocialService/SocialProfiles';
2548
+ };
2549
+
2550
+ export type GetSocialProfilesAsyncErrors = {
2551
+ /**
2552
+ * Unauthorized
2553
+ */
2554
+ 401: ErrorEnvelopeReadable;
2555
+ /**
2556
+ * Forbidden
2557
+ */
2558
+ 403: ErrorEnvelopeReadable;
2559
+ };
2560
+
2561
+ export type GetSocialProfilesAsyncError = GetSocialProfilesAsyncErrors[keyof GetSocialProfilesAsyncErrors];
2562
+
2563
+ export type GetSocialProfilesAsyncResponses = {
2564
+ /**
2565
+ * OK
2566
+ */
2567
+ 200: SocialProfileDtoListEnvelopeReadable;
2568
+ };
2569
+
2570
+ export type GetSocialProfilesAsyncResponse = GetSocialProfilesAsyncResponses[keyof GetSocialProfilesAsyncResponses];
2571
+
2572
+ export type CountSocialProfilesAsyncData = {
2573
+ body?: never;
2574
+ headers?: {
2575
+ 'x-api-version'?: string;
2576
+ };
2577
+ path?: never;
2578
+ query?: {
2579
+ 'api-version'?: string;
2580
+ };
2581
+ url: '/api/v2/SocialService/SocialProfiles/Count';
2582
+ };
2583
+
2584
+ export type CountSocialProfilesAsyncErrors = {
2585
+ /**
2586
+ * Unauthorized
2587
+ */
2588
+ 401: ErrorEnvelopeReadable;
2589
+ /**
2590
+ * Forbidden
2591
+ */
2592
+ 403: ErrorEnvelopeReadable;
2593
+ };
2594
+
2595
+ export type CountSocialProfilesAsyncError = CountSocialProfilesAsyncErrors[keyof CountSocialProfilesAsyncErrors];
2596
+
2597
+ export type CountSocialProfilesAsyncResponses = {
2598
+ /**
2599
+ * OK
2600
+ */
2601
+ 200: Int32EnvelopeReadable;
2602
+ };
2603
+
2604
+ export type CountSocialProfilesAsyncResponse = CountSocialProfilesAsyncResponses[keyof CountSocialProfilesAsyncResponses];
2605
+
2606
+ export type GetSocialProfileAsyncData = {
2607
+ body?: never;
2608
+ headers?: {
2609
+ 'x-api-version'?: string;
2610
+ };
2611
+ path: {
2612
+ socialProfileId: string;
2613
+ };
2614
+ query?: {
2615
+ 'api-version'?: string;
2616
+ };
2617
+ url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}';
2618
+ };
2619
+
2620
+ export type GetSocialProfileAsyncErrors = {
2621
+ /**
2622
+ * Unauthorized
2623
+ */
2624
+ 401: ErrorEnvelopeReadable;
2625
+ /**
2626
+ * Forbidden
2627
+ */
2628
+ 403: ErrorEnvelopeReadable;
2629
+ };
2630
+
2631
+ export type GetSocialProfileAsyncError = GetSocialProfileAsyncErrors[keyof GetSocialProfileAsyncErrors];
2632
+
2633
+ export type GetSocialProfileAsyncResponses = {
2634
+ /**
2635
+ * OK
2636
+ */
2637
+ 200: SocialProfileDtoEnvelopeReadable;
2638
+ };
2639
+
2640
+ export type GetSocialProfileAsyncResponse = GetSocialProfileAsyncResponses[keyof GetSocialProfileAsyncResponses];
2641
+
2642
+ export type GetFollowersAsyncData = {
2643
+ body?: never;
2644
+ headers?: {
2645
+ 'x-api-version'?: string;
2646
+ };
2647
+ path: {
2648
+ socialProfileId: string;
2649
+ };
2650
+ query?: {
2651
+ 'api-version'?: string;
2652
+ };
2653
+ url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Followers';
2654
+ };
2655
+
2656
+ export type GetFollowersAsyncErrors = {
2657
+ /**
2658
+ * Unauthorized
2659
+ */
2660
+ 401: ErrorEnvelopeReadable;
2661
+ /**
2662
+ * Forbidden
2663
+ */
2664
+ 403: ErrorEnvelopeReadable;
2665
+ };
2666
+
2667
+ export type GetFollowersAsyncError = GetFollowersAsyncErrors[keyof GetFollowersAsyncErrors];
2668
+
2669
+ export type GetFollowersAsyncResponses = {
2670
+ /**
2671
+ * OK
2672
+ */
2673
+ 200: FollowRecordDtoListEnvelopeReadable;
2674
+ };
2675
+
2676
+ export type GetFollowersAsyncResponse = GetFollowersAsyncResponses[keyof GetFollowersAsyncResponses];
2677
+
2678
+ export type CountFollowersAsyncData = {
2679
+ body?: never;
2680
+ headers?: {
2681
+ 'x-api-version'?: string;
2682
+ };
2683
+ path: {
2684
+ socialProfileId: string;
2685
+ };
2686
+ query?: {
2687
+ 'api-version'?: string;
2688
+ };
2689
+ url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Followers/Count';
2690
+ };
2691
+
2692
+ export type CountFollowersAsyncErrors = {
2693
+ /**
2694
+ * Unauthorized
2695
+ */
2696
+ 401: ErrorEnvelopeReadable;
2697
+ /**
2698
+ * Forbidden
2699
+ */
2700
+ 403: ErrorEnvelopeReadable;
2701
+ };
2702
+
2703
+ export type CountFollowersAsyncError = CountFollowersAsyncErrors[keyof CountFollowersAsyncErrors];
2704
+
2705
+ export type CountFollowersAsyncResponses = {
2706
+ /**
2707
+ * OK
2708
+ */
2709
+ 200: Int32EnvelopeReadable;
2710
+ };
2711
+
2712
+ export type CountFollowersAsyncResponse = CountFollowersAsyncResponses[keyof CountFollowersAsyncResponses];
2713
+
2714
+ export type GetFollowersAsync2Data = {
2715
+ body?: never;
2716
+ headers?: {
2717
+ 'x-api-version'?: string;
2718
+ };
2719
+ path: {
2720
+ socialProfileId: string;
2721
+ };
2722
+ query?: {
2723
+ 'api-version'?: string;
2724
+ };
2725
+ url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Followers/Profiles';
2726
+ };
2727
+
2728
+ export type GetFollowersAsync2Errors = {
2729
+ /**
2730
+ * Unauthorized
2731
+ */
2732
+ 401: ErrorEnvelopeReadable;
2733
+ /**
2734
+ * Forbidden
2735
+ */
2736
+ 403: ErrorEnvelopeReadable;
2737
+ };
2738
+
2739
+ export type GetFollowersAsync2Error = GetFollowersAsync2Errors[keyof GetFollowersAsync2Errors];
2740
+
2741
+ export type GetFollowersAsync2Responses = {
2742
+ /**
2743
+ * OK
2744
+ */
2745
+ 200: SocialProfileDtoListEnvelopeReadable;
2746
+ };
2747
+
2748
+ export type GetFollowersAsync2Response = GetFollowersAsync2Responses[keyof GetFollowersAsync2Responses];
2749
+
2750
+ export type CountFollowersAsync2Data = {
2751
+ body?: never;
2752
+ headers?: {
2753
+ 'x-api-version'?: string;
2754
+ };
2755
+ path: {
2756
+ socialProfileId: string;
2757
+ };
2758
+ query?: {
2759
+ 'api-version'?: string;
2760
+ };
2761
+ url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Followers/Profiles/Count';
2762
+ };
2763
+
2764
+ export type CountFollowersAsync2Errors = {
2765
+ /**
2766
+ * Unauthorized
2767
+ */
2768
+ 401: ErrorEnvelopeReadable;
2769
+ /**
2770
+ * Forbidden
2771
+ */
2772
+ 403: ErrorEnvelopeReadable;
2773
+ };
2774
+
2775
+ export type CountFollowersAsync2Error = CountFollowersAsync2Errors[keyof CountFollowersAsync2Errors];
2776
+
2777
+ export type CountFollowersAsync2Responses = {
2778
+ /**
2779
+ * OK
2780
+ */
2781
+ 200: Int32EnvelopeReadable;
2782
+ };
2783
+
2784
+ export type CountFollowersAsync2Response = CountFollowersAsync2Responses[keyof CountFollowersAsync2Responses];
2785
+
2786
+ export type GetFollowsAsyncData = {
2787
+ body?: never;
2788
+ headers?: {
2789
+ 'x-api-version'?: string;
2790
+ };
2791
+ path: {
2792
+ socialProfileId: string;
2793
+ };
2794
+ query?: {
2795
+ 'api-version'?: string;
2796
+ };
2797
+ url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows';
2798
+ };
2799
+
2800
+ export type GetFollowsAsyncErrors = {
2801
+ /**
2802
+ * Unauthorized
2803
+ */
2804
+ 401: ErrorEnvelopeReadable;
2805
+ /**
2806
+ * Forbidden
2807
+ */
2808
+ 403: ErrorEnvelopeReadable;
2809
+ };
2810
+
2811
+ export type GetFollowsAsyncError = GetFollowsAsyncErrors[keyof GetFollowsAsyncErrors];
2812
+
2813
+ export type GetFollowsAsyncResponses = {
2814
+ /**
2815
+ * OK
2816
+ */
2817
+ 200: FollowRecordDtoListEnvelopeReadable;
2818
+ };
2819
+
2820
+ export type GetFollowsAsyncResponse = GetFollowsAsyncResponses[keyof GetFollowsAsyncResponses];
2821
+
2822
+ export type CountFollowsAsyncData = {
2823
+ body?: never;
2824
+ headers?: {
2825
+ 'x-api-version'?: string;
2826
+ };
2827
+ path: {
2828
+ socialProfileId: string;
2829
+ };
2830
+ query?: {
2831
+ 'api-version'?: string;
2832
+ };
2833
+ url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows/Count';
2834
+ };
2835
+
2836
+ export type CountFollowsAsyncErrors = {
2837
+ /**
2838
+ * Unauthorized
2839
+ */
2840
+ 401: ErrorEnvelopeReadable;
2841
+ /**
2842
+ * Forbidden
2843
+ */
2844
+ 403: ErrorEnvelopeReadable;
2845
+ };
2846
+
2847
+ export type CountFollowsAsyncError = CountFollowsAsyncErrors[keyof CountFollowsAsyncErrors];
2848
+
2849
+ export type CountFollowsAsyncResponses = {
2850
+ /**
2851
+ * OK
2852
+ */
2853
+ 200: Int32EnvelopeReadable;
2854
+ };
2855
+
2856
+ export type CountFollowsAsyncResponse = CountFollowsAsyncResponses[keyof CountFollowsAsyncResponses];
2857
+
2858
+ export type GetFollowsAsync2Data = {
2859
+ body?: never;
2860
+ headers?: {
2861
+ 'x-api-version'?: string;
2862
+ };
2863
+ path: {
2864
+ socialProfileId: string;
2865
+ };
2866
+ query?: {
2867
+ 'api-version'?: string;
2868
+ };
2869
+ url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows/Profiles';
2870
+ };
2871
+
2872
+ export type GetFollowsAsync2Errors = {
2873
+ /**
2874
+ * Unauthorized
2875
+ */
2876
+ 401: ErrorEnvelopeReadable;
2877
+ /**
2878
+ * Forbidden
2879
+ */
2880
+ 403: ErrorEnvelopeReadable;
2881
+ };
2882
+
2883
+ export type GetFollowsAsync2Error = GetFollowsAsync2Errors[keyof GetFollowsAsync2Errors];
2884
+
2885
+ export type GetFollowsAsync2Responses = {
2886
+ /**
2887
+ * OK
2888
+ */
2889
+ 200: SocialProfileDtoListEnvelopeReadable;
2890
+ };
2891
+
2892
+ export type GetFollowsAsync2Response = GetFollowsAsync2Responses[keyof GetFollowsAsync2Responses];
2893
+
2894
+ export type CountFollowsAsync2Data = {
2895
+ body?: never;
2896
+ headers?: {
2897
+ 'x-api-version'?: string;
2898
+ };
2899
+ path: {
2900
+ socialProfileId: string;
2901
+ };
2902
+ query?: {
2903
+ 'api-version'?: string;
2904
+ };
2905
+ url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows/Profiles/Count';
2906
+ };
2907
+
2908
+ export type CountFollowsAsync2Errors = {
2909
+ /**
2910
+ * Unauthorized
2911
+ */
2912
+ 401: ErrorEnvelopeReadable;
2913
+ /**
2914
+ * Forbidden
2915
+ */
2916
+ 403: ErrorEnvelopeReadable;
2917
+ };
2918
+
2919
+ export type CountFollowsAsync2Error = CountFollowsAsync2Errors[keyof CountFollowsAsync2Errors];
2920
+
2921
+ export type CountFollowsAsync2Responses = {
2922
+ /**
2923
+ * OK
2924
+ */
2925
+ 200: Int32EnvelopeReadable;
2926
+ };
2927
+
2928
+ export type CountFollowsAsync2Response = CountFollowsAsync2Responses[keyof CountFollowsAsync2Responses];
2929
+
2930
+ export type UnfollowAsyncData = {
2931
+ body?: never;
2932
+ headers?: {
2933
+ 'x-api-version'?: string;
2934
+ };
2935
+ path: {
2936
+ socialProfileId: string;
2937
+ followedSocialProfileId: string;
2938
+ };
2939
+ query?: {
2940
+ 'api-version'?: string;
2941
+ };
2942
+ url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows/{followedSocialProfileId}';
2943
+ };
2944
+
2945
+ export type UnfollowAsyncErrors = {
2946
+ /**
2947
+ * Unauthorized
2948
+ */
2949
+ 401: ErrorEnvelopeReadable;
2950
+ /**
2951
+ * Forbidden
2952
+ */
2953
+ 403: ErrorEnvelopeReadable;
2954
+ };
2955
+
2956
+ export type UnfollowAsyncError = UnfollowAsyncErrors[keyof UnfollowAsyncErrors];
2957
+
2958
+ export type UnfollowAsyncResponses = {
2959
+ /**
2960
+ * OK
2961
+ */
2962
+ 200: EmptyEnvelopeReadable;
2963
+ };
2964
+
2965
+ export type UnfollowAsyncResponse = UnfollowAsyncResponses[keyof UnfollowAsyncResponses];
2966
+
2967
+ export type FollowExistsAsyncData = {
2968
+ body?: never;
2969
+ headers?: {
2970
+ 'x-api-version'?: string;
2971
+ };
2972
+ path: {
2973
+ socialProfileId: string;
2974
+ followedSocialProfileId: string;
2975
+ };
2976
+ query?: {
2977
+ 'api-version'?: string;
2978
+ };
2979
+ url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows/{followedSocialProfileId}';
2980
+ };
2981
+
2982
+ export type FollowExistsAsyncErrors = {
2983
+ /**
2984
+ * Unauthorized
2985
+ */
2986
+ 401: ErrorEnvelopeReadable;
2987
+ /**
2988
+ * Forbidden
2989
+ */
2990
+ 403: ErrorEnvelopeReadable;
2991
+ };
2992
+
2993
+ export type FollowExistsAsyncError = FollowExistsAsyncErrors[keyof FollowExistsAsyncErrors];
2994
+
2995
+ export type FollowExistsAsyncResponses = {
2996
+ /**
2997
+ * OK
2998
+ */
2999
+ 200: BooleanEnvelopeReadable;
3000
+ };
3001
+
3002
+ export type FollowExistsAsyncResponse = FollowExistsAsyncResponses[keyof FollowExistsAsyncResponses];
3003
+
3004
+ export type FollowAsyncData = {
3005
+ body?: never;
3006
+ headers?: {
3007
+ 'x-api-version'?: string;
3008
+ };
3009
+ path: {
3010
+ socialProfileId: string;
3011
+ followedSocialProfileId: string;
3012
+ };
3013
+ query?: {
3014
+ 'api-version'?: string;
3015
+ };
3016
+ url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows/{followedSocialProfileId}';
3017
+ };
3018
+
3019
+ export type FollowAsyncErrors = {
3020
+ /**
3021
+ * Unauthorized
3022
+ */
3023
+ 401: ErrorEnvelopeReadable;
3024
+ /**
3025
+ * Forbidden
3026
+ */
3027
+ 403: ErrorEnvelopeReadable;
3028
+ };
3029
+
3030
+ export type FollowAsyncError = FollowAsyncErrors[keyof FollowAsyncErrors];
3031
+
3032
+ export type FollowAsyncResponses = {
3033
+ /**
3034
+ * OK
3035
+ */
3036
+ 200: EmptyEnvelopeReadable;
3037
+ };
3038
+
3039
+ export type FollowAsyncResponse = FollowAsyncResponses[keyof FollowAsyncResponses];
3040
+
3041
+ export type GetNotificationsAsyncData = {
3042
+ body?: never;
3043
+ headers?: {
3044
+ 'x-api-version'?: string;
3045
+ };
3046
+ path: {
3047
+ socialProfileId: string;
3048
+ };
3049
+ query?: {
3050
+ 'api-version'?: string;
3051
+ };
3052
+ url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Notifications';
3053
+ };
3054
+
3055
+ export type GetNotificationsAsyncErrors = {
3056
+ /**
3057
+ * Unauthorized
3058
+ */
3059
+ 401: ErrorEnvelopeReadable;
3060
+ /**
3061
+ * Forbidden
3062
+ */
3063
+ 403: ErrorEnvelopeReadable;
3064
+ };
3065
+
3066
+ export type GetNotificationsAsyncError = GetNotificationsAsyncErrors[keyof GetNotificationsAsyncErrors];
3067
+
3068
+ export type GetNotificationsAsyncResponses = {
3069
+ /**
3070
+ * OK
3071
+ */
3072
+ 200: NotificationDtoListEnvelopeReadable;
3073
+ };
3074
+
3075
+ export type GetNotificationsAsyncResponse = GetNotificationsAsyncResponses[keyof GetNotificationsAsyncResponses];
3076
+
3077
+ export type CountNotificationsAsyncData = {
3078
+ body?: never;
3079
+ headers?: {
3080
+ 'x-api-version'?: string;
3081
+ };
3082
+ path: {
3083
+ socialProfileId: string;
3084
+ };
3085
+ query?: {
3086
+ 'api-version'?: string;
3087
+ };
3088
+ url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Notifications/Count';
3089
+ };
3090
+
3091
+ export type CountNotificationsAsyncErrors = {
3092
+ /**
3093
+ * Unauthorized
3094
+ */
3095
+ 401: ErrorEnvelopeReadable;
3096
+ /**
3097
+ * Forbidden
3098
+ */
3099
+ 403: ErrorEnvelopeReadable;
3100
+ };
3101
+
3102
+ export type CountNotificationsAsyncError = CountNotificationsAsyncErrors[keyof CountNotificationsAsyncErrors];
3103
+
3104
+ export type CountNotificationsAsyncResponses = {
3105
+ /**
3106
+ * OK
3107
+ */
3108
+ 200: Int32EnvelopeReadable;
3109
+ };
3110
+
3111
+ export type CountNotificationsAsyncResponse = CountNotificationsAsyncResponses[keyof CountNotificationsAsyncResponses];
3112
+
3113
+ export type GetConversationsAsyncData = {
3114
+ body?: never;
3115
+ headers?: {
3116
+ 'x-api-version'?: string;
3117
+ };
3118
+ path: {
3119
+ socialProfileId: string;
3120
+ };
3121
+ query?: {
3122
+ 'api-version'?: string;
3123
+ };
3124
+ url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Conversations';
3125
+ };
3126
+
3127
+ export type GetConversationsAsyncErrors = {
3128
+ /**
3129
+ * Unauthorized
3130
+ */
3131
+ 401: ErrorEnvelopeReadable;
3132
+ /**
3133
+ * Forbidden
3134
+ */
3135
+ 403: ErrorEnvelopeReadable;
3136
+ };
3137
+
3138
+ export type GetConversationsAsyncError = GetConversationsAsyncErrors[keyof GetConversationsAsyncErrors];
3139
+
3140
+ export type GetConversationsAsyncResponses = {
3141
+ /**
3142
+ * OK
3143
+ */
3144
+ 200: ConversationDtoListEnvelopeReadable;
3145
+ };
3146
+
3147
+ export type GetConversationsAsyncResponse = GetConversationsAsyncResponses[keyof GetConversationsAsyncResponses];
3148
+
3149
+ export type CreateConversationAsyncData = {
3150
+ body?: ConversationCreateDtoWritable;
3151
+ headers?: {
3152
+ 'x-api-version'?: string;
3153
+ };
3154
+ path: {
3155
+ socialProfileId: string;
3156
+ };
3157
+ query?: {
3158
+ 'api-version'?: string;
3159
+ };
3160
+ url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Conversations';
3161
+ };
3162
+
3163
+ export type CreateConversationAsyncErrors = {
3164
+ /**
3165
+ * Unauthorized
3166
+ */
3167
+ 401: ErrorEnvelopeReadable;
3168
+ /**
3169
+ * Forbidden
3170
+ */
3171
+ 403: ErrorEnvelopeReadable;
3172
+ };
3173
+
3174
+ export type CreateConversationAsyncError = CreateConversationAsyncErrors[keyof CreateConversationAsyncErrors];
3175
+
3176
+ export type CreateConversationAsyncResponses = {
3177
+ /**
3178
+ * OK
3179
+ */
3180
+ 200: EmptyEnvelopeReadable;
3181
+ };
3182
+
3183
+ export type CreateConversationAsyncResponse = CreateConversationAsyncResponses[keyof CreateConversationAsyncResponses];
3184
+
3185
+ export type CountConversationsAsyncData = {
3186
+ body?: never;
3187
+ headers?: {
3188
+ 'x-api-version'?: string;
3189
+ };
3190
+ path: {
3191
+ socialProfileId: string;
3192
+ };
3193
+ query?: {
3194
+ 'api-version'?: string;
3195
+ };
3196
+ url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Conversations/Count';
3197
+ };
3198
+
3199
+ export type CountConversationsAsyncErrors = {
3200
+ /**
3201
+ * Unauthorized
3202
+ */
3203
+ 401: ErrorEnvelopeReadable;
3204
+ /**
3205
+ * Forbidden
3206
+ */
3207
+ 403: ErrorEnvelopeReadable;
3208
+ };
3209
+
3210
+ export type CountConversationsAsyncError = CountConversationsAsyncErrors[keyof CountConversationsAsyncErrors];
3211
+
3212
+ export type CountConversationsAsyncResponses = {
3213
+ /**
3214
+ * OK
3215
+ */
3216
+ 200: Int32EnvelopeReadable;
3217
+ };
3218
+
3219
+ export type CountConversationsAsyncResponse = CountConversationsAsyncResponses[keyof CountConversationsAsyncResponses];
3220
+
3221
+ export type GetMessagesAsyncData = {
3222
+ body?: never;
3223
+ headers?: {
3224
+ 'x-api-version'?: string;
3225
+ };
3226
+ path: {
3227
+ conversationId: string;
3228
+ };
3229
+ query?: {
3230
+ 'api-version'?: string;
3231
+ };
3232
+ url: '/api/v2/SocialService/SocialProfiles/{conversationId}/Messages';
3233
+ };
3234
+
3235
+ export type GetMessagesAsyncErrors = {
3236
+ /**
3237
+ * Unauthorized
3238
+ */
3239
+ 401: ErrorEnvelopeReadable;
3240
+ /**
3241
+ * Forbidden
3242
+ */
3243
+ 403: ErrorEnvelopeReadable;
3244
+ };
3245
+
3246
+ export type GetMessagesAsyncError = GetMessagesAsyncErrors[keyof GetMessagesAsyncErrors];
3247
+
3248
+ export type GetMessagesAsyncResponses = {
3249
+ /**
3250
+ * OK
3251
+ */
3252
+ 200: PrivateMessageDtoListEnvelopeReadable;
3253
+ };
3254
+
3255
+ export type GetMessagesAsyncResponse = GetMessagesAsyncResponses[keyof GetMessagesAsyncResponses];
3256
+
3257
+ export type CreateMessageAsyncData = {
3258
+ body?: PrivateMessageCreateDtoWritable;
3259
+ headers?: {
3260
+ 'x-api-version'?: string;
3261
+ };
3262
+ path: {
3263
+ conversationId: string;
3264
+ };
3265
+ query: {
3266
+ socialProfileId: string;
3267
+ 'api-version'?: string;
3268
+ };
3269
+ url: '/api/v2/SocialService/SocialProfiles/{conversationId}/Messages';
3270
+ };
3271
+
3272
+ export type CreateMessageAsyncErrors = {
3273
+ /**
3274
+ * Unauthorized
3275
+ */
3276
+ 401: ErrorEnvelopeReadable;
3277
+ /**
3278
+ * Forbidden
3279
+ */
3280
+ 403: ErrorEnvelopeReadable;
3281
+ };
3282
+
3283
+ export type CreateMessageAsyncError = CreateMessageAsyncErrors[keyof CreateMessageAsyncErrors];
3284
+
3285
+ export type CreateMessageAsyncResponses = {
3286
+ /**
3287
+ * OK
3288
+ */
3289
+ 200: EmptyEnvelopeReadable;
3290
+ };
3291
+
3292
+ export type CreateMessageAsyncResponse = CreateMessageAsyncResponses[keyof CreateMessageAsyncResponses];
3293
+
3294
+ export type CountMessagesAsyncData = {
3295
+ body?: never;
3296
+ headers?: {
3297
+ 'x-api-version'?: string;
3298
+ };
3299
+ path: {
3300
+ conversationId: string;
3301
+ };
3302
+ query?: {
3303
+ 'api-version'?: string;
3304
+ };
3305
+ url: '/api/v2/SocialService/SocialProfiles/{conversationId}/Messages/Count';
3306
+ };
3307
+
3308
+ export type CountMessagesAsyncErrors = {
3309
+ /**
3310
+ * Unauthorized
3311
+ */
3312
+ 401: ErrorEnvelopeReadable;
3313
+ /**
3314
+ * Forbidden
3315
+ */
3316
+ 403: ErrorEnvelopeReadable;
3317
+ };
3318
+
3319
+ export type CountMessagesAsyncError = CountMessagesAsyncErrors[keyof CountMessagesAsyncErrors];
3320
+
3321
+ export type CountMessagesAsyncResponses = {
3322
+ /**
3323
+ * OK
3324
+ */
3325
+ 200: Int32EnvelopeReadable;
3326
+ };
3327
+
3328
+ export type CountMessagesAsyncResponse = CountMessagesAsyncResponses[keyof CountMessagesAsyncResponses];
3329
+
3330
+ export type DeleteMessageAsyncData = {
3331
+ body?: never;
3332
+ headers?: {
3333
+ 'x-api-version'?: string;
3334
+ };
3335
+ path: {
3336
+ conversationId: string;
3337
+ messageId: string;
3338
+ };
3339
+ query: {
3340
+ socialProfileId: string;
3341
+ 'api-version'?: string;
3342
+ };
3343
+ url: '/api/v2/SocialService/SocialProfiles/{conversationId}/Messages/{messageId}';
3344
+ };
3345
+
3346
+ export type DeleteMessageAsyncErrors = {
3347
+ /**
3348
+ * Unauthorized
3349
+ */
3350
+ 401: ErrorEnvelopeReadable;
3351
+ /**
3352
+ * Forbidden
3353
+ */
3354
+ 403: ErrorEnvelopeReadable;
3355
+ };
3356
+
3357
+ export type DeleteMessageAsyncError = DeleteMessageAsyncErrors[keyof DeleteMessageAsyncErrors];
3358
+
3359
+ export type DeleteMessageAsyncResponses = {
3360
+ /**
3361
+ * OK
3362
+ */
3363
+ 200: EmptyEnvelopeReadable;
3364
+ };
3365
+
3366
+ export type DeleteMessageAsyncResponse = DeleteMessageAsyncResponses[keyof DeleteMessageAsyncResponses];
3367
+
3368
+ export type UpdateMessageAsyncData = {
3369
+ body?: PrivateMessageUpdateDto;
3370
+ headers?: {
3371
+ 'x-api-version'?: string;
3372
+ };
3373
+ path: {
3374
+ conversationId: string;
3375
+ messageId: string;
3376
+ };
3377
+ query: {
3378
+ socialProfileId: string;
3379
+ 'api-version'?: string;
3380
+ };
3381
+ url: '/api/v2/SocialService/SocialProfiles/{conversationId}/Messages/{messageId}';
3382
+ };
3383
+
3384
+ export type UpdateMessageAsyncErrors = {
3385
+ /**
3386
+ * Unauthorized
3387
+ */
3388
+ 401: ErrorEnvelopeReadable;
3389
+ /**
3390
+ * Forbidden
3391
+ */
3392
+ 403: ErrorEnvelopeReadable;
3393
+ };
3394
+
3395
+ export type UpdateMessageAsyncError = UpdateMessageAsyncErrors[keyof UpdateMessageAsyncErrors];
3396
+
3397
+ export type UpdateMessageAsyncResponses = {
3398
+ /**
3399
+ * OK
3400
+ */
3401
+ 200: EmptyEnvelopeReadable;
3402
+ };
3403
+
3404
+ export type UpdateMessageAsyncResponse = UpdateMessageAsyncResponses[keyof UpdateMessageAsyncResponses];
3405
+
3406
+ export type ClientOptions = {
3407
+ baseUrl: 'https://localhost:44388' | (string & {});
3408
+ };