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