@fenixalliance/abs-api-client 1.0.16 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (553) hide show
  1. package/app/index.ts +74 -5
  2. package/clients/accountingService/sdk.gen.ts +409 -137
  3. package/clients/accountingService/types.gen.ts +678 -1006
  4. package/clients/assetsService/client.gen.ts +18 -0
  5. package/clients/assetsService/index.ts +3 -0
  6. package/clients/assetsService/sdk.gen.ts +808 -0
  7. package/clients/assetsService/types.gen.ts +2762 -0
  8. package/clients/cartService/sdk.gen.ts +181 -77
  9. package/clients/cartService/types.gen.ts +328 -198
  10. package/clients/catalogService/sdk.gen.ts +353 -121
  11. package/clients/catalogService/types.gen.ts +371 -706
  12. package/clients/contentService/sdk.gen.ts +129 -49
  13. package/clients/contentService/types.gen.ts +154 -281
  14. package/clients/crmService/sdk.gen.ts +125 -9
  15. package/clients/crmService/types.gen.ts +432 -38
  16. package/clients/dealsService/sdk.gen.ts +203 -63
  17. package/clients/dealsService/types.gen.ts +413 -273
  18. package/clients/emailTemplates/client.gen.ts +18 -0
  19. package/clients/emailTemplates/index.ts +3 -0
  20. package/clients/emailTemplates/sdk.gen.ts +142 -0
  21. package/clients/emailTemplates/types.gen.ts +354 -0
  22. package/clients/forexService/sdk.gen.ts +49 -17
  23. package/clients/forexService/types.gen.ts +68 -51
  24. package/clients/globeService/sdk.gen.ts +121 -41
  25. package/clients/globeService/types.gen.ts +100 -100
  26. package/clients/hrmsService/client.gen.ts +18 -0
  27. package/clients/hrmsService/index.ts +3 -0
  28. package/clients/hrmsService/sdk.gen.ts +438 -0
  29. package/clients/hrmsService/types.gen.ts +1498 -0
  30. package/clients/identityService/sdk.gen.ts +84 -28
  31. package/clients/identityService/types.gen.ts +65 -93
  32. package/clients/inventoryService/sdk.gen.ts +6 -2
  33. package/clients/inventoryService/types.gen.ts +2 -2
  34. package/clients/invoicingService/types.gen.ts +241 -157
  35. package/clients/learningService/sdk.gen.ts +5 -5
  36. package/clients/learningService/types.gen.ts +97 -378
  37. package/clients/locationsService/client.gen.ts +18 -0
  38. package/clients/locationsService/index.ts +3 -0
  39. package/clients/locationsService/sdk.gen.ts +290 -0
  40. package/clients/locationsService/types.gen.ts +885 -0
  41. package/clients/logisticsService/client.gen.ts +18 -0
  42. package/clients/logisticsService/index.ts +3 -0
  43. package/clients/logisticsService/sdk.gen.ts +153 -0
  44. package/clients/logisticsService/types.gen.ts +540 -0
  45. package/clients/marketingService/sdk.gen.ts +295 -99
  46. package/clients/marketingService/types.gen.ts +279 -349
  47. package/clients/marketplaceService/client.gen.ts +18 -0
  48. package/clients/marketplaceService/index.ts +3 -0
  49. package/clients/marketplaceService/sdk.gen.ts +142 -0
  50. package/clients/marketplaceService/types.gen.ts +354 -0
  51. package/clients/ordersService/types.gen.ts +184 -103
  52. package/clients/paymentsService/sdk.gen.ts +35 -13
  53. package/clients/paymentsService/types.gen.ts +46 -135
  54. package/clients/pricingService/sdk.gen.ts +153 -45
  55. package/clients/pricingService/types.gen.ts +164 -197
  56. package/clients/projectsService/sdk.gen.ts +181 -61
  57. package/clients/projectsService/types.gen.ts +170 -203
  58. package/clients/quotesService/types.gen.ts +198 -88
  59. package/clients/salesService/sdk.gen.ts +6 -2
  60. package/clients/salesService/types.gen.ts +2 -2
  61. package/clients/securityService/sdk.gen.ts +13 -13
  62. package/clients/securityService/types.gen.ts +32 -84
  63. package/clients/servicesService/client.gen.ts +18 -0
  64. package/clients/servicesService/index.ts +3 -0
  65. package/clients/servicesService/sdk.gen.ts +608 -0
  66. package/clients/servicesService/types.gen.ts +3093 -0
  67. package/clients/shipmentsService/sdk.gen.ts +7 -3
  68. package/clients/shipmentsService/types.gen.ts +5 -5
  69. package/clients/socialService/sdk.gen.ts +205 -73
  70. package/clients/socialService/types.gen.ts +190 -296
  71. package/clients/storageService/sdk.gen.ts +32 -8
  72. package/clients/storageService/types.gen.ts +21 -87
  73. package/clients/subscriptionsService/client.gen.ts +18 -0
  74. package/clients/subscriptionsService/index.ts +3 -0
  75. package/clients/subscriptionsService/sdk.gen.ts +290 -0
  76. package/clients/subscriptionsService/types.gen.ts +1435 -0
  77. package/clients/supportService/sdk.gen.ts +277 -93
  78. package/clients/supportService/types.gen.ts +257 -414
  79. package/clients/systemService/sdk.gen.ts +223 -39
  80. package/clients/systemService/types.gen.ts +454 -154
  81. package/clients/tenantsService/sdk.gen.ts +186 -60
  82. package/clients/tenantsService/types.gen.ts +507 -361
  83. package/clients/timeTrackerService/sdk.gen.ts +73 -25
  84. package/clients/timeTrackerService/types.gen.ts +62 -80
  85. package/clients/usersService/sdk.gen.ts +101 -1
  86. package/clients/usersService/types.gen.ts +352 -0
  87. package/clients/walletsService/types.gen.ts +52 -29
  88. package/package.json +4 -2
  89. package/schemas/accountingService/schema.s.ts +5580 -4955
  90. package/schemas/assetsService/schema.s.ts +3385 -0
  91. package/schemas/cartService/schema.s.ts +1478 -1190
  92. package/schemas/catalogService/schema.s.ts +3323 -2795
  93. package/schemas/contentService/schema.s.ts +1445 -1194
  94. package/schemas/crmService/schema.s.ts +657 -146
  95. package/schemas/dealsService/schema.s.ts +2243 -1842
  96. package/schemas/emailTemplates/schema.s.ts +335 -0
  97. package/schemas/forexService/schema.s.ts +343 -270
  98. package/schemas/globeService/schema.s.ts +1143 -963
  99. package/schemas/identityService/schema.s.ts +490 -364
  100. package/schemas/inventoryService/schema.s.ts +28 -19
  101. package/schemas/invoicingService/schema.s.ts +73 -0
  102. package/schemas/learningService/schema.s.ts +2 -2
  103. package/schemas/locationsService/schema.s.ts +980 -0
  104. package/schemas/logisticsService/schema.s.ts +474 -0
  105. package/schemas/marketingService/schema.s.ts +3361 -2908
  106. package/schemas/marketplaceService/schema.s.ts +335 -0
  107. package/schemas/ordersService/schema.s.ts +90 -0
  108. package/schemas/paymentsService/schema.s.ts +282 -227
  109. package/schemas/pricingService/schema.s.ts +1043 -804
  110. package/schemas/projectsService/schema.s.ts +1452 -1184
  111. package/schemas/quotesService/schema.s.ts +104 -0
  112. package/schemas/salesService/schema.s.ts +28 -19
  113. package/schemas/securityService/schema.s.ts +112 -14
  114. package/schemas/servicesService/schema.s.ts +3681 -0
  115. package/schemas/shipmentsService/schema.s.ts +43 -34
  116. package/schemas/socialService/schema.s.ts +1665 -1246
  117. package/schemas/storageService/schema.s.ts +260 -239
  118. package/schemas/subscriptionsService/schema.s.ts +1651 -0
  119. package/schemas/supportService/schema.s.ts +2420 -2039
  120. package/schemas/systemService/schema.s.ts +2107 -1479
  121. package/schemas/tenantsService/schema.s.ts +1588 -960
  122. package/schemas/timeTrackerService/schema.s.ts +550 -444
  123. package/schemas/usersService/schema.s.ts +440 -0
  124. package/schemas/walletsService/schema.s.ts +36 -0
  125. package/vite.config.js +1 -0
  126. package/wwwroot/build/bundle.js +1 -1
  127. package/clients/authService/core/ApiError.js +0 -20
  128. package/clients/authService/core/ApiError.ts +0 -25
  129. package/clients/authService/core/ApiRequestOptions.js +0 -2
  130. package/clients/authService/core/ApiRequestOptions.ts +0 -17
  131. package/clients/authService/core/ApiResult.js +0 -2
  132. package/clients/authService/core/ApiResult.ts +0 -11
  133. package/clients/authService/core/CancelablePromise.js +0 -104
  134. package/clients/authService/core/CancelablePromise.ts +0 -131
  135. package/clients/authService/core/OpenAPI.js +0 -14
  136. package/clients/authService/core/OpenAPI.ts +0 -32
  137. package/clients/authService/core/request.js +0 -294
  138. package/clients/authService/core/request.ts +0 -322
  139. package/clients/authService/index.js +0 -28
  140. package/clients/authService/index.ts +0 -48
  141. package/clients/authService/models/AccessTokenResponse.js +0 -2
  142. package/clients/authService/models/AccessTokenResponse.ts +0 -11
  143. package/clients/authService/models/AccountHolderCreateDto.js +0 -12
  144. package/clients/authService/models/AccountHolderCreateDto.ts +0 -41
  145. package/clients/authService/models/AccountHolderCreateDtoEnvelope.js +0 -2
  146. package/clients/authService/models/AccountHolderCreateDtoEnvelope.ts +0 -14
  147. package/clients/authService/models/ApiAuthorizationResult.js +0 -2
  148. package/clients/authService/models/ApiAuthorizationResult.ts +0 -17
  149. package/clients/authService/models/ApiAuthorizationResultEnvelope.js +0 -2
  150. package/clients/authService/models/ApiAuthorizationResultEnvelope.ts +0 -14
  151. package/clients/authService/models/EnrollmentId.js +0 -2
  152. package/clients/authService/models/EnrollmentId.ts +0 -5
  153. package/clients/authService/models/ErrorEnvelope.js +0 -2
  154. package/clients/authService/models/ErrorEnvelope.ts +0 -12
  155. package/clients/authService/models/ForgotPasswordRequest.js +0 -2
  156. package/clients/authService/models/ForgotPasswordRequest.ts +0 -8
  157. package/clients/authService/models/HttpValidationProblemDetails.js +0 -2
  158. package/clients/authService/models/HttpValidationProblemDetails.ts +0 -5
  159. package/clients/authService/models/InfoRequest.js +0 -2
  160. package/clients/authService/models/InfoRequest.ts +0 -10
  161. package/clients/authService/models/InfoResponse.js +0 -2
  162. package/clients/authService/models/InfoResponse.ts +0 -9
  163. package/clients/authService/models/JsonWebKey.js +0 -2
  164. package/clients/authService/models/JsonWebKey.ts +0 -13
  165. package/clients/authService/models/JsonWebKeySet.js +0 -2
  166. package/clients/authService/models/JsonWebKeySet.ts +0 -9
  167. package/clients/authService/models/JsonWebKeySetEnvelope.js +0 -2
  168. package/clients/authService/models/JsonWebKeySetEnvelope.ts +0 -14
  169. package/clients/authService/models/JsonWebToken.js +0 -2
  170. package/clients/authService/models/JsonWebToken.ts +0 -15
  171. package/clients/authService/models/JsonWebTokenEnvelope.js +0 -2
  172. package/clients/authService/models/JsonWebTokenEnvelope.ts +0 -14
  173. package/clients/authService/models/JsonWebTokenHeader.js +0 -2
  174. package/clients/authService/models/JsonWebTokenHeader.ts +0 -11
  175. package/clients/authService/models/JsonWebTokenPayload.js +0 -2
  176. package/clients/authService/models/JsonWebTokenPayload.ts +0 -17
  177. package/clients/authService/models/LoginRequest.js +0 -2
  178. package/clients/authService/models/LoginRequest.ts +0 -11
  179. package/clients/authService/models/OAuthTokenRequest.js +0 -2
  180. package/clients/authService/models/OAuthTokenRequest.ts +0 -12
  181. package/clients/authService/models/OpenIdConfiguration.js +0 -2
  182. package/clients/authService/models/OpenIdConfiguration.ts +0 -19
  183. package/clients/authService/models/OpenIdConfigurationEnvelope.js +0 -2
  184. package/clients/authService/models/OpenIdConfigurationEnvelope.ts +0 -14
  185. package/clients/authService/models/RefreshRequest.js +0 -2
  186. package/clients/authService/models/RefreshRequest.ts +0 -8
  187. package/clients/authService/models/RegisterRequest.js +0 -2
  188. package/clients/authService/models/RegisterRequest.ts +0 -9
  189. package/clients/authService/models/ResendConfirmationEmailRequest.js +0 -2
  190. package/clients/authService/models/ResendConfirmationEmailRequest.ts +0 -8
  191. package/clients/authService/models/ResetPasswordRequest.js +0 -2
  192. package/clients/authService/models/ResetPasswordRequest.ts +0 -10
  193. package/clients/authService/models/SigninModel.js +0 -2
  194. package/clients/authService/models/SigninModel.ts +0 -9
  195. package/clients/authService/models/StringListEnvelope.js +0 -2
  196. package/clients/authService/models/StringListEnvelope.ts +0 -13
  197. package/clients/authService/models/TenantId.js +0 -2
  198. package/clients/authService/models/TenantId.ts +0 -5
  199. package/clients/authService/models/TwoFactorRequest.js +0 -2
  200. package/clients/authService/models/TwoFactorRequest.ts +0 -12
  201. package/clients/authService/models/TwoFactorResponse.js +0 -2
  202. package/clients/authService/models/TwoFactorResponse.ts +0 -12
  203. package/clients/authService/models/UserId.js +0 -2
  204. package/clients/authService/models/UserId.ts +0 -5
  205. package/clients/authService/services/ApplicationsService.js +0 -112
  206. package/clients/authService/services/ApplicationsService.ts +0 -132
  207. package/clients/authService/services/AuthService.js +0 -246
  208. package/clients/authService/services/AuthService.ts +0 -293
  209. package/clients/authService/services/CheckerService.js +0 -22
  210. package/clients/authService/services/CheckerService.ts +0 -25
  211. package/clients/authService/services/OAuthService.js +0 -152
  212. package/clients/authService/services/OAuthService.ts +0 -183
  213. package/clients/authService/services/ResourceService.js +0 -22
  214. package/clients/authService/services/ResourceService.ts +0 -25
  215. package/clients/authService/services/UserInfoService.js +0 -36
  216. package/clients/authService/services/UserInfoService.ts +0 -41
  217. package/clients/holderService/core/ApiError.js +0 -20
  218. package/clients/holderService/core/ApiError.ts +0 -25
  219. package/clients/holderService/core/ApiRequestOptions.js +0 -2
  220. package/clients/holderService/core/ApiRequestOptions.ts +0 -17
  221. package/clients/holderService/core/ApiResult.js +0 -2
  222. package/clients/holderService/core/ApiResult.ts +0 -11
  223. package/clients/holderService/core/CancelablePromise.js +0 -104
  224. package/clients/holderService/core/CancelablePromise.ts +0 -131
  225. package/clients/holderService/core/OpenAPI.js +0 -14
  226. package/clients/holderService/core/OpenAPI.ts +0 -32
  227. package/clients/holderService/core/request.js +0 -294
  228. package/clients/holderService/core/request.ts +0 -322
  229. package/clients/holderService/index.js +0 -30
  230. package/clients/holderService/index.ts +0 -47
  231. package/clients/holderService/models/AddressDto.js +0 -2
  232. package/clients/holderService/models/AddressDto.ts +0 -31
  233. package/clients/holderService/models/AddressDtoListEnvelope.js +0 -2
  234. package/clients/holderService/models/AddressDtoListEnvelope.ts +0 -14
  235. package/clients/holderService/models/CartDto.js +0 -2
  236. package/clients/holderService/models/CartDto.ts +0 -18
  237. package/clients/holderService/models/CartDtoEnvelope.js +0 -2
  238. package/clients/holderService/models/CartDtoEnvelope.ts +0 -14
  239. package/clients/holderService/models/EmptyEnvelope.js +0 -2
  240. package/clients/holderService/models/EmptyEnvelope.ts +0 -12
  241. package/clients/holderService/models/EnrollmentId.js +0 -2
  242. package/clients/holderService/models/EnrollmentId.ts +0 -5
  243. package/clients/holderService/models/ErrorEnvelope.js +0 -2
  244. package/clients/holderService/models/ErrorEnvelope.ts +0 -12
  245. package/clients/holderService/models/ExtendedTenantDto.js +0 -2
  246. package/clients/holderService/models/ExtendedTenantDto.ts +0 -51
  247. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.js +0 -2
  248. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.ts +0 -14
  249. package/clients/holderService/models/ExtendedTenantEnrolmentDto.js +0 -2
  250. package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +0 -19
  251. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.js +0 -2
  252. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.ts +0 -14
  253. package/clients/holderService/models/ExtendedUserDto.js +0 -26
  254. package/clients/holderService/models/ExtendedUserDto.ts +0 -80
  255. package/clients/holderService/models/ExtendedUserDtoEnvelope.js +0 -2
  256. package/clients/holderService/models/ExtendedUserDtoEnvelope.ts +0 -14
  257. package/clients/holderService/models/FollowRecordDto.js +0 -2
  258. package/clients/holderService/models/FollowRecordDto.ts +0 -12
  259. package/clients/holderService/models/FollowRecordDtoListEnvelope.js +0 -2
  260. package/clients/holderService/models/FollowRecordDtoListEnvelope.ts +0 -14
  261. package/clients/holderService/models/Int32Envelope.js +0 -2
  262. package/clients/holderService/models/Int32Envelope.ts +0 -13
  263. package/clients/holderService/models/NotificationDto.js +0 -2
  264. package/clients/holderService/models/NotificationDto.ts +0 -16
  265. package/clients/holderService/models/NotificationDtoListEnvelope.js +0 -2
  266. package/clients/holderService/models/NotificationDtoListEnvelope.ts +0 -14
  267. package/clients/holderService/models/Operation.js +0 -16
  268. package/clients/holderService/models/Operation.ts +0 -23
  269. package/clients/holderService/models/SocialProfileDto.js +0 -12
  270. package/clients/holderService/models/SocialProfileDto.ts +0 -40
  271. package/clients/holderService/models/SocialProfileDtoEnvelope.js +0 -2
  272. package/clients/holderService/models/SocialProfileDtoEnvelope.ts +0 -14
  273. package/clients/holderService/models/TenantDto.js +0 -2
  274. package/clients/holderService/models/TenantDto.ts +0 -45
  275. package/clients/holderService/models/TenantDtoListEnvelope.js +0 -2
  276. package/clients/holderService/models/TenantDtoListEnvelope.ts +0 -14
  277. package/clients/holderService/models/TenantEnrolmentDto.js +0 -2
  278. package/clients/holderService/models/TenantEnrolmentDto.ts +0 -15
  279. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.js +0 -2
  280. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
  281. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
  282. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
  283. package/clients/holderService/models/TenantInvitationDto.js +0 -2
  284. package/clients/holderService/models/TenantInvitationDto.ts +0 -16
  285. package/clients/holderService/models/TenantInvitationDtoListEnvelope.js +0 -2
  286. package/clients/holderService/models/TenantInvitationDtoListEnvelope.ts +0 -14
  287. package/clients/holderService/models/UserDto.js +0 -26
  288. package/clients/holderService/models/UserDto.ts +0 -72
  289. package/clients/holderService/models/UserDtoEnvelope.js +0 -2
  290. package/clients/holderService/models/UserDtoEnvelope.ts +0 -14
  291. package/clients/holderService/models/UserSettingsDto.js +0 -12
  292. package/clients/holderService/models/UserSettingsDto.ts +0 -21
  293. package/clients/holderService/models/UserSettingsDtoEnvelope.js +0 -2
  294. package/clients/holderService/models/UserSettingsDtoEnvelope.ts +0 -14
  295. package/clients/holderService/models/UserSettingsUpdateDto.js +0 -12
  296. package/clients/holderService/models/UserSettingsUpdateDto.ts +0 -19
  297. package/clients/holderService/models/UserUpdateDto.js +0 -14
  298. package/clients/holderService/models/UserUpdateDto.ts +0 -43
  299. package/clients/holderService/models/WalletDto.js +0 -2
  300. package/clients/holderService/models/WalletDto.ts +0 -22
  301. package/clients/holderService/models/WalletDtoEnvelope.js +0 -2
  302. package/clients/holderService/models/WalletDtoEnvelope.ts +0 -14
  303. package/clients/holderService/services/UserService.js +0 -507
  304. package/clients/holderService/services/UserService.ts +0 -587
  305. package/clients/tenantService/core/ApiError.js +0 -20
  306. package/clients/tenantService/core/ApiError.ts +0 -25
  307. package/clients/tenantService/core/ApiRequestOptions.js +0 -2
  308. package/clients/tenantService/core/ApiRequestOptions.ts +0 -17
  309. package/clients/tenantService/core/ApiResult.js +0 -2
  310. package/clients/tenantService/core/ApiResult.ts +0 -11
  311. package/clients/tenantService/core/CancelablePromise.js +0 -104
  312. package/clients/tenantService/core/CancelablePromise.ts +0 -131
  313. package/clients/tenantService/core/OpenAPI.js +0 -14
  314. package/clients/tenantService/core/OpenAPI.ts +0 -32
  315. package/clients/tenantService/core/request.js +0 -294
  316. package/clients/tenantService/core/request.ts +0 -322
  317. package/clients/tenantService/index.js +0 -24
  318. package/clients/tenantService/index.ts +0 -118
  319. package/clients/tenantService/models/BooleanEnvelope.js +0 -2
  320. package/clients/tenantService/models/BooleanEnvelope.ts +0 -13
  321. package/clients/tenantService/models/CartDto.js +0 -2
  322. package/clients/tenantService/models/CartDto.ts +0 -18
  323. package/clients/tenantService/models/CartDtoEnvelope.js +0 -2
  324. package/clients/tenantService/models/CartDtoEnvelope.ts +0 -14
  325. package/clients/tenantService/models/EmptyEnvelope.js +0 -2
  326. package/clients/tenantService/models/EmptyEnvelope.ts +0 -12
  327. package/clients/tenantService/models/ErrorEnvelope.js +0 -2
  328. package/clients/tenantService/models/ErrorEnvelope.ts +0 -12
  329. package/clients/tenantService/models/ExtendedTenantDto.js +0 -2
  330. package/clients/tenantService/models/ExtendedTenantDto.ts +0 -51
  331. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.js +0 -2
  332. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +0 -14
  333. package/clients/tenantService/models/ExtendedTenantEnrolmentDto.js +0 -2
  334. package/clients/tenantService/models/ExtendedTenantEnrolmentDto.ts +0 -19
  335. package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.js +0 -2
  336. package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.ts +0 -14
  337. package/clients/tenantService/models/Int32Envelope.js +0 -2
  338. package/clients/tenantService/models/Int32Envelope.ts +0 -13
  339. package/clients/tenantService/models/NotificationDto.js +0 -2
  340. package/clients/tenantService/models/NotificationDto.ts +0 -16
  341. package/clients/tenantService/models/NotificationDtoListEnvelope.js +0 -2
  342. package/clients/tenantService/models/NotificationDtoListEnvelope.ts +0 -14
  343. package/clients/tenantService/models/Operation.js +0 -16
  344. package/clients/tenantService/models/Operation.ts +0 -23
  345. package/clients/tenantService/models/SocialProfileDto.js +0 -12
  346. package/clients/tenantService/models/SocialProfileDto.ts +0 -40
  347. package/clients/tenantService/models/SocialProfileDtoEnvelope.js +0 -2
  348. package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +0 -14
  349. package/clients/tenantService/models/StringListEnvelope.js +0 -2
  350. package/clients/tenantService/models/StringListEnvelope.ts +0 -13
  351. package/clients/tenantService/models/SuiteLicenseAssignmentDto.js +0 -2
  352. package/clients/tenantService/models/SuiteLicenseAssignmentDto.ts +0 -16
  353. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.js +0 -2
  354. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +0 -14
  355. package/clients/tenantService/models/SuiteLicenseDto.js +0 -2
  356. package/clients/tenantService/models/SuiteLicenseDto.ts +0 -15
  357. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.js +0 -2
  358. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.ts +0 -14
  359. package/clients/tenantService/models/SuiteLicenseFeatureDto.js +0 -2
  360. package/clients/tenantService/models/SuiteLicenseFeatureDto.ts +0 -9
  361. package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.js +0 -2
  362. package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts +0 -14
  363. package/clients/tenantService/models/TenantCreateDto.js +0 -2
  364. package/clients/tenantService/models/TenantCreateDto.ts +0 -25
  365. package/clients/tenantService/models/TenantDepartmentCreateDto.js +0 -2
  366. package/clients/tenantService/models/TenantDepartmentCreateDto.ts +0 -16
  367. package/clients/tenantService/models/TenantDepartmentDto.js +0 -2
  368. package/clients/tenantService/models/TenantDepartmentDto.ts +0 -16
  369. package/clients/tenantService/models/TenantDepartmentDtoEnvelope.js +0 -2
  370. package/clients/tenantService/models/TenantDepartmentDtoEnvelope.ts +0 -14
  371. package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.js +0 -2
  372. package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.ts +0 -14
  373. package/clients/tenantService/models/TenantDepartmentUpdateDto.js +0 -2
  374. package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +0 -12
  375. package/clients/tenantService/models/TenantDto.js +0 -2
  376. package/clients/tenantService/models/TenantDto.ts +0 -45
  377. package/clients/tenantService/models/TenantDtoEnvelope.js +0 -2
  378. package/clients/tenantService/models/TenantDtoEnvelope.ts +0 -14
  379. package/clients/tenantService/models/TenantEnrollmentCreateDto.js +0 -2
  380. package/clients/tenantService/models/TenantEnrollmentCreateDto.ts +0 -11
  381. package/clients/tenantService/models/TenantEnrollmentUpdateDto.js +0 -2
  382. package/clients/tenantService/models/TenantEnrollmentUpdateDto.ts +0 -9
  383. package/clients/tenantService/models/TenantEnrolmentDto.js +0 -2
  384. package/clients/tenantService/models/TenantEnrolmentDto.ts +0 -15
  385. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.js +0 -2
  386. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
  387. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
  388. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
  389. package/clients/tenantService/models/TenantIndustryCreateDto.js +0 -2
  390. package/clients/tenantService/models/TenantIndustryCreateDto.ts +0 -12
  391. package/clients/tenantService/models/TenantIndustryDto.js +0 -2
  392. package/clients/tenantService/models/TenantIndustryDto.ts +0 -12
  393. package/clients/tenantService/models/TenantIndustryDtoEnvelope.js +0 -2
  394. package/clients/tenantService/models/TenantIndustryDtoEnvelope.ts +0 -14
  395. package/clients/tenantService/models/TenantIndustryDtoListEnvelope.js +0 -2
  396. package/clients/tenantService/models/TenantIndustryDtoListEnvelope.ts +0 -14
  397. package/clients/tenantService/models/TenantIndustryUpdateDto.js +0 -2
  398. package/clients/tenantService/models/TenantIndustryUpdateDto.ts +0 -10
  399. package/clients/tenantService/models/TenantInvitationCreateDto.js +0 -2
  400. package/clients/tenantService/models/TenantInvitationCreateDto.ts +0 -12
  401. package/clients/tenantService/models/TenantInvitationDto.js +0 -2
  402. package/clients/tenantService/models/TenantInvitationDto.ts +0 -16
  403. package/clients/tenantService/models/TenantInvitationDtoEnvelope.js +0 -2
  404. package/clients/tenantService/models/TenantInvitationDtoEnvelope.ts +0 -14
  405. package/clients/tenantService/models/TenantInvitationDtoListEnvelope.js +0 -2
  406. package/clients/tenantService/models/TenantInvitationDtoListEnvelope.ts +0 -14
  407. package/clients/tenantService/models/TenantPositionCreateDto.js +0 -2
  408. package/clients/tenantService/models/TenantPositionCreateDto.ts +0 -13
  409. package/clients/tenantService/models/TenantPositionDto.js +0 -2
  410. package/clients/tenantService/models/TenantPositionDto.ts +0 -13
  411. package/clients/tenantService/models/TenantPositionDtoEnvelope.js +0 -2
  412. package/clients/tenantService/models/TenantPositionDtoEnvelope.ts +0 -14
  413. package/clients/tenantService/models/TenantPositionDtoListEnvelope.js +0 -2
  414. package/clients/tenantService/models/TenantPositionDtoListEnvelope.ts +0 -14
  415. package/clients/tenantService/models/TenantPositionUpdateDto.js +0 -2
  416. package/clients/tenantService/models/TenantPositionUpdateDto.ts +0 -9
  417. package/clients/tenantService/models/TenantSegmentCreateDto.js +0 -2
  418. package/clients/tenantService/models/TenantSegmentCreateDto.ts +0 -12
  419. package/clients/tenantService/models/TenantSegmentDto.js +0 -2
  420. package/clients/tenantService/models/TenantSegmentDto.ts +0 -12
  421. package/clients/tenantService/models/TenantSegmentDtoEnvelope.js +0 -2
  422. package/clients/tenantService/models/TenantSegmentDtoEnvelope.ts +0 -14
  423. package/clients/tenantService/models/TenantSegmentDtoListEnvelope.js +0 -2
  424. package/clients/tenantService/models/TenantSegmentDtoListEnvelope.ts +0 -14
  425. package/clients/tenantService/models/TenantSegmentUpdateDto.js +0 -2
  426. package/clients/tenantService/models/TenantSegmentUpdateDto.ts +0 -10
  427. package/clients/tenantService/models/TenantSizeCreateDto.js +0 -2
  428. package/clients/tenantService/models/TenantSizeCreateDto.ts +0 -12
  429. package/clients/tenantService/models/TenantSizeDto.js +0 -2
  430. package/clients/tenantService/models/TenantSizeDto.ts +0 -12
  431. package/clients/tenantService/models/TenantSizeDtoEnvelope.js +0 -2
  432. package/clients/tenantService/models/TenantSizeDtoEnvelope.ts +0 -14
  433. package/clients/tenantService/models/TenantSizeDtoListEnvelope.js +0 -2
  434. package/clients/tenantService/models/TenantSizeDtoListEnvelope.ts +0 -14
  435. package/clients/tenantService/models/TenantSizeUpdateDto.js +0 -2
  436. package/clients/tenantService/models/TenantSizeUpdateDto.ts +0 -10
  437. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.js +0 -2
  438. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.ts +0 -13
  439. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.js +0 -2
  440. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +0 -13
  441. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.js +0 -2
  442. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.ts +0 -14
  443. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.js +0 -2
  444. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.ts +0 -14
  445. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.js +0 -2
  446. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.ts +0 -11
  447. package/clients/tenantService/models/TenantTeamCreateDto.js +0 -2
  448. package/clients/tenantService/models/TenantTeamCreateDto.ts +0 -17
  449. package/clients/tenantService/models/TenantTeamDto.js +0 -2
  450. package/clients/tenantService/models/TenantTeamDto.ts +0 -17
  451. package/clients/tenantService/models/TenantTeamDtoEnvelope.js +0 -2
  452. package/clients/tenantService/models/TenantTeamDtoEnvelope.ts +0 -14
  453. package/clients/tenantService/models/TenantTeamDtoListEnvelope.js +0 -2
  454. package/clients/tenantService/models/TenantTeamDtoListEnvelope.ts +0 -14
  455. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.js +0 -2
  456. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.ts +0 -13
  457. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.js +0 -2
  458. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +0 -13
  459. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.js +0 -2
  460. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.ts +0 -14
  461. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.js +0 -2
  462. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.ts +0 -14
  463. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.js +0 -2
  464. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.ts +0 -11
  465. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.js +0 -2
  466. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.ts +0 -13
  467. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.js +0 -2
  468. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +0 -13
  469. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.js +0 -2
  470. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.ts +0 -14
  471. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.js +0 -2
  472. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.ts +0 -14
  473. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.js +0 -2
  474. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.ts +0 -11
  475. package/clients/tenantService/models/TenantTeamRecordCreateDto.js +0 -2
  476. package/clients/tenantService/models/TenantTeamRecordCreateDto.ts +0 -12
  477. package/clients/tenantService/models/TenantTeamRecordDto.js +0 -2
  478. package/clients/tenantService/models/TenantTeamRecordDto.ts +0 -12
  479. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.js +0 -2
  480. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.ts +0 -14
  481. package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.js +0 -2
  482. package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.ts +0 -14
  483. package/clients/tenantService/models/TenantTeamRecordUpdateDto.js +0 -2
  484. package/clients/tenantService/models/TenantTeamRecordUpdateDto.ts +0 -10
  485. package/clients/tenantService/models/TenantTeamUpdateDto.js +0 -2
  486. package/clients/tenantService/models/TenantTeamUpdateDto.ts +0 -17
  487. package/clients/tenantService/models/TenantTerritoryCreateDto.js +0 -2
  488. package/clients/tenantService/models/TenantTerritoryCreateDto.ts +0 -14
  489. package/clients/tenantService/models/TenantTerritoryDto.js +0 -2
  490. package/clients/tenantService/models/TenantTerritoryDto.ts +0 -14
  491. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.js +0 -2
  492. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.ts +0 -14
  493. package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.js +0 -2
  494. package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.ts +0 -14
  495. package/clients/tenantService/models/TenantTerritoryUpdateDto.js +0 -2
  496. package/clients/tenantService/models/TenantTerritoryUpdateDto.ts +0 -9
  497. package/clients/tenantService/models/TenantTypeCreateDto.js +0 -2
  498. package/clients/tenantService/models/TenantTypeCreateDto.ts +0 -11
  499. package/clients/tenantService/models/TenantTypeDto.js +0 -2
  500. package/clients/tenantService/models/TenantTypeDto.ts +0 -11
  501. package/clients/tenantService/models/TenantTypeDtoEnvelope.js +0 -2
  502. package/clients/tenantService/models/TenantTypeDtoEnvelope.ts +0 -14
  503. package/clients/tenantService/models/TenantTypeDtoListEnvelope.js +0 -2
  504. package/clients/tenantService/models/TenantTypeDtoListEnvelope.ts +0 -14
  505. package/clients/tenantService/models/TenantTypeUpdateDto.js +0 -2
  506. package/clients/tenantService/models/TenantTypeUpdateDto.ts +0 -9
  507. package/clients/tenantService/models/TenantUnitCreateDto.js +0 -2
  508. package/clients/tenantService/models/TenantUnitCreateDto.ts +0 -18
  509. package/clients/tenantService/models/TenantUnitDto.js +0 -2
  510. package/clients/tenantService/models/TenantUnitDto.ts +0 -18
  511. package/clients/tenantService/models/TenantUnitDtoEnvelope.js +0 -2
  512. package/clients/tenantService/models/TenantUnitDtoEnvelope.ts +0 -14
  513. package/clients/tenantService/models/TenantUnitDtoListEnvelope.js +0 -2
  514. package/clients/tenantService/models/TenantUnitDtoListEnvelope.ts +0 -14
  515. package/clients/tenantService/models/TenantUnitUpdateDto.js +0 -2
  516. package/clients/tenantService/models/TenantUnitUpdateDto.ts +0 -14
  517. package/clients/tenantService/models/TenantUpdateDto.js +0 -2
  518. package/clients/tenantService/models/TenantUpdateDto.ts +0 -31
  519. package/clients/tenantService/models/UserDto.js +0 -26
  520. package/clients/tenantService/models/UserDto.ts +0 -72
  521. package/clients/tenantService/models/UserDtoListEnvelope.js +0 -2
  522. package/clients/tenantService/models/UserDtoListEnvelope.ts +0 -14
  523. package/clients/tenantService/models/WalletDto.js +0 -2
  524. package/clients/tenantService/models/WalletDto.ts +0 -22
  525. package/clients/tenantService/models/WalletDtoEnvelope.js +0 -2
  526. package/clients/tenantService/models/WalletDtoEnvelope.ts +0 -14
  527. package/clients/tenantService/models/WebPortalDto.js +0 -2
  528. package/clients/tenantService/models/WebPortalDto.ts +0 -19
  529. package/clients/tenantService/models/WebPortalDtoListEnvelope.js +0 -2
  530. package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +0 -14
  531. package/clients/tenantService/services/SizesService.js +0 -173
  532. package/clients/tenantService/services/SizesService.ts +0 -204
  533. package/clients/tenantService/services/TenantsService.js +0 -3173
  534. package/clients/tenantService/services/TenantsService.ts +0 -3701
  535. package/openapi-ts-error-1774919197061.log +0 -12
  536. package/openapi-ts-error-1774919206848.log +0 -12
  537. package/openapi-ts-error-1774919211413.log +0 -12
  538. package/openapi-ts-error-1774919234889.log +0 -12
  539. package/openapi-ts-error-1774919238790.log +0 -12
  540. package/openapi-ts-error-1774919250450.log +0 -12
  541. package/openapi-ts-error-1774919289933.log +0 -12
  542. package/openapi-ts-error-1774919293886.log +0 -12
  543. package/openapi-ts-error-1774919297530.log +0 -12
  544. package/openapi-ts-error-1774952133757.log +0 -12
  545. package/openapi-ts-error-1774952145095.log +0 -12
  546. package/openapi-ts-error-1774952149289.log +0 -12
  547. package/openapi-ts-error-1774952170560.log +0 -12
  548. package/openapi-ts-error-1774952173946.log +0 -12
  549. package/openapi-ts-error-1774952221374.log +0 -12
  550. package/openapi-ts-error-1774952225129.log +0 -12
  551. package/openapi-ts-error-1774952228932.log +0 -12
  552. package/openapi-ts-error-1774955105047.log +0 -12
  553. package/output.txt +0 -1831
@@ -13,33 +13,6 @@ export type AccessTokenResponseWritable = {
13
13
  refreshToken: string | null;
14
14
  };
15
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
16
  export type BooleanEnvelopeReadable = {
44
17
  readonly isSuccess?: boolean;
45
18
  errorMessage?: string | null;
@@ -55,14 +28,9 @@ export type BooleanEnvelopeWritable = {
55
28
  result?: boolean;
56
29
  };
57
30
 
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 = {
31
+ export type ConversationCreateDto = {
32
+ id?: string;
33
+ timestamp?: string;
66
34
  subject?: string | null;
67
35
  socialProfileId?: string | null;
68
36
  };
@@ -107,8 +75,6 @@ export type EmptyEnvelopeWritable = {
107
75
  correlationId?: string | null;
108
76
  };
109
77
 
110
- export type EnrollmentId = string;
111
-
112
78
  export type ErrorEnvelopeReadable = {
113
79
  readonly isSuccess?: boolean;
114
80
  errorMessage?: string | null;
@@ -223,17 +189,9 @@ export type NotificationDtoListEnvelopeWritable = {
223
189
  result?: Array<NotificationDto> | null;
224
190
  };
225
191
 
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 = {
192
+ export type PrivateMessageCreateDto = {
193
+ id?: string;
194
+ timestamp?: string;
237
195
  title?: string | null;
238
196
  message?: string | null;
239
197
  conversationId?: string | null;
@@ -331,16 +289,9 @@ export type SocialFeedDtoListEnvelopeWritable = {
331
289
  result?: Array<SocialFeedDto> | null;
332
290
  };
333
291
 
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 = {
292
+ export type SocialFeedPostCreateDto = {
293
+ id?: string;
294
+ timestamp?: string;
344
295
  title?: string | null;
345
296
  message?: string | null;
346
297
  socialFeedId?: string | null;
@@ -449,24 +400,9 @@ export type SocialGroupUpdateDto = {
449
400
  avatarURL?: string | null;
450
401
  };
451
402
 
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 = {
403
+ export type SocialPostAttachmentCreateDto = {
404
+ id?: string;
405
+ timestamp?: string;
470
406
  notes?: string | null;
471
407
  title?: string | null;
472
408
  author?: string | null;
@@ -477,7 +413,6 @@ export type SocialPostAttachmentCreateDtoWritable = {
477
413
  validResponse?: boolean;
478
414
  parentFileUploadId?: string | null;
479
415
  filePath?: string | null;
480
- appFile?: AppFileWritable;
481
416
  socialPostId?: string | null;
482
417
  };
483
418
 
@@ -537,7 +472,7 @@ export type SocialPostAttachmentDtoListEnvelopeWritable = {
537
472
  result?: Array<SocialPostAttachmentDto> | null;
538
473
  };
539
474
 
540
- export type SocialPostAttachmentUpdateDtoReadable = {
475
+ export type SocialPostAttachmentUpdateDto = {
541
476
  notes?: string | null;
542
477
  metadata?: string | null;
543
478
  title?: string | null;
@@ -549,35 +484,11 @@ export type SocialPostAttachmentUpdateDtoReadable = {
549
484
  validResponse?: boolean;
550
485
  parentFileUploadID?: string | null;
551
486
  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
487
  };
579
488
 
580
- export type SocialPostCommentCreateDtoWritable = {
489
+ export type SocialPostCommentCreateDto = {
490
+ id?: string;
491
+ timestamp?: string;
581
492
  message: string;
582
493
  parentCommentId?: string | null;
583
494
  socialProfileId?: string | null;
@@ -632,16 +543,9 @@ export type SocialPostCommentUpdateDto = {
632
543
  socialPostId?: string | null;
633
544
  };
634
545
 
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 = {
546
+ export type SocialPostCreateDto = {
547
+ id?: string;
548
+ timestamp?: string;
645
549
  title?: string | null;
646
550
  message?: string | null;
647
551
  socialFeedId?: string | null;
@@ -754,15 +658,9 @@ export type SocialProfileDtoListEnvelopeWritable = {
754
658
  result?: Array<SocialProfileDto> | null;
755
659
  };
756
660
 
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 = {
661
+ export type SocialReactionCreateDto = {
662
+ id?: string;
663
+ timestamp?: string;
766
664
  reaction?: 'Like' | 'Happy' | 'HaHa' | 'Love' | 'Sad' | 'Angry' | 'Wow' | 'Afraid';
767
665
  reactionValue?: string | null;
768
666
  socialProfileId?: string | null;
@@ -815,8 +713,6 @@ export type SocialReactionUpdateDto = {
815
713
  reactionValue?: string | null;
816
714
  };
817
715
 
818
- export type TenantId = string;
819
-
820
716
  export type TwoFactorRequest = {
821
717
  enable?: boolean | null;
822
718
  twoFactorCode?: string | null;
@@ -833,8 +729,6 @@ export type TwoFactorResponse = {
833
729
  isMachineRemembered: boolean;
834
730
  };
835
731
 
836
- export type UserId = string;
837
-
838
732
  export type GetVersionData = {
839
733
  body?: never;
840
734
  path?: never;
@@ -1100,7 +994,7 @@ export type PostManageInfoResponses = {
1100
994
 
1101
995
  export type PostManageInfoResponse = PostManageInfoResponses[keyof PostManageInfoResponses];
1102
996
 
1103
- export type GetApiV2SocialServiceSocialFeedsData = {
997
+ export type GetFeedNotificationsData = {
1104
998
  body?: never;
1105
999
  headers?: {
1106
1000
  'x-api-version'?: string;
@@ -1113,7 +1007,7 @@ export type GetApiV2SocialServiceSocialFeedsData = {
1113
1007
  url: '/api/v2/SocialService/SocialFeeds';
1114
1008
  };
1115
1009
 
1116
- export type GetApiV2SocialServiceSocialFeedsErrors = {
1010
+ export type GetFeedNotificationsErrors = {
1117
1011
  /**
1118
1012
  * Unauthorized
1119
1013
  */
@@ -1124,18 +1018,18 @@ export type GetApiV2SocialServiceSocialFeedsErrors = {
1124
1018
  403: ErrorEnvelopeReadable;
1125
1019
  };
1126
1020
 
1127
- export type GetApiV2SocialServiceSocialFeedsError = GetApiV2SocialServiceSocialFeedsErrors[keyof GetApiV2SocialServiceSocialFeedsErrors];
1021
+ export type GetFeedNotificationsError = GetFeedNotificationsErrors[keyof GetFeedNotificationsErrors];
1128
1022
 
1129
- export type GetApiV2SocialServiceSocialFeedsResponses = {
1023
+ export type GetFeedNotificationsResponses = {
1130
1024
  /**
1131
1025
  * OK
1132
1026
  */
1133
1027
  200: SocialFeedDtoListEnvelopeReadable;
1134
1028
  };
1135
1029
 
1136
- export type GetApiV2SocialServiceSocialFeedsResponse = GetApiV2SocialServiceSocialFeedsResponses[keyof GetApiV2SocialServiceSocialFeedsResponses];
1030
+ export type GetFeedNotificationsResponse = GetFeedNotificationsResponses[keyof GetFeedNotificationsResponses];
1137
1031
 
1138
- export type GetApiV2SocialServiceSocialFeedsCountData = {
1032
+ export type GetNotificationsCountAsyncData = {
1139
1033
  body?: never;
1140
1034
  headers?: {
1141
1035
  'x-api-version'?: string;
@@ -1148,7 +1042,7 @@ export type GetApiV2SocialServiceSocialFeedsCountData = {
1148
1042
  url: '/api/v2/SocialService/SocialFeeds/Count';
1149
1043
  };
1150
1044
 
1151
- export type GetApiV2SocialServiceSocialFeedsCountErrors = {
1045
+ export type GetNotificationsCountAsyncErrors = {
1152
1046
  /**
1153
1047
  * Unauthorized
1154
1048
  */
@@ -1159,18 +1053,18 @@ export type GetApiV2SocialServiceSocialFeedsCountErrors = {
1159
1053
  403: ErrorEnvelopeReadable;
1160
1054
  };
1161
1055
 
1162
- export type GetApiV2SocialServiceSocialFeedsCountError = GetApiV2SocialServiceSocialFeedsCountErrors[keyof GetApiV2SocialServiceSocialFeedsCountErrors];
1056
+ export type GetNotificationsCountAsyncError = GetNotificationsCountAsyncErrors[keyof GetNotificationsCountAsyncErrors];
1163
1057
 
1164
- export type GetApiV2SocialServiceSocialFeedsCountResponses = {
1058
+ export type GetNotificationsCountAsyncResponses = {
1165
1059
  /**
1166
1060
  * OK
1167
1061
  */
1168
1062
  200: Int32EnvelopeReadable;
1169
1063
  };
1170
1064
 
1171
- export type GetApiV2SocialServiceSocialFeedsCountResponse = GetApiV2SocialServiceSocialFeedsCountResponses[keyof GetApiV2SocialServiceSocialFeedsCountResponses];
1065
+ export type GetNotificationsCountAsyncResponse = GetNotificationsCountAsyncResponses[keyof GetNotificationsCountAsyncResponses];
1172
1066
 
1173
- export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdData = {
1067
+ export type GetNotificationAsyncData = {
1174
1068
  body?: never;
1175
1069
  headers?: {
1176
1070
  'x-api-version'?: string;
@@ -1185,7 +1079,7 @@ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdData = {
1185
1079
  url: '/api/v2/SocialService/SocialFeeds/{socialFeedId}';
1186
1080
  };
1187
1081
 
1188
- export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdErrors = {
1082
+ export type GetNotificationAsyncErrors = {
1189
1083
  /**
1190
1084
  * Unauthorized
1191
1085
  */
@@ -1196,18 +1090,18 @@ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdErrors = {
1196
1090
  403: ErrorEnvelopeReadable;
1197
1091
  };
1198
1092
 
1199
- export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdError = GetApiV2SocialServiceSocialFeedsBySocialFeedIdErrors[keyof GetApiV2SocialServiceSocialFeedsBySocialFeedIdErrors];
1093
+ export type GetNotificationAsyncError = GetNotificationAsyncErrors[keyof GetNotificationAsyncErrors];
1200
1094
 
1201
- export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdResponses = {
1095
+ export type GetNotificationAsyncResponses = {
1202
1096
  /**
1203
1097
  * OK
1204
1098
  */
1205
1099
  200: SocialFeedDtoEnvelopeReadable;
1206
1100
  };
1207
1101
 
1208
- export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdResponse = GetApiV2SocialServiceSocialFeedsBySocialFeedIdResponses[keyof GetApiV2SocialServiceSocialFeedsBySocialFeedIdResponses];
1102
+ export type GetNotificationAsyncResponse = GetNotificationAsyncResponses[keyof GetNotificationAsyncResponses];
1209
1103
 
1210
- export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsData = {
1104
+ export type GetFeedPostsAsyncData = {
1211
1105
  body?: never;
1212
1106
  headers?: {
1213
1107
  'x-api-version'?: string;
@@ -1222,7 +1116,7 @@ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsData = {
1222
1116
  url: '/api/v2/SocialService/SocialFeeds/{socialFeedId}/Posts';
1223
1117
  };
1224
1118
 
1225
- export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsErrors = {
1119
+ export type GetFeedPostsAsyncErrors = {
1226
1120
  /**
1227
1121
  * Unauthorized
1228
1122
  */
@@ -1233,19 +1127,19 @@ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsErrors = {
1233
1127
  403: ErrorEnvelopeReadable;
1234
1128
  };
1235
1129
 
1236
- export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsError = GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsErrors[keyof GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsErrors];
1130
+ export type GetFeedPostsAsyncError = GetFeedPostsAsyncErrors[keyof GetFeedPostsAsyncErrors];
1237
1131
 
1238
- export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsResponses = {
1132
+ export type GetFeedPostsAsyncResponses = {
1239
1133
  /**
1240
1134
  * OK
1241
1135
  */
1242
1136
  200: SocialFeedPostDtoListEnvelopeReadable;
1243
1137
  };
1244
1138
 
1245
- export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsResponse = GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsResponses[keyof GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsResponses];
1139
+ export type GetFeedPostsAsyncResponse = GetFeedPostsAsyncResponses[keyof GetFeedPostsAsyncResponses];
1246
1140
 
1247
- export type PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsData = {
1248
- body?: SocialFeedPostCreateDtoWritable;
1141
+ export type CreateFeedPostAsyncData = {
1142
+ body?: SocialFeedPostCreateDto;
1249
1143
  headers?: {
1250
1144
  'x-api-version'?: string;
1251
1145
  };
@@ -1259,7 +1153,7 @@ export type PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsData = {
1259
1153
  url: '/api/v2/SocialService/SocialFeeds/{socialFeedId}/Posts';
1260
1154
  };
1261
1155
 
1262
- export type PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsErrors = {
1156
+ export type CreateFeedPostAsyncErrors = {
1263
1157
  /**
1264
1158
  * Unauthorized
1265
1159
  */
@@ -1270,18 +1164,18 @@ export type PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsErrors = {
1270
1164
  403: ErrorEnvelopeReadable;
1271
1165
  };
1272
1166
 
1273
- export type PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsError = PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsErrors[keyof PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsErrors];
1167
+ export type CreateFeedPostAsyncError = CreateFeedPostAsyncErrors[keyof CreateFeedPostAsyncErrors];
1274
1168
 
1275
- export type PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsResponses = {
1169
+ export type CreateFeedPostAsyncResponses = {
1276
1170
  /**
1277
1171
  * Created
1278
1172
  */
1279
1173
  201: SocialFeedPostDtoEnvelopeReadable;
1280
1174
  };
1281
1175
 
1282
- export type PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsResponse = PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsResponses[keyof PostApiV2SocialServiceSocialFeedsBySocialFeedIdPostsResponses];
1176
+ export type CreateFeedPostAsyncResponse = CreateFeedPostAsyncResponses[keyof CreateFeedPostAsyncResponses];
1283
1177
 
1284
- export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountData = {
1178
+ export type GetFeedPostsCountAsyncData = {
1285
1179
  body?: never;
1286
1180
  headers?: {
1287
1181
  'x-api-version'?: string;
@@ -1296,7 +1190,7 @@ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountData = {
1296
1190
  url: '/api/v2/SocialService/SocialFeeds/{socialFeedId}/Posts/Count';
1297
1191
  };
1298
1192
 
1299
- export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountErrors = {
1193
+ export type GetFeedPostsCountAsyncErrors = {
1300
1194
  /**
1301
1195
  * Unauthorized
1302
1196
  */
@@ -1307,18 +1201,18 @@ export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountErrors = {
1307
1201
  403: ErrorEnvelopeReadable;
1308
1202
  };
1309
1203
 
1310
- export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountError = GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountErrors[keyof GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountErrors];
1204
+ export type GetFeedPostsCountAsyncError = GetFeedPostsCountAsyncErrors[keyof GetFeedPostsCountAsyncErrors];
1311
1205
 
1312
- export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountResponses = {
1206
+ export type GetFeedPostsCountAsyncResponses = {
1313
1207
  /**
1314
1208
  * OK
1315
1209
  */
1316
1210
  200: Int32EnvelopeReadable;
1317
1211
  };
1318
1212
 
1319
- export type GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountResponse = GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountResponses[keyof GetApiV2SocialServiceSocialFeedsBySocialFeedIdPostsCountResponses];
1213
+ export type GetFeedPostsCountAsyncResponse = GetFeedPostsCountAsyncResponses[keyof GetFeedPostsCountAsyncResponses];
1320
1214
 
1321
- export type DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdData = {
1215
+ export type DeleteFeedPostAsyncData = {
1322
1216
  body?: never;
1323
1217
  headers?: {
1324
1218
  'x-api-version'?: string;
@@ -1334,7 +1228,7 @@ export type DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdDa
1334
1228
  url: '/api/v2/SocialService/SocialFeeds/{socialFeedId}/Posts/{feedPostId}';
1335
1229
  };
1336
1230
 
1337
- export type DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdErrors = {
1231
+ export type DeleteFeedPostAsyncErrors = {
1338
1232
  /**
1339
1233
  * Unauthorized
1340
1234
  */
@@ -1345,16 +1239,16 @@ export type DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdEr
1345
1239
  403: ErrorEnvelopeReadable;
1346
1240
  };
1347
1241
 
1348
- export type DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdError = DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdErrors[keyof DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdErrors];
1242
+ export type DeleteFeedPostAsyncError = DeleteFeedPostAsyncErrors[keyof DeleteFeedPostAsyncErrors];
1349
1243
 
1350
- export type DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdResponses = {
1244
+ export type DeleteFeedPostAsyncResponses = {
1351
1245
  /**
1352
1246
  * No Content
1353
1247
  */
1354
1248
  204: EmptyEnvelopeReadable;
1355
1249
  };
1356
1250
 
1357
- export type DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdResponse = DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdResponses[keyof DeleteApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdResponses];
1251
+ export type DeleteFeedPostAsyncResponse = DeleteFeedPostAsyncResponses[keyof DeleteFeedPostAsyncResponses];
1358
1252
 
1359
1253
  export type GetFeedPostAsyncData = {
1360
1254
  body?: never;
@@ -1394,7 +1288,7 @@ export type GetFeedPostAsyncResponses = {
1394
1288
 
1395
1289
  export type GetFeedPostAsyncResponse = GetFeedPostAsyncResponses[keyof GetFeedPostAsyncResponses];
1396
1290
 
1397
- export type PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdData = {
1291
+ export type UpdateFeedPostAsyncData = {
1398
1292
  body?: SocialFeedPostUpdateDto;
1399
1293
  headers?: {
1400
1294
  'x-api-version'?: string;
@@ -1410,7 +1304,7 @@ export type PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdData
1410
1304
  url: '/api/v2/SocialService/SocialFeeds/{socialFeedId}/Posts/{feedPostId}';
1411
1305
  };
1412
1306
 
1413
- export type PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdErrors = {
1307
+ export type UpdateFeedPostAsyncErrors = {
1414
1308
  /**
1415
1309
  * Unauthorized
1416
1310
  */
@@ -1421,16 +1315,16 @@ export type PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdError
1421
1315
  403: ErrorEnvelopeReadable;
1422
1316
  };
1423
1317
 
1424
- export type PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdError = PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdErrors[keyof PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdErrors];
1318
+ export type UpdateFeedPostAsyncError = UpdateFeedPostAsyncErrors[keyof UpdateFeedPostAsyncErrors];
1425
1319
 
1426
- export type PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdResponses = {
1320
+ export type UpdateFeedPostAsyncResponses = {
1427
1321
  /**
1428
1322
  * OK
1429
1323
  */
1430
1324
  200: SocialFeedPostDtoEnvelopeReadable;
1431
1325
  };
1432
1326
 
1433
- export type PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdResponse = PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdResponses[keyof PutApiV2SocialServiceSocialFeedsBySocialFeedIdPostsByFeedPostIdResponses];
1327
+ export type UpdateFeedPostAsyncResponse = UpdateFeedPostAsyncResponses[keyof UpdateFeedPostAsyncResponses];
1434
1328
 
1435
1329
  export type GetSocialGroupsAsyncData = {
1436
1330
  body?: never;
@@ -1648,7 +1542,7 @@ export type UpdateSocialGroupAsyncResponses = {
1648
1542
 
1649
1543
  export type UpdateSocialGroupAsyncResponse = UpdateSocialGroupAsyncResponses[keyof UpdateSocialGroupAsyncResponses];
1650
1544
 
1651
- export type GetApiV2SocialServiceSocialPostsData = {
1545
+ export type GetSocialPostsAsyncData = {
1652
1546
  body?: never;
1653
1547
  headers?: {
1654
1548
  'x-api-version'?: string;
@@ -1661,7 +1555,7 @@ export type GetApiV2SocialServiceSocialPostsData = {
1661
1555
  url: '/api/v2/SocialService/SocialPosts';
1662
1556
  };
1663
1557
 
1664
- export type GetApiV2SocialServiceSocialPostsErrors = {
1558
+ export type GetSocialPostsAsyncErrors = {
1665
1559
  /**
1666
1560
  * Unauthorized
1667
1561
  */
@@ -1672,19 +1566,19 @@ export type GetApiV2SocialServiceSocialPostsErrors = {
1672
1566
  403: ErrorEnvelopeReadable;
1673
1567
  };
1674
1568
 
1675
- export type GetApiV2SocialServiceSocialPostsError = GetApiV2SocialServiceSocialPostsErrors[keyof GetApiV2SocialServiceSocialPostsErrors];
1569
+ export type GetSocialPostsAsyncError = GetSocialPostsAsyncErrors[keyof GetSocialPostsAsyncErrors];
1676
1570
 
1677
- export type GetApiV2SocialServiceSocialPostsResponses = {
1571
+ export type GetSocialPostsAsyncResponses = {
1678
1572
  /**
1679
1573
  * OK
1680
1574
  */
1681
1575
  200: SocialPostDtoListEnvelopeReadable;
1682
1576
  };
1683
1577
 
1684
- export type GetApiV2SocialServiceSocialPostsResponse = GetApiV2SocialServiceSocialPostsResponses[keyof GetApiV2SocialServiceSocialPostsResponses];
1578
+ export type GetSocialPostsAsyncResponse = GetSocialPostsAsyncResponses[keyof GetSocialPostsAsyncResponses];
1685
1579
 
1686
- export type PostApiV2SocialServiceSocialPostsData = {
1687
- body?: SocialPostCreateDtoWritable;
1580
+ export type CreateSocialPostAsyncData = {
1581
+ body?: SocialPostCreateDto;
1688
1582
  headers?: {
1689
1583
  'x-api-version'?: string;
1690
1584
  };
@@ -1696,7 +1590,7 @@ export type PostApiV2SocialServiceSocialPostsData = {
1696
1590
  url: '/api/v2/SocialService/SocialPosts';
1697
1591
  };
1698
1592
 
1699
- export type PostApiV2SocialServiceSocialPostsErrors = {
1593
+ export type CreateSocialPostAsyncErrors = {
1700
1594
  /**
1701
1595
  * Unauthorized
1702
1596
  */
@@ -1707,18 +1601,18 @@ export type PostApiV2SocialServiceSocialPostsErrors = {
1707
1601
  403: ErrorEnvelopeReadable;
1708
1602
  };
1709
1603
 
1710
- export type PostApiV2SocialServiceSocialPostsError = PostApiV2SocialServiceSocialPostsErrors[keyof PostApiV2SocialServiceSocialPostsErrors];
1604
+ export type CreateSocialPostAsyncError = CreateSocialPostAsyncErrors[keyof CreateSocialPostAsyncErrors];
1711
1605
 
1712
- export type PostApiV2SocialServiceSocialPostsResponses = {
1606
+ export type CreateSocialPostAsyncResponses = {
1713
1607
  /**
1714
1608
  * Created
1715
1609
  */
1716
1610
  201: SocialPostDtoEnvelopeReadable;
1717
1611
  };
1718
1612
 
1719
- export type PostApiV2SocialServiceSocialPostsResponse = PostApiV2SocialServiceSocialPostsResponses[keyof PostApiV2SocialServiceSocialPostsResponses];
1613
+ export type CreateSocialPostAsyncResponse = CreateSocialPostAsyncResponses[keyof CreateSocialPostAsyncResponses];
1720
1614
 
1721
- export type GetApiV2SocialServiceSocialPostsCountData = {
1615
+ export type GetSocialPostsCountAsyncData = {
1722
1616
  body?: never;
1723
1617
  headers?: {
1724
1618
  'x-api-version'?: string;
@@ -1731,7 +1625,7 @@ export type GetApiV2SocialServiceSocialPostsCountData = {
1731
1625
  url: '/api/v2/SocialService/SocialPosts/Count';
1732
1626
  };
1733
1627
 
1734
- export type GetApiV2SocialServiceSocialPostsCountErrors = {
1628
+ export type GetSocialPostsCountAsyncErrors = {
1735
1629
  /**
1736
1630
  * Unauthorized
1737
1631
  */
@@ -1742,18 +1636,18 @@ export type GetApiV2SocialServiceSocialPostsCountErrors = {
1742
1636
  403: ErrorEnvelopeReadable;
1743
1637
  };
1744
1638
 
1745
- export type GetApiV2SocialServiceSocialPostsCountError = GetApiV2SocialServiceSocialPostsCountErrors[keyof GetApiV2SocialServiceSocialPostsCountErrors];
1639
+ export type GetSocialPostsCountAsyncError = GetSocialPostsCountAsyncErrors[keyof GetSocialPostsCountAsyncErrors];
1746
1640
 
1747
- export type GetApiV2SocialServiceSocialPostsCountResponses = {
1641
+ export type GetSocialPostsCountAsyncResponses = {
1748
1642
  /**
1749
1643
  * OK
1750
1644
  */
1751
1645
  200: Int32EnvelopeReadable;
1752
1646
  };
1753
1647
 
1754
- export type GetApiV2SocialServiceSocialPostsCountResponse = GetApiV2SocialServiceSocialPostsCountResponses[keyof GetApiV2SocialServiceSocialPostsCountResponses];
1648
+ export type GetSocialPostsCountAsyncResponse = GetSocialPostsCountAsyncResponses[keyof GetSocialPostsCountAsyncResponses];
1755
1649
 
1756
- export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdData = {
1650
+ export type DeleteSocialPostAsyncData = {
1757
1651
  body?: never;
1758
1652
  headers?: {
1759
1653
  'x-api-version'?: string;
@@ -1768,7 +1662,7 @@ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdData = {
1768
1662
  url: '/api/v2/SocialService/SocialPosts/{socialPostId}';
1769
1663
  };
1770
1664
 
1771
- export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdErrors = {
1665
+ export type DeleteSocialPostAsyncErrors = {
1772
1666
  /**
1773
1667
  * Unauthorized
1774
1668
  */
@@ -1779,16 +1673,16 @@ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdErrors = {
1779
1673
  403: ErrorEnvelopeReadable;
1780
1674
  };
1781
1675
 
1782
- export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdError = DeleteApiV2SocialServiceSocialPostsBySocialPostIdErrors[keyof DeleteApiV2SocialServiceSocialPostsBySocialPostIdErrors];
1676
+ export type DeleteSocialPostAsyncError = DeleteSocialPostAsyncErrors[keyof DeleteSocialPostAsyncErrors];
1783
1677
 
1784
- export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdResponses = {
1678
+ export type DeleteSocialPostAsyncResponses = {
1785
1679
  /**
1786
1680
  * OK
1787
1681
  */
1788
1682
  200: EmptyEnvelopeReadable;
1789
1683
  };
1790
1684
 
1791
- export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdResponse = DeleteApiV2SocialServiceSocialPostsBySocialPostIdResponses[keyof DeleteApiV2SocialServiceSocialPostsBySocialPostIdResponses];
1685
+ export type DeleteSocialPostAsyncResponse = DeleteSocialPostAsyncResponses[keyof DeleteSocialPostAsyncResponses];
1792
1686
 
1793
1687
  export type GetSocialPostAsyncData = {
1794
1688
  body?: never;
@@ -1827,7 +1721,7 @@ export type GetSocialPostAsyncResponses = {
1827
1721
 
1828
1722
  export type GetSocialPostAsyncResponse = GetSocialPostAsyncResponses[keyof GetSocialPostAsyncResponses];
1829
1723
 
1830
- export type PutApiV2SocialServiceSocialPostsBySocialPostIdData = {
1724
+ export type UpdateSocialPostAsyncData = {
1831
1725
  body?: SocialPostUpdateDto;
1832
1726
  headers?: {
1833
1727
  'x-api-version'?: string;
@@ -1842,7 +1736,7 @@ export type PutApiV2SocialServiceSocialPostsBySocialPostIdData = {
1842
1736
  url: '/api/v2/SocialService/SocialPosts/{socialPostId}';
1843
1737
  };
1844
1738
 
1845
- export type PutApiV2SocialServiceSocialPostsBySocialPostIdErrors = {
1739
+ export type UpdateSocialPostAsyncErrors = {
1846
1740
  /**
1847
1741
  * Unauthorized
1848
1742
  */
@@ -1853,18 +1747,18 @@ export type PutApiV2SocialServiceSocialPostsBySocialPostIdErrors = {
1853
1747
  403: ErrorEnvelopeReadable;
1854
1748
  };
1855
1749
 
1856
- export type PutApiV2SocialServiceSocialPostsBySocialPostIdError = PutApiV2SocialServiceSocialPostsBySocialPostIdErrors[keyof PutApiV2SocialServiceSocialPostsBySocialPostIdErrors];
1750
+ export type UpdateSocialPostAsyncError = UpdateSocialPostAsyncErrors[keyof UpdateSocialPostAsyncErrors];
1857
1751
 
1858
- export type PutApiV2SocialServiceSocialPostsBySocialPostIdResponses = {
1752
+ export type UpdateSocialPostAsyncResponses = {
1859
1753
  /**
1860
1754
  * OK
1861
1755
  */
1862
1756
  200: EmptyEnvelopeReadable;
1863
1757
  };
1864
1758
 
1865
- export type PutApiV2SocialServiceSocialPostsBySocialPostIdResponse = PutApiV2SocialServiceSocialPostsBySocialPostIdResponses[keyof PutApiV2SocialServiceSocialPostsBySocialPostIdResponses];
1759
+ export type UpdateSocialPostAsyncResponse = UpdateSocialPostAsyncResponses[keyof UpdateSocialPostAsyncResponses];
1866
1760
 
1867
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsData = {
1761
+ export type GetSocialPostAttachmentsAsyncData = {
1868
1762
  body?: never;
1869
1763
  headers?: {
1870
1764
  'x-api-version'?: string;
@@ -1878,7 +1772,7 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsData = {
1878
1772
  url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Attachments';
1879
1773
  };
1880
1774
 
1881
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsErrors = {
1775
+ export type GetSocialPostAttachmentsAsyncErrors = {
1882
1776
  /**
1883
1777
  * Unauthorized
1884
1778
  */
@@ -1889,19 +1783,19 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsErrors = {
1889
1783
  403: ErrorEnvelopeReadable;
1890
1784
  };
1891
1785
 
1892
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsError = GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsErrors[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsErrors];
1786
+ export type GetSocialPostAttachmentsAsyncError = GetSocialPostAttachmentsAsyncErrors[keyof GetSocialPostAttachmentsAsyncErrors];
1893
1787
 
1894
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsResponses = {
1788
+ export type GetSocialPostAttachmentsAsyncResponses = {
1895
1789
  /**
1896
1790
  * OK
1897
1791
  */
1898
1792
  200: SocialPostAttachmentDtoListEnvelopeReadable;
1899
1793
  };
1900
1794
 
1901
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsResponse = GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsResponses[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsResponses];
1795
+ export type GetSocialPostAttachmentsAsyncResponse = GetSocialPostAttachmentsAsyncResponses[keyof GetSocialPostAttachmentsAsyncResponses];
1902
1796
 
1903
- export type PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsData = {
1904
- body?: SocialPostAttachmentCreateDtoWritable;
1797
+ export type CreateSocialPostAttachmentAsyncData = {
1798
+ body?: SocialPostAttachmentCreateDto;
1905
1799
  headers?: {
1906
1800
  'x-api-version'?: string;
1907
1801
  };
@@ -1915,7 +1809,7 @@ export type PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsData = {
1915
1809
  url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Attachments';
1916
1810
  };
1917
1811
 
1918
- export type PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsErrors = {
1812
+ export type CreateSocialPostAttachmentAsyncErrors = {
1919
1813
  /**
1920
1814
  * Unauthorized
1921
1815
  */
@@ -1926,18 +1820,18 @@ export type PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsErrors = {
1926
1820
  403: ErrorEnvelopeReadable;
1927
1821
  };
1928
1822
 
1929
- export type PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsError = PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsErrors[keyof PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsErrors];
1823
+ export type CreateSocialPostAttachmentAsyncError = CreateSocialPostAttachmentAsyncErrors[keyof CreateSocialPostAttachmentAsyncErrors];
1930
1824
 
1931
- export type PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsResponses = {
1825
+ export type CreateSocialPostAttachmentAsyncResponses = {
1932
1826
  /**
1933
1827
  * Created
1934
1828
  */
1935
1829
  201: SocialPostAttachmentDtoEnvelopeReadable;
1936
1830
  };
1937
1831
 
1938
- export type PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsResponse = PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsResponses[keyof PostApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsResponses];
1832
+ export type CreateSocialPostAttachmentAsyncResponse = CreateSocialPostAttachmentAsyncResponses[keyof CreateSocialPostAttachmentAsyncResponses];
1939
1833
 
1940
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountData = {
1834
+ export type GetSocialPostAttachmentsCountAsyncData = {
1941
1835
  body?: never;
1942
1836
  headers?: {
1943
1837
  'x-api-version'?: string;
@@ -1951,7 +1845,7 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountData =
1951
1845
  url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Attachments/Count';
1952
1846
  };
1953
1847
 
1954
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountErrors = {
1848
+ export type GetSocialPostAttachmentsCountAsyncErrors = {
1955
1849
  /**
1956
1850
  * Unauthorized
1957
1851
  */
@@ -1962,18 +1856,18 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountErrors
1962
1856
  403: ErrorEnvelopeReadable;
1963
1857
  };
1964
1858
 
1965
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountError = GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountErrors[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountErrors];
1859
+ export type GetSocialPostAttachmentsCountAsyncError = GetSocialPostAttachmentsCountAsyncErrors[keyof GetSocialPostAttachmentsCountAsyncErrors];
1966
1860
 
1967
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountResponses = {
1861
+ export type GetSocialPostAttachmentsCountAsyncResponses = {
1968
1862
  /**
1969
1863
  * OK
1970
1864
  */
1971
1865
  200: Int32EnvelopeReadable;
1972
1866
  };
1973
1867
 
1974
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountResponse = GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountResponses[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsCountResponses];
1868
+ export type GetSocialPostAttachmentsCountAsyncResponse = GetSocialPostAttachmentsCountAsyncResponses[keyof GetSocialPostAttachmentsCountAsyncResponses];
1975
1869
 
1976
- export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdData = {
1870
+ export type DeleteSocialPostAttachmentAsyncData = {
1977
1871
  body?: never;
1978
1872
  headers?: {
1979
1873
  'x-api-version'?: string;
@@ -1989,7 +1883,7 @@ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttach
1989
1883
  url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Attachments/{attachmentId}';
1990
1884
  };
1991
1885
 
1992
- export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdErrors = {
1886
+ export type DeleteSocialPostAttachmentAsyncErrors = {
1993
1887
  /**
1994
1888
  * Unauthorized
1995
1889
  */
@@ -2000,16 +1894,16 @@ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttach
2000
1894
  403: ErrorEnvelopeReadable;
2001
1895
  };
2002
1896
 
2003
- export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdError = DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdErrors[keyof DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdErrors];
1897
+ export type DeleteSocialPostAttachmentAsyncError = DeleteSocialPostAttachmentAsyncErrors[keyof DeleteSocialPostAttachmentAsyncErrors];
2004
1898
 
2005
- export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdResponses = {
1899
+ export type DeleteSocialPostAttachmentAsyncResponses = {
2006
1900
  /**
2007
1901
  * OK
2008
1902
  */
2009
1903
  200: EmptyEnvelopeReadable;
2010
1904
  };
2011
1905
 
2012
- export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdResponse = DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdResponses[keyof DeleteApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdResponses];
1906
+ export type DeleteSocialPostAttachmentAsyncResponse = DeleteSocialPostAttachmentAsyncResponses[keyof DeleteSocialPostAttachmentAsyncResponses];
2013
1907
 
2014
1908
  export type GetSocialPostAttachmentAsyncData = {
2015
1909
  body?: never;
@@ -2048,8 +1942,8 @@ export type GetSocialPostAttachmentAsyncResponses = {
2048
1942
 
2049
1943
  export type GetSocialPostAttachmentAsyncResponse = GetSocialPostAttachmentAsyncResponses[keyof GetSocialPostAttachmentAsyncResponses];
2050
1944
 
2051
- export type PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdData = {
2052
- body?: SocialPostAttachmentUpdateDtoWritable;
1945
+ export type UpdateSocialPostAttachmentAsyncData = {
1946
+ body?: SocialPostAttachmentUpdateDto;
2053
1947
  headers?: {
2054
1948
  'x-api-version'?: string;
2055
1949
  };
@@ -2064,7 +1958,7 @@ export type PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmen
2064
1958
  url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Attachments/{attachmentId}';
2065
1959
  };
2066
1960
 
2067
- export type PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdErrors = {
1961
+ export type UpdateSocialPostAttachmentAsyncErrors = {
2068
1962
  /**
2069
1963
  * Unauthorized
2070
1964
  */
@@ -2075,18 +1969,18 @@ export type PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmen
2075
1969
  403: ErrorEnvelopeReadable;
2076
1970
  };
2077
1971
 
2078
- export type PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdError = PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdErrors[keyof PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdErrors];
1972
+ export type UpdateSocialPostAttachmentAsyncError = UpdateSocialPostAttachmentAsyncErrors[keyof UpdateSocialPostAttachmentAsyncErrors];
2079
1973
 
2080
- export type PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdResponses = {
1974
+ export type UpdateSocialPostAttachmentAsyncResponses = {
2081
1975
  /**
2082
1976
  * OK
2083
1977
  */
2084
1978
  200: EmptyEnvelopeReadable;
2085
1979
  };
2086
1980
 
2087
- export type PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdResponse = PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdResponses[keyof PutApiV2SocialServiceSocialPostsBySocialPostIdAttachmentsByAttachmentIdResponses];
1981
+ export type UpdateSocialPostAttachmentAsyncResponse = UpdateSocialPostAttachmentAsyncResponses[keyof UpdateSocialPostAttachmentAsyncResponses];
2088
1982
 
2089
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsData = {
1983
+ export type GetSocialPostReactionsAsyncData = {
2090
1984
  body?: never;
2091
1985
  headers?: {
2092
1986
  'x-api-version'?: string;
@@ -2101,7 +1995,7 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsData = {
2101
1995
  url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Reactions';
2102
1996
  };
2103
1997
 
2104
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsErrors = {
1998
+ export type GetSocialPostReactionsAsyncErrors = {
2105
1999
  /**
2106
2000
  * Unauthorized
2107
2001
  */
@@ -2112,19 +2006,19 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsErrors = {
2112
2006
  403: ErrorEnvelopeReadable;
2113
2007
  };
2114
2008
 
2115
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsError = GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsErrors[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsErrors];
2009
+ export type GetSocialPostReactionsAsyncError = GetSocialPostReactionsAsyncErrors[keyof GetSocialPostReactionsAsyncErrors];
2116
2010
 
2117
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsResponses = {
2011
+ export type GetSocialPostReactionsAsyncResponses = {
2118
2012
  /**
2119
2013
  * OK
2120
2014
  */
2121
2015
  200: SocialReactionDtoListEnvelopeReadable;
2122
2016
  };
2123
2017
 
2124
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsResponse = GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsResponses[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsResponses];
2018
+ export type GetSocialPostReactionsAsyncResponse = GetSocialPostReactionsAsyncResponses[keyof GetSocialPostReactionsAsyncResponses];
2125
2019
 
2126
- export type PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsData = {
2127
- body?: SocialReactionCreateDtoWritable;
2020
+ export type CreateSocialPostReactionAsyncData = {
2021
+ body?: SocialReactionCreateDto;
2128
2022
  headers?: {
2129
2023
  'x-api-version'?: string;
2130
2024
  };
@@ -2138,7 +2032,7 @@ export type PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsData = {
2138
2032
  url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Reactions';
2139
2033
  };
2140
2034
 
2141
- export type PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsErrors = {
2035
+ export type CreateSocialPostReactionAsyncErrors = {
2142
2036
  /**
2143
2037
  * Unauthorized
2144
2038
  */
@@ -2149,18 +2043,18 @@ export type PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsErrors = {
2149
2043
  403: ErrorEnvelopeReadable;
2150
2044
  };
2151
2045
 
2152
- export type PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsError = PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsErrors[keyof PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsErrors];
2046
+ export type CreateSocialPostReactionAsyncError = CreateSocialPostReactionAsyncErrors[keyof CreateSocialPostReactionAsyncErrors];
2153
2047
 
2154
- export type PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsResponses = {
2048
+ export type CreateSocialPostReactionAsyncResponses = {
2155
2049
  /**
2156
2050
  * Created
2157
2051
  */
2158
2052
  201: SocialReactionDtoEnvelopeReadable;
2159
2053
  };
2160
2054
 
2161
- export type PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsResponse = PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsResponses[keyof PostApiV2SocialServiceSocialPostsBySocialPostIdReactionsResponses];
2055
+ export type CreateSocialPostReactionAsyncResponse = CreateSocialPostReactionAsyncResponses[keyof CreateSocialPostReactionAsyncResponses];
2162
2056
 
2163
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountData = {
2057
+ export type GetSocialPostReactionsCountAsyncData = {
2164
2058
  body?: never;
2165
2059
  headers?: {
2166
2060
  'x-api-version'?: string;
@@ -2175,7 +2069,7 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountData = {
2175
2069
  url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Reactions/Count';
2176
2070
  };
2177
2071
 
2178
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountErrors = {
2072
+ export type GetSocialPostReactionsCountAsyncErrors = {
2179
2073
  /**
2180
2074
  * Unauthorized
2181
2075
  */
@@ -2186,18 +2080,18 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountErrors =
2186
2080
  403: ErrorEnvelopeReadable;
2187
2081
  };
2188
2082
 
2189
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountError = GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountErrors[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountErrors];
2083
+ export type GetSocialPostReactionsCountAsyncError = GetSocialPostReactionsCountAsyncErrors[keyof GetSocialPostReactionsCountAsyncErrors];
2190
2084
 
2191
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountResponses = {
2085
+ export type GetSocialPostReactionsCountAsyncResponses = {
2192
2086
  /**
2193
2087
  * OK
2194
2088
  */
2195
2089
  200: Int32EnvelopeReadable;
2196
2090
  };
2197
2091
 
2198
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountResponse = GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountResponses[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdReactionsCountResponses];
2092
+ export type GetSocialPostReactionsCountAsyncResponse = GetSocialPostReactionsCountAsyncResponses[keyof GetSocialPostReactionsCountAsyncResponses];
2199
2093
 
2200
- export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdData = {
2094
+ export type DeleteSocialPostReactionAsyncData = {
2201
2095
  body?: never;
2202
2096
  headers?: {
2203
2097
  'x-api-version'?: string;
@@ -2213,7 +2107,7 @@ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReaction
2213
2107
  url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Reactions/{reactionId}';
2214
2108
  };
2215
2109
 
2216
- export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdErrors = {
2110
+ export type DeleteSocialPostReactionAsyncErrors = {
2217
2111
  /**
2218
2112
  * Unauthorized
2219
2113
  */
@@ -2224,16 +2118,16 @@ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReaction
2224
2118
  403: ErrorEnvelopeReadable;
2225
2119
  };
2226
2120
 
2227
- export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdError = DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdErrors[keyof DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdErrors];
2121
+ export type DeleteSocialPostReactionAsyncError = DeleteSocialPostReactionAsyncErrors[keyof DeleteSocialPostReactionAsyncErrors];
2228
2122
 
2229
- export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdResponses = {
2123
+ export type DeleteSocialPostReactionAsyncResponses = {
2230
2124
  /**
2231
2125
  * OK
2232
2126
  */
2233
2127
  200: EmptyEnvelopeReadable;
2234
2128
  };
2235
2129
 
2236
- export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdResponse = DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdResponses[keyof DeleteApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdResponses];
2130
+ export type DeleteSocialPostReactionAsyncResponse = DeleteSocialPostReactionAsyncResponses[keyof DeleteSocialPostReactionAsyncResponses];
2237
2131
 
2238
2132
  export type GetSocialPostReactionAsyncData = {
2239
2133
  body?: never;
@@ -2272,7 +2166,7 @@ export type GetSocialPostReactionAsyncResponses = {
2272
2166
 
2273
2167
  export type GetSocialPostReactionAsyncResponse = GetSocialPostReactionAsyncResponses[keyof GetSocialPostReactionAsyncResponses];
2274
2168
 
2275
- export type PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdData = {
2169
+ export type UpdateSocialPostReactionAsyncData = {
2276
2170
  body?: SocialReactionUpdateDto;
2277
2171
  headers?: {
2278
2172
  'x-api-version'?: string;
@@ -2288,7 +2182,7 @@ export type PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdD
2288
2182
  url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Reactions/{reactionId}';
2289
2183
  };
2290
2184
 
2291
- export type PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdErrors = {
2185
+ export type UpdateSocialPostReactionAsyncErrors = {
2292
2186
  /**
2293
2187
  * Unauthorized
2294
2188
  */
@@ -2299,18 +2193,18 @@ export type PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdE
2299
2193
  403: ErrorEnvelopeReadable;
2300
2194
  };
2301
2195
 
2302
- export type PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdError = PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdErrors[keyof PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdErrors];
2196
+ export type UpdateSocialPostReactionAsyncError = UpdateSocialPostReactionAsyncErrors[keyof UpdateSocialPostReactionAsyncErrors];
2303
2197
 
2304
- export type PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdResponses = {
2198
+ export type UpdateSocialPostReactionAsyncResponses = {
2305
2199
  /**
2306
2200
  * OK
2307
2201
  */
2308
2202
  200: EmptyEnvelopeReadable;
2309
2203
  };
2310
2204
 
2311
- export type PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdResponse = PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdResponses[keyof PutApiV2SocialServiceSocialPostsBySocialPostIdReactionsByReactionIdResponses];
2205
+ export type UpdateSocialPostReactionAsyncResponse = UpdateSocialPostReactionAsyncResponses[keyof UpdateSocialPostReactionAsyncResponses];
2312
2206
 
2313
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsData = {
2207
+ export type GetSocialPostCommentsAsyncData = {
2314
2208
  body?: never;
2315
2209
  headers?: {
2316
2210
  'x-api-version'?: string;
@@ -2325,7 +2219,7 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsData = {
2325
2219
  url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Comments';
2326
2220
  };
2327
2221
 
2328
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsErrors = {
2222
+ export type GetSocialPostCommentsAsyncErrors = {
2329
2223
  /**
2330
2224
  * Unauthorized
2331
2225
  */
@@ -2336,19 +2230,19 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsErrors = {
2336
2230
  403: ErrorEnvelopeReadable;
2337
2231
  };
2338
2232
 
2339
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsError = GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsErrors[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsErrors];
2233
+ export type GetSocialPostCommentsAsyncError = GetSocialPostCommentsAsyncErrors[keyof GetSocialPostCommentsAsyncErrors];
2340
2234
 
2341
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsResponses = {
2235
+ export type GetSocialPostCommentsAsyncResponses = {
2342
2236
  /**
2343
2237
  * OK
2344
2238
  */
2345
2239
  200: SocialPostCommentDtoListEnvelopeReadable;
2346
2240
  };
2347
2241
 
2348
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsResponse = GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsResponses[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsResponses];
2242
+ export type GetSocialPostCommentsAsyncResponse = GetSocialPostCommentsAsyncResponses[keyof GetSocialPostCommentsAsyncResponses];
2349
2243
 
2350
- export type PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsData = {
2351
- body?: SocialPostCommentCreateDtoWritable;
2244
+ export type CreateSocialPostCommentAsyncData = {
2245
+ body?: SocialPostCommentCreateDto;
2352
2246
  headers?: {
2353
2247
  'x-api-version'?: string;
2354
2248
  };
@@ -2362,7 +2256,7 @@ export type PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsData = {
2362
2256
  url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Comments';
2363
2257
  };
2364
2258
 
2365
- export type PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsErrors = {
2259
+ export type CreateSocialPostCommentAsyncErrors = {
2366
2260
  /**
2367
2261
  * Unauthorized
2368
2262
  */
@@ -2373,18 +2267,18 @@ export type PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsErrors = {
2373
2267
  403: ErrorEnvelopeReadable;
2374
2268
  };
2375
2269
 
2376
- export type PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsError = PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsErrors[keyof PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsErrors];
2270
+ export type CreateSocialPostCommentAsyncError = CreateSocialPostCommentAsyncErrors[keyof CreateSocialPostCommentAsyncErrors];
2377
2271
 
2378
- export type PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsResponses = {
2272
+ export type CreateSocialPostCommentAsyncResponses = {
2379
2273
  /**
2380
2274
  * Created
2381
2275
  */
2382
2276
  201: EmptyEnvelopeReadable;
2383
2277
  };
2384
2278
 
2385
- export type PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsResponse = PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsResponses[keyof PostApiV2SocialServiceSocialPostsBySocialPostIdCommentsResponses];
2279
+ export type CreateSocialPostCommentAsyncResponse = CreateSocialPostCommentAsyncResponses[keyof CreateSocialPostCommentAsyncResponses];
2386
2280
 
2387
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountData = {
2281
+ export type GetSocialPostCommentsCountAsyncData = {
2388
2282
  body?: never;
2389
2283
  headers?: {
2390
2284
  'x-api-version'?: string;
@@ -2399,7 +2293,7 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountData = {
2399
2293
  url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Comments/Count';
2400
2294
  };
2401
2295
 
2402
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountErrors = {
2296
+ export type GetSocialPostCommentsCountAsyncErrors = {
2403
2297
  /**
2404
2298
  * Unauthorized
2405
2299
  */
@@ -2410,18 +2304,18 @@ export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountErrors =
2410
2304
  403: ErrorEnvelopeReadable;
2411
2305
  };
2412
2306
 
2413
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountError = GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountErrors[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountErrors];
2307
+ export type GetSocialPostCommentsCountAsyncError = GetSocialPostCommentsCountAsyncErrors[keyof GetSocialPostCommentsCountAsyncErrors];
2414
2308
 
2415
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountResponses = {
2309
+ export type GetSocialPostCommentsCountAsyncResponses = {
2416
2310
  /**
2417
2311
  * OK
2418
2312
  */
2419
2313
  200: Int32EnvelopeReadable;
2420
2314
  };
2421
2315
 
2422
- export type GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountResponse = GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountResponses[keyof GetApiV2SocialServiceSocialPostsBySocialPostIdCommentsCountResponses];
2316
+ export type GetSocialPostCommentsCountAsyncResponse = GetSocialPostCommentsCountAsyncResponses[keyof GetSocialPostCommentsCountAsyncResponses];
2423
2317
 
2424
- export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdData = {
2318
+ export type DeleteSocialPostCommentAsyncData = {
2425
2319
  body?: never;
2426
2320
  headers?: {
2427
2321
  'x-api-version'?: string;
@@ -2437,7 +2331,7 @@ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentId
2437
2331
  url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Comments/{commentId}';
2438
2332
  };
2439
2333
 
2440
- export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdErrors = {
2334
+ export type DeleteSocialPostCommentAsyncErrors = {
2441
2335
  /**
2442
2336
  * Unauthorized
2443
2337
  */
@@ -2448,16 +2342,16 @@ export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentId
2448
2342
  403: ErrorEnvelopeReadable;
2449
2343
  };
2450
2344
 
2451
- export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdError = DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdErrors[keyof DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdErrors];
2345
+ export type DeleteSocialPostCommentAsyncError = DeleteSocialPostCommentAsyncErrors[keyof DeleteSocialPostCommentAsyncErrors];
2452
2346
 
2453
- export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdResponses = {
2347
+ export type DeleteSocialPostCommentAsyncResponses = {
2454
2348
  /**
2455
2349
  * OK
2456
2350
  */
2457
2351
  200: EmptyEnvelopeReadable;
2458
2352
  };
2459
2353
 
2460
- export type DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdResponse = DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdResponses[keyof DeleteApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdResponses];
2354
+ export type DeleteSocialPostCommentAsyncResponse = DeleteSocialPostCommentAsyncResponses[keyof DeleteSocialPostCommentAsyncResponses];
2461
2355
 
2462
2356
  export type GetSocialPostCommentAsyncData = {
2463
2357
  body?: never;
@@ -2497,7 +2391,7 @@ export type GetSocialPostCommentAsyncResponses = {
2497
2391
 
2498
2392
  export type GetSocialPostCommentAsyncResponse = GetSocialPostCommentAsyncResponses[keyof GetSocialPostCommentAsyncResponses];
2499
2393
 
2500
- export type PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdData = {
2394
+ export type UpdateSocialPostCommentAsyncData = {
2501
2395
  body?: SocialPostCommentUpdateDto;
2502
2396
  headers?: {
2503
2397
  'x-api-version'?: string;
@@ -2513,7 +2407,7 @@ export type PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdDat
2513
2407
  url: '/api/v2/SocialService/SocialPosts/{socialPostId}/Comments/{commentId}';
2514
2408
  };
2515
2409
 
2516
- export type PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdErrors = {
2410
+ export type UpdateSocialPostCommentAsyncErrors = {
2517
2411
  /**
2518
2412
  * Unauthorized
2519
2413
  */
@@ -2524,16 +2418,16 @@ export type PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdErr
2524
2418
  403: ErrorEnvelopeReadable;
2525
2419
  };
2526
2420
 
2527
- export type PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdError = PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdErrors[keyof PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdErrors];
2421
+ export type UpdateSocialPostCommentAsyncError = UpdateSocialPostCommentAsyncErrors[keyof UpdateSocialPostCommentAsyncErrors];
2528
2422
 
2529
- export type PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdResponses = {
2423
+ export type UpdateSocialPostCommentAsyncResponses = {
2530
2424
  /**
2531
2425
  * OK
2532
2426
  */
2533
2427
  200: EmptyEnvelopeReadable;
2534
2428
  };
2535
2429
 
2536
- export type PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdResponse = PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdResponses[keyof PutApiV2SocialServiceSocialPostsBySocialPostIdCommentsByCommentIdResponses];
2430
+ export type UpdateSocialPostCommentAsyncResponse = UpdateSocialPostCommentAsyncResponses[keyof UpdateSocialPostCommentAsyncResponses];
2537
2431
 
2538
2432
  export type GetSocialProfilesAsyncData = {
2539
2433
  body?: never;
@@ -2711,7 +2605,7 @@ export type CountFollowersAsyncResponses = {
2711
2605
 
2712
2606
  export type CountFollowersAsyncResponse = CountFollowersAsyncResponses[keyof CountFollowersAsyncResponses];
2713
2607
 
2714
- export type GetFollowersAsync2Data = {
2608
+ export type GetFollowerProfilesAsyncData = {
2715
2609
  body?: never;
2716
2610
  headers?: {
2717
2611
  'x-api-version'?: string;
@@ -2725,7 +2619,7 @@ export type GetFollowersAsync2Data = {
2725
2619
  url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Followers/Profiles';
2726
2620
  };
2727
2621
 
2728
- export type GetFollowersAsync2Errors = {
2622
+ export type GetFollowerProfilesAsyncErrors = {
2729
2623
  /**
2730
2624
  * Unauthorized
2731
2625
  */
@@ -2736,18 +2630,18 @@ export type GetFollowersAsync2Errors = {
2736
2630
  403: ErrorEnvelopeReadable;
2737
2631
  };
2738
2632
 
2739
- export type GetFollowersAsync2Error = GetFollowersAsync2Errors[keyof GetFollowersAsync2Errors];
2633
+ export type GetFollowerProfilesAsyncError = GetFollowerProfilesAsyncErrors[keyof GetFollowerProfilesAsyncErrors];
2740
2634
 
2741
- export type GetFollowersAsync2Responses = {
2635
+ export type GetFollowerProfilesAsyncResponses = {
2742
2636
  /**
2743
2637
  * OK
2744
2638
  */
2745
2639
  200: SocialProfileDtoListEnvelopeReadable;
2746
2640
  };
2747
2641
 
2748
- export type GetFollowersAsync2Response = GetFollowersAsync2Responses[keyof GetFollowersAsync2Responses];
2642
+ export type GetFollowerProfilesAsyncResponse = GetFollowerProfilesAsyncResponses[keyof GetFollowerProfilesAsyncResponses];
2749
2643
 
2750
- export type CountFollowersAsync2Data = {
2644
+ export type CountFollowerProfilesAsyncData = {
2751
2645
  body?: never;
2752
2646
  headers?: {
2753
2647
  'x-api-version'?: string;
@@ -2761,7 +2655,7 @@ export type CountFollowersAsync2Data = {
2761
2655
  url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Followers/Profiles/Count';
2762
2656
  };
2763
2657
 
2764
- export type CountFollowersAsync2Errors = {
2658
+ export type CountFollowerProfilesAsyncErrors = {
2765
2659
  /**
2766
2660
  * Unauthorized
2767
2661
  */
@@ -2772,16 +2666,16 @@ export type CountFollowersAsync2Errors = {
2772
2666
  403: ErrorEnvelopeReadable;
2773
2667
  };
2774
2668
 
2775
- export type CountFollowersAsync2Error = CountFollowersAsync2Errors[keyof CountFollowersAsync2Errors];
2669
+ export type CountFollowerProfilesAsyncError = CountFollowerProfilesAsyncErrors[keyof CountFollowerProfilesAsyncErrors];
2776
2670
 
2777
- export type CountFollowersAsync2Responses = {
2671
+ export type CountFollowerProfilesAsyncResponses = {
2778
2672
  /**
2779
2673
  * OK
2780
2674
  */
2781
2675
  200: Int32EnvelopeReadable;
2782
2676
  };
2783
2677
 
2784
- export type CountFollowersAsync2Response = CountFollowersAsync2Responses[keyof CountFollowersAsync2Responses];
2678
+ export type CountFollowerProfilesAsyncResponse = CountFollowerProfilesAsyncResponses[keyof CountFollowerProfilesAsyncResponses];
2785
2679
 
2786
2680
  export type GetFollowsAsyncData = {
2787
2681
  body?: never;
@@ -2855,7 +2749,7 @@ export type CountFollowsAsyncResponses = {
2855
2749
 
2856
2750
  export type CountFollowsAsyncResponse = CountFollowsAsyncResponses[keyof CountFollowsAsyncResponses];
2857
2751
 
2858
- export type GetFollowsAsync2Data = {
2752
+ export type GetFollowedProfilesAsyncData = {
2859
2753
  body?: never;
2860
2754
  headers?: {
2861
2755
  'x-api-version'?: string;
@@ -2869,7 +2763,7 @@ export type GetFollowsAsync2Data = {
2869
2763
  url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows/Profiles';
2870
2764
  };
2871
2765
 
2872
- export type GetFollowsAsync2Errors = {
2766
+ export type GetFollowedProfilesAsyncErrors = {
2873
2767
  /**
2874
2768
  * Unauthorized
2875
2769
  */
@@ -2880,18 +2774,18 @@ export type GetFollowsAsync2Errors = {
2880
2774
  403: ErrorEnvelopeReadable;
2881
2775
  };
2882
2776
 
2883
- export type GetFollowsAsync2Error = GetFollowsAsync2Errors[keyof GetFollowsAsync2Errors];
2777
+ export type GetFollowedProfilesAsyncError = GetFollowedProfilesAsyncErrors[keyof GetFollowedProfilesAsyncErrors];
2884
2778
 
2885
- export type GetFollowsAsync2Responses = {
2779
+ export type GetFollowedProfilesAsyncResponses = {
2886
2780
  /**
2887
2781
  * OK
2888
2782
  */
2889
2783
  200: SocialProfileDtoListEnvelopeReadable;
2890
2784
  };
2891
2785
 
2892
- export type GetFollowsAsync2Response = GetFollowsAsync2Responses[keyof GetFollowsAsync2Responses];
2786
+ export type GetFollowedProfilesAsyncResponse = GetFollowedProfilesAsyncResponses[keyof GetFollowedProfilesAsyncResponses];
2893
2787
 
2894
- export type CountFollowsAsync2Data = {
2788
+ export type CountFollowedProfilesAsyncData = {
2895
2789
  body?: never;
2896
2790
  headers?: {
2897
2791
  'x-api-version'?: string;
@@ -2905,7 +2799,7 @@ export type CountFollowsAsync2Data = {
2905
2799
  url: '/api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows/Profiles/Count';
2906
2800
  };
2907
2801
 
2908
- export type CountFollowsAsync2Errors = {
2802
+ export type CountFollowedProfilesAsyncErrors = {
2909
2803
  /**
2910
2804
  * Unauthorized
2911
2805
  */
@@ -2916,16 +2810,16 @@ export type CountFollowsAsync2Errors = {
2916
2810
  403: ErrorEnvelopeReadable;
2917
2811
  };
2918
2812
 
2919
- export type CountFollowsAsync2Error = CountFollowsAsync2Errors[keyof CountFollowsAsync2Errors];
2813
+ export type CountFollowedProfilesAsyncError = CountFollowedProfilesAsyncErrors[keyof CountFollowedProfilesAsyncErrors];
2920
2814
 
2921
- export type CountFollowsAsync2Responses = {
2815
+ export type CountFollowedProfilesAsyncResponses = {
2922
2816
  /**
2923
2817
  * OK
2924
2818
  */
2925
2819
  200: Int32EnvelopeReadable;
2926
2820
  };
2927
2821
 
2928
- export type CountFollowsAsync2Response = CountFollowsAsync2Responses[keyof CountFollowsAsync2Responses];
2822
+ export type CountFollowedProfilesAsyncResponse = CountFollowedProfilesAsyncResponses[keyof CountFollowedProfilesAsyncResponses];
2929
2823
 
2930
2824
  export type UnfollowAsyncData = {
2931
2825
  body?: never;
@@ -3147,7 +3041,7 @@ export type GetConversationsAsyncResponses = {
3147
3041
  export type GetConversationsAsyncResponse = GetConversationsAsyncResponses[keyof GetConversationsAsyncResponses];
3148
3042
 
3149
3043
  export type CreateConversationAsyncData = {
3150
- body?: ConversationCreateDtoWritable;
3044
+ body?: ConversationCreateDto;
3151
3045
  headers?: {
3152
3046
  'x-api-version'?: string;
3153
3047
  };
@@ -3255,7 +3149,7 @@ export type GetMessagesAsyncResponses = {
3255
3149
  export type GetMessagesAsyncResponse = GetMessagesAsyncResponses[keyof GetMessagesAsyncResponses];
3256
3150
 
3257
3151
  export type CreateMessageAsyncData = {
3258
- body?: PrivateMessageCreateDtoWritable;
3152
+ body?: PrivateMessageCreateDto;
3259
3153
  headers?: {
3260
3154
  'x-api-version'?: string;
3261
3155
  };