fulcrum-cem-client 0.0.2 → 0.0.4

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 (590) hide show
  1. package/.openapi-generator/FILES +119 -33
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +273 -28
  4. package/dist/apis/AgentsApi.d.ts +166 -147
  5. package/dist/apis/AgentsApi.js +139 -131
  6. package/dist/apis/CommitmentsApi.d.ts +31 -31
  7. package/dist/apis/CommitmentsApi.js +21 -21
  8. package/dist/apis/EventApi.d.ts +51 -58
  9. package/dist/apis/EventApi.js +42 -59
  10. package/dist/apis/JobsApi.d.ts +112 -129
  11. package/dist/apis/JobsApi.js +90 -133
  12. package/dist/apis/MetricsApi.d.ts +113 -84
  13. package/dist/apis/MetricsApi.js +98 -72
  14. package/dist/apis/NotaryJobsApi.d.ts +31 -31
  15. package/dist/apis/NotaryJobsApi.js +20 -20
  16. package/dist/apis/ParticipantsApi.d.ts +80 -51
  17. package/dist/apis/ParticipantsApi.js +57 -31
  18. package/dist/apis/ServiceOfferingsApi.d.ts +31 -31
  19. package/dist/apis/ServiceOfferingsApi.js +21 -21
  20. package/dist/apis/ServiceOrdersApi.d.ts +20 -20
  21. package/dist/apis/ServiceOrdersApi.js +13 -13
  22. package/dist/apis/ServicesApi.d.ts +213 -252
  23. package/dist/apis/ServicesApi.js +187 -261
  24. package/dist/apis/TokensApi.d.ts +80 -62
  25. package/dist/apis/TokensApi.js +48 -36
  26. package/dist/apis/TransactionsApi.d.ts +44 -44
  27. package/dist/apis/TransactionsApi.js +31 -31
  28. package/dist/esm/apis/AgentsApi.d.ts +166 -147
  29. package/dist/esm/apis/AgentsApi.js +139 -131
  30. package/dist/esm/apis/CommitmentsApi.d.ts +31 -31
  31. package/dist/esm/apis/CommitmentsApi.js +21 -21
  32. package/dist/esm/apis/EventApi.d.ts +51 -58
  33. package/dist/esm/apis/EventApi.js +43 -60
  34. package/dist/esm/apis/JobsApi.d.ts +112 -129
  35. package/dist/esm/apis/JobsApi.js +90 -133
  36. package/dist/esm/apis/MetricsApi.d.ts +113 -84
  37. package/dist/esm/apis/MetricsApi.js +99 -73
  38. package/dist/esm/apis/NotaryJobsApi.d.ts +31 -31
  39. package/dist/esm/apis/NotaryJobsApi.js +20 -20
  40. package/dist/esm/apis/ParticipantsApi.d.ts +80 -51
  41. package/dist/esm/apis/ParticipantsApi.js +57 -31
  42. package/dist/esm/apis/ServiceOfferingsApi.d.ts +31 -31
  43. package/dist/esm/apis/ServiceOfferingsApi.js +21 -21
  44. package/dist/esm/apis/ServiceOrdersApi.d.ts +20 -20
  45. package/dist/esm/apis/ServiceOrdersApi.js +13 -13
  46. package/dist/esm/apis/ServicesApi.d.ts +213 -252
  47. package/dist/esm/apis/ServicesApi.js +188 -262
  48. package/dist/esm/apis/TokensApi.d.ts +80 -62
  49. package/dist/esm/apis/TokensApi.js +49 -37
  50. package/dist/esm/apis/TransactionsApi.d.ts +44 -44
  51. package/dist/esm/apis/TransactionsApi.js +32 -32
  52. package/dist/esm/models/AgentCreateRes.d.ts +15 -1
  53. package/dist/esm/models/AgentCreateRes.js +5 -1
  54. package/dist/esm/models/AgentRes.d.ts +15 -1
  55. package/dist/esm/models/AgentRes.js +5 -1
  56. package/dist/esm/models/AgentStatus.d.ts +1 -1
  57. package/dist/esm/models/AgentStatus.js +1 -1
  58. package/dist/esm/models/AgentTypeRes.d.ts +10 -1
  59. package/dist/esm/models/AgentTypeRes.js +5 -1
  60. package/dist/esm/models/AgentTypesList200Response.d.ts +63 -0
  61. package/dist/esm/models/AgentTypesList200Response.js +52 -0
  62. package/dist/esm/models/AgentsList200Response.d.ts +63 -0
  63. package/dist/esm/models/AgentsList200Response.js +52 -0
  64. package/dist/esm/models/AgentsUpdateStatusRequest.d.ts +33 -0
  65. package/dist/esm/models/AgentsUpdateStatusRequest.js +44 -0
  66. package/dist/esm/models/AuthRole.d.ts +1 -1
  67. package/dist/esm/models/AuthRole.js +1 -1
  68. package/dist/esm/models/AuthorizerDefinition.d.ts +48 -0
  69. package/dist/esm/models/AuthorizerDefinition.js +54 -0
  70. package/dist/esm/models/ByPeriodReq.d.ts +1 -1
  71. package/dist/esm/models/ByPeriodReq.js +1 -1
  72. package/dist/esm/models/ByPeriodReqFrom.d.ts +1 -1
  73. package/dist/esm/models/ByPeriodReqFrom.js +1 -1
  74. package/dist/esm/models/CommitmentReq.d.ts +1 -1
  75. package/dist/esm/models/CommitmentReq.js +1 -1
  76. package/dist/esm/models/CommitmentRes.d.ts +1 -1
  77. package/dist/esm/models/CommitmentRes.js +1 -1
  78. package/dist/esm/models/CompleteJobReq.d.ts +13 -5
  79. package/dist/esm/models/CompleteJobReq.js +7 -5
  80. package/dist/esm/models/CreateAgentReq.d.ts +10 -4
  81. package/dist/esm/models/CreateAgentReq.js +3 -1
  82. package/dist/esm/models/CreateAgentTypeReq.d.ts +10 -1
  83. package/dist/esm/models/CreateAgentTypeReq.js +7 -1
  84. package/dist/esm/models/CreateCEMServiceReq.d.ts +1 -1
  85. package/dist/esm/models/CreateCEMServiceReq.js +1 -1
  86. package/dist/esm/models/CreateServiceTypeReq.d.ts +9 -2
  87. package/dist/esm/models/CreateServiceTypeReq.js +4 -1
  88. package/dist/esm/models/ErrorRes.d.ts +5 -11
  89. package/dist/esm/models/ErrorRes.js +1 -3
  90. package/dist/esm/models/EventAckReq.d.ts +1 -1
  91. package/dist/esm/models/EventAckReq.js +1 -1
  92. package/dist/esm/models/EventAckRes.d.ts +1 -1
  93. package/dist/esm/models/EventAckRes.js +1 -1
  94. package/dist/esm/models/EventLeaseReq.d.ts +1 -1
  95. package/dist/esm/models/EventLeaseReq.js +1 -1
  96. package/dist/esm/models/EventLeaseRes.d.ts +1 -1
  97. package/dist/esm/models/EventLeaseRes.js +1 -1
  98. package/dist/esm/models/EventRes.d.ts +32 -2
  99. package/dist/esm/models/EventRes.js +11 -1
  100. package/dist/esm/models/EventsList200Response.d.ts +63 -0
  101. package/dist/esm/models/EventsList200Response.js +52 -0
  102. package/dist/esm/models/FailJobReq.d.ts +3 -1
  103. package/dist/esm/models/FailJobReq.js +1 -1
  104. package/dist/esm/models/GeneratorDefinition.d.ts +47 -0
  105. package/dist/esm/models/GeneratorDefinition.js +53 -0
  106. package/dist/esm/models/JobRes.d.ts +24 -28
  107. package/dist/esm/models/JobRes.js +11 -13
  108. package/dist/esm/models/JobStatus.d.ts +6 -2
  109. package/dist/esm/models/JobStatus.js +7 -3
  110. package/dist/esm/models/JobsList200Response.d.ts +63 -0
  111. package/dist/esm/models/JobsList200Response.js +52 -0
  112. package/dist/esm/models/LifecycleAction.d.ts +55 -0
  113. package/dist/esm/models/LifecycleAction.js +56 -0
  114. package/dist/esm/models/LifecycleSchema.d.ts +60 -0
  115. package/dist/esm/models/LifecycleSchema.js +57 -0
  116. package/dist/esm/models/LifecycleState.d.ts +32 -0
  117. package/dist/esm/models/LifecycleState.js +43 -0
  118. package/dist/esm/models/LifecycleTransition.d.ts +53 -0
  119. package/dist/esm/models/LifecycleTransition.js +51 -0
  120. package/dist/esm/models/MetricEntityType.d.ts +1 -1
  121. package/dist/esm/models/MetricEntityType.js +1 -1
  122. package/dist/esm/models/MetricEntriesList200Response.d.ts +63 -0
  123. package/dist/esm/models/MetricEntriesList200Response.js +52 -0
  124. package/dist/esm/models/MetricEntryReq.d.ts +4 -4
  125. package/dist/esm/models/MetricEntryReq.js +3 -3
  126. package/dist/esm/models/MetricEntryRes.d.ts +25 -1
  127. package/dist/esm/models/MetricEntryRes.js +9 -1
  128. package/dist/esm/models/MetricTypeReq.d.ts +1 -1
  129. package/dist/esm/models/MetricTypeReq.js +1 -1
  130. package/dist/esm/models/MetricTypeRes.d.ts +1 -1
  131. package/dist/esm/models/MetricTypeRes.js +1 -1
  132. package/dist/esm/models/MetricTypesList200Response.d.ts +63 -0
  133. package/dist/esm/models/MetricTypesList200Response.js +52 -0
  134. package/dist/esm/models/MetricTypesUpdateRequest.d.ts +32 -0
  135. package/dist/esm/models/MetricTypesUpdateRequest.js +41 -0
  136. package/dist/esm/models/NotaryJobRes.d.ts +1 -1
  137. package/dist/esm/models/NotaryJobRes.js +1 -1
  138. package/dist/esm/models/NotaryJobStatus.d.ts +1 -1
  139. package/dist/esm/models/NotaryJobStatus.js +1 -1
  140. package/dist/esm/models/PageRes.d.ts +14 -8
  141. package/dist/esm/models/PageRes.js +7 -5
  142. package/dist/esm/models/ParticipantReq.d.ts +1 -1
  143. package/dist/esm/models/ParticipantReq.js +1 -1
  144. package/dist/esm/models/ParticipantRes.d.ts +1 -1
  145. package/dist/esm/models/ParticipantRes.js +1 -1
  146. package/dist/esm/models/ParticipantStatus.d.ts +1 -1
  147. package/dist/esm/models/ParticipantStatus.js +1 -1
  148. package/dist/esm/models/ParticipantsList200Response.d.ts +63 -0
  149. package/dist/esm/models/ParticipantsList200Response.js +52 -0
  150. package/dist/esm/models/PriceItem.d.ts +1 -1
  151. package/dist/esm/models/PriceItem.js +1 -1
  152. package/dist/esm/models/PropertyDefinition.d.ts +31 -2
  153. package/dist/esm/models/PropertyDefinition.js +15 -2
  154. package/dist/esm/models/SecretDefinition.d.ts +43 -0
  155. package/dist/esm/models/SecretDefinition.js +50 -0
  156. package/dist/esm/models/ServiceGroupReq.d.ts +2 -2
  157. package/dist/esm/models/ServiceGroupReq.js +1 -1
  158. package/dist/esm/models/ServiceGroupRes.d.ts +2 -2
  159. package/dist/esm/models/ServiceGroupRes.js +1 -1
  160. package/dist/esm/models/ServiceGroupsList200Response.d.ts +63 -0
  161. package/dist/esm/models/ServiceGroupsList200Response.js +52 -0
  162. package/dist/esm/models/ServiceOfferingReq.d.ts +1 -1
  163. package/dist/esm/models/ServiceOfferingReq.js +1 -1
  164. package/dist/esm/models/ServiceOfferingRes.d.ts +1 -1
  165. package/dist/esm/models/ServiceOfferingRes.js +1 -1
  166. package/dist/esm/models/ServiceOfferingResServiceType.d.ts +1 -1
  167. package/dist/esm/models/ServiceOfferingResServiceType.js +1 -1
  168. package/dist/esm/models/ServiceOrderReq.d.ts +1 -1
  169. package/dist/esm/models/ServiceOrderReq.js +1 -1
  170. package/dist/esm/models/ServiceOrderRes.d.ts +9 -2
  171. package/dist/esm/models/ServiceOrderRes.js +6 -3
  172. package/dist/esm/models/ServiceOrderStatus.d.ts +26 -0
  173. package/dist/esm/models/ServiceOrderStatus.js +44 -0
  174. package/dist/esm/models/ServiceReq.d.ts +2 -2
  175. package/dist/esm/models/ServiceReq.js +1 -1
  176. package/dist/esm/models/ServiceRes.d.ts +6 -7
  177. package/dist/esm/models/ServiceRes.js +7 -8
  178. package/dist/esm/models/ServiceTypeRes.d.ts +9 -2
  179. package/dist/esm/models/ServiceTypeRes.js +4 -1
  180. package/dist/esm/models/ServiceTypesList200Response.d.ts +63 -0
  181. package/dist/esm/models/ServiceTypesList200Response.js +52 -0
  182. package/dist/esm/models/ServicesActionRequest.d.ts +34 -0
  183. package/dist/esm/models/ServicesActionRequest.js +41 -0
  184. package/dist/esm/models/SubmitNotaryJobReq.d.ts +1 -1
  185. package/dist/esm/models/SubmitNotaryJobReq.js +1 -1
  186. package/dist/esm/models/TokenReq.d.ts +2 -2
  187. package/dist/esm/models/TokenReq.js +1 -1
  188. package/dist/esm/models/TokenRes.d.ts +4 -10
  189. package/dist/esm/models/TokenRes.js +3 -5
  190. package/dist/esm/models/TokensList200Response.d.ts +63 -0
  191. package/dist/esm/models/TokensList200Response.js +52 -0
  192. package/dist/esm/models/TokensUpdateRequest.d.ts +51 -0
  193. package/dist/esm/models/TokensUpdateRequest.js +48 -0
  194. package/dist/esm/models/TransactionEntityType.d.ts +1 -1
  195. package/dist/esm/models/TransactionEntityType.js +1 -1
  196. package/dist/esm/models/TransactionRecordReq.d.ts +1 -1
  197. package/dist/esm/models/TransactionRecordReq.js +1 -1
  198. package/dist/esm/models/TransactionRecordRes.d.ts +1 -1
  199. package/dist/esm/models/TransactionRecordRes.js +1 -1
  200. package/dist/esm/models/TransactionStatus.d.ts +1 -1
  201. package/dist/esm/models/TransactionStatus.js +1 -1
  202. package/dist/esm/models/TransactionType.d.ts +1 -1
  203. package/dist/esm/models/TransactionType.js +1 -1
  204. package/dist/esm/models/TransactionsUpdateRequest.d.ts +45 -0
  205. package/dist/esm/models/TransactionsUpdateRequest.js +46 -0
  206. package/dist/esm/models/UpdateAgentReq.d.ts +8 -2
  207. package/dist/esm/models/UpdateAgentReq.js +3 -1
  208. package/dist/esm/models/UpdateAgentTypeReq.d.ts +10 -1
  209. package/dist/esm/models/UpdateAgentTypeReq.js +5 -1
  210. package/dist/esm/models/UpdateCEMServiceReq.d.ts +1 -1
  211. package/dist/esm/models/UpdateCEMServiceReq.js +1 -1
  212. package/dist/esm/models/UpdateServiceTypeReq.d.ts +9 -2
  213. package/dist/esm/models/UpdateServiceTypeReq.js +4 -1
  214. package/dist/esm/models/ValidationError.d.ts +1 -1
  215. package/dist/esm/models/ValidationError.js +1 -1
  216. package/dist/esm/models/ValidatorDefinition.d.ts +8 -6
  217. package/dist/esm/models/ValidatorDefinition.js +6 -6
  218. package/dist/esm/models/Variant.d.ts +1 -1
  219. package/dist/esm/models/Variant.js +1 -1
  220. package/dist/esm/models/index.d.ts +23 -33
  221. package/dist/esm/models/index.js +23 -33
  222. package/dist/esm/runtime.d.ts +1 -1
  223. package/dist/esm/runtime.js +1 -1
  224. package/dist/models/AgentCreateRes.d.ts +15 -1
  225. package/dist/models/AgentCreateRes.js +5 -1
  226. package/dist/models/AgentRes.d.ts +15 -1
  227. package/dist/models/AgentRes.js +5 -1
  228. package/dist/models/AgentStatus.d.ts +1 -1
  229. package/dist/models/AgentStatus.js +1 -1
  230. package/dist/models/AgentTypeRes.d.ts +10 -1
  231. package/dist/models/AgentTypeRes.js +5 -1
  232. package/dist/models/AgentTypesList200Response.d.ts +63 -0
  233. package/dist/models/AgentTypesList200Response.js +59 -0
  234. package/dist/models/AgentsList200Response.d.ts +63 -0
  235. package/dist/models/AgentsList200Response.js +59 -0
  236. package/dist/models/AgentsUpdateStatusRequest.d.ts +33 -0
  237. package/dist/models/AgentsUpdateStatusRequest.js +51 -0
  238. package/dist/models/AuthRole.d.ts +1 -1
  239. package/dist/models/AuthRole.js +1 -1
  240. package/dist/models/AuthorizerDefinition.d.ts +48 -0
  241. package/dist/models/AuthorizerDefinition.js +62 -0
  242. package/dist/models/ByPeriodReq.d.ts +1 -1
  243. package/dist/models/ByPeriodReq.js +1 -1
  244. package/dist/models/ByPeriodReqFrom.d.ts +1 -1
  245. package/dist/models/ByPeriodReqFrom.js +1 -1
  246. package/dist/models/CommitmentReq.d.ts +1 -1
  247. package/dist/models/CommitmentReq.js +1 -1
  248. package/dist/models/CommitmentRes.d.ts +1 -1
  249. package/dist/models/CommitmentRes.js +1 -1
  250. package/dist/models/CompleteJobReq.d.ts +13 -5
  251. package/dist/models/CompleteJobReq.js +7 -5
  252. package/dist/models/CreateAgentReq.d.ts +10 -4
  253. package/dist/models/CreateAgentReq.js +3 -1
  254. package/dist/models/CreateAgentTypeReq.d.ts +10 -1
  255. package/dist/models/CreateAgentTypeReq.js +7 -1
  256. package/dist/models/CreateCEMServiceReq.d.ts +1 -1
  257. package/dist/models/CreateCEMServiceReq.js +1 -1
  258. package/dist/models/CreateServiceTypeReq.d.ts +9 -2
  259. package/dist/models/CreateServiceTypeReq.js +4 -1
  260. package/dist/models/ErrorRes.d.ts +5 -11
  261. package/dist/models/ErrorRes.js +1 -3
  262. package/dist/models/EventAckReq.d.ts +1 -1
  263. package/dist/models/EventAckReq.js +1 -1
  264. package/dist/models/EventAckRes.d.ts +1 -1
  265. package/dist/models/EventAckRes.js +1 -1
  266. package/dist/models/EventLeaseReq.d.ts +1 -1
  267. package/dist/models/EventLeaseReq.js +1 -1
  268. package/dist/models/EventLeaseRes.d.ts +1 -1
  269. package/dist/models/EventLeaseRes.js +1 -1
  270. package/dist/models/EventRes.d.ts +32 -2
  271. package/dist/models/EventRes.js +11 -1
  272. package/dist/models/EventsList200Response.d.ts +63 -0
  273. package/dist/models/EventsList200Response.js +59 -0
  274. package/dist/models/FailJobReq.d.ts +3 -1
  275. package/dist/models/FailJobReq.js +1 -1
  276. package/dist/models/GeneratorDefinition.d.ts +47 -0
  277. package/dist/models/GeneratorDefinition.js +61 -0
  278. package/dist/models/JobRes.d.ts +24 -28
  279. package/dist/models/JobRes.js +11 -13
  280. package/dist/models/JobStatus.d.ts +6 -2
  281. package/dist/models/JobStatus.js +7 -3
  282. package/dist/models/JobsList200Response.d.ts +63 -0
  283. package/dist/models/JobsList200Response.js +59 -0
  284. package/dist/models/LifecycleAction.d.ts +55 -0
  285. package/dist/models/LifecycleAction.js +64 -0
  286. package/dist/models/LifecycleSchema.d.ts +60 -0
  287. package/dist/models/LifecycleSchema.js +64 -0
  288. package/dist/models/LifecycleState.d.ts +32 -0
  289. package/dist/models/LifecycleState.js +50 -0
  290. package/dist/models/LifecycleTransition.d.ts +53 -0
  291. package/dist/models/LifecycleTransition.js +58 -0
  292. package/dist/models/MetricEntityType.d.ts +1 -1
  293. package/dist/models/MetricEntityType.js +1 -1
  294. package/dist/models/MetricEntriesList200Response.d.ts +63 -0
  295. package/dist/models/MetricEntriesList200Response.js +59 -0
  296. package/dist/models/MetricEntryReq.d.ts +4 -4
  297. package/dist/models/MetricEntryReq.js +3 -3
  298. package/dist/models/MetricEntryRes.d.ts +25 -1
  299. package/dist/models/MetricEntryRes.js +9 -1
  300. package/dist/models/MetricTypeReq.d.ts +1 -1
  301. package/dist/models/MetricTypeReq.js +1 -1
  302. package/dist/models/MetricTypeRes.d.ts +1 -1
  303. package/dist/models/MetricTypeRes.js +1 -1
  304. package/dist/models/MetricTypesList200Response.d.ts +63 -0
  305. package/dist/models/MetricTypesList200Response.js +59 -0
  306. package/dist/models/MetricTypesUpdateRequest.d.ts +32 -0
  307. package/dist/models/MetricTypesUpdateRequest.js +48 -0
  308. package/dist/models/NotaryJobRes.d.ts +1 -1
  309. package/dist/models/NotaryJobRes.js +1 -1
  310. package/dist/models/NotaryJobStatus.d.ts +1 -1
  311. package/dist/models/NotaryJobStatus.js +1 -1
  312. package/dist/models/PageRes.d.ts +14 -8
  313. package/dist/models/PageRes.js +7 -5
  314. package/dist/models/ParticipantReq.d.ts +1 -1
  315. package/dist/models/ParticipantReq.js +1 -1
  316. package/dist/models/ParticipantRes.d.ts +1 -1
  317. package/dist/models/ParticipantRes.js +1 -1
  318. package/dist/models/ParticipantStatus.d.ts +1 -1
  319. package/dist/models/ParticipantStatus.js +1 -1
  320. package/dist/models/ParticipantsList200Response.d.ts +63 -0
  321. package/dist/models/ParticipantsList200Response.js +59 -0
  322. package/dist/models/PriceItem.d.ts +1 -1
  323. package/dist/models/PriceItem.js +1 -1
  324. package/dist/models/PropertyDefinition.d.ts +31 -2
  325. package/dist/models/PropertyDefinition.js +15 -2
  326. package/dist/models/SecretDefinition.d.ts +43 -0
  327. package/dist/models/SecretDefinition.js +58 -0
  328. package/dist/models/ServiceGroupReq.d.ts +2 -2
  329. package/dist/models/ServiceGroupReq.js +1 -1
  330. package/dist/models/ServiceGroupRes.d.ts +2 -2
  331. package/dist/models/ServiceGroupRes.js +1 -1
  332. package/dist/models/ServiceGroupsList200Response.d.ts +63 -0
  333. package/dist/models/ServiceGroupsList200Response.js +59 -0
  334. package/dist/models/ServiceOfferingReq.d.ts +1 -1
  335. package/dist/models/ServiceOfferingReq.js +1 -1
  336. package/dist/models/ServiceOfferingRes.d.ts +1 -1
  337. package/dist/models/ServiceOfferingRes.js +1 -1
  338. package/dist/models/ServiceOfferingResServiceType.d.ts +1 -1
  339. package/dist/models/ServiceOfferingResServiceType.js +1 -1
  340. package/dist/models/ServiceOrderReq.d.ts +1 -1
  341. package/dist/models/ServiceOrderReq.js +1 -1
  342. package/dist/models/ServiceOrderRes.d.ts +9 -2
  343. package/dist/models/ServiceOrderRes.js +6 -3
  344. package/dist/models/ServiceOrderStatus.d.ts +26 -0
  345. package/dist/models/ServiceOrderStatus.js +52 -0
  346. package/dist/models/ServiceReq.d.ts +2 -2
  347. package/dist/models/ServiceReq.js +1 -1
  348. package/dist/models/ServiceRes.d.ts +6 -7
  349. package/dist/models/ServiceRes.js +7 -8
  350. package/dist/models/ServiceTypeRes.d.ts +9 -2
  351. package/dist/models/ServiceTypeRes.js +4 -1
  352. package/dist/models/ServiceTypesList200Response.d.ts +63 -0
  353. package/dist/models/ServiceTypesList200Response.js +59 -0
  354. package/dist/models/ServicesActionRequest.d.ts +34 -0
  355. package/dist/models/ServicesActionRequest.js +48 -0
  356. package/dist/models/SubmitNotaryJobReq.d.ts +1 -1
  357. package/dist/models/SubmitNotaryJobReq.js +1 -1
  358. package/dist/models/TokenReq.d.ts +2 -2
  359. package/dist/models/TokenReq.js +1 -1
  360. package/dist/models/TokenRes.d.ts +4 -10
  361. package/dist/models/TokenRes.js +3 -5
  362. package/dist/models/TokensList200Response.d.ts +63 -0
  363. package/dist/models/TokensList200Response.js +59 -0
  364. package/dist/models/TokensUpdateRequest.d.ts +51 -0
  365. package/dist/models/TokensUpdateRequest.js +55 -0
  366. package/dist/models/TransactionEntityType.d.ts +1 -1
  367. package/dist/models/TransactionEntityType.js +1 -1
  368. package/dist/models/TransactionRecordReq.d.ts +1 -1
  369. package/dist/models/TransactionRecordReq.js +1 -1
  370. package/dist/models/TransactionRecordRes.d.ts +1 -1
  371. package/dist/models/TransactionRecordRes.js +1 -1
  372. package/dist/models/TransactionStatus.d.ts +1 -1
  373. package/dist/models/TransactionStatus.js +1 -1
  374. package/dist/models/TransactionType.d.ts +1 -1
  375. package/dist/models/TransactionType.js +1 -1
  376. package/dist/models/TransactionsUpdateRequest.d.ts +45 -0
  377. package/dist/models/TransactionsUpdateRequest.js +53 -0
  378. package/dist/models/UpdateAgentReq.d.ts +8 -2
  379. package/dist/models/UpdateAgentReq.js +3 -1
  380. package/dist/models/UpdateAgentTypeReq.d.ts +10 -1
  381. package/dist/models/UpdateAgentTypeReq.js +5 -1
  382. package/dist/models/UpdateCEMServiceReq.d.ts +1 -1
  383. package/dist/models/UpdateCEMServiceReq.js +1 -1
  384. package/dist/models/UpdateServiceTypeReq.d.ts +9 -2
  385. package/dist/models/UpdateServiceTypeReq.js +4 -1
  386. package/dist/models/ValidationError.d.ts +1 -1
  387. package/dist/models/ValidationError.js +1 -1
  388. package/dist/models/ValidatorDefinition.d.ts +8 -6
  389. package/dist/models/ValidatorDefinition.js +6 -6
  390. package/dist/models/Variant.d.ts +1 -1
  391. package/dist/models/Variant.js +1 -1
  392. package/dist/models/index.d.ts +23 -33
  393. package/dist/models/index.js +23 -33
  394. package/dist/runtime.d.ts +1 -1
  395. package/dist/runtime.js +1 -1
  396. package/docs/AgentCreateRes.md +58 -0
  397. package/docs/AgentRes.md +56 -0
  398. package/docs/AgentStatus.md +32 -0
  399. package/docs/AgentTypeRes.md +44 -0
  400. package/docs/AgentTypesList200Response.md +44 -0
  401. package/docs/AgentsApi.md +922 -0
  402. package/docs/AgentsList200Response.md +44 -0
  403. package/docs/AgentsUpdateStatusRequest.md +34 -0
  404. package/docs/AuthRole.md +33 -0
  405. package/docs/AuthorizerDefinition.md +36 -0
  406. package/docs/ByPeriodReq.md +36 -0
  407. package/docs/ByPeriodReqFrom.md +36 -0
  408. package/docs/CommitmentReq.md +40 -0
  409. package/docs/CommitmentRes.md +46 -0
  410. package/docs/CommitmentsApi.md +379 -0
  411. package/docs/CompleteJobReq.md +38 -0
  412. package/docs/CreateAgentReq.md +44 -0
  413. package/docs/CreateAgentTypeReq.md +38 -0
  414. package/docs/CreateCEMServiceReq.md +46 -0
  415. package/docs/CreateServiceTypeReq.md +38 -0
  416. package/docs/ErrorRes.md +36 -0
  417. package/docs/EventAckReq.md +38 -0
  418. package/docs/EventAckRes.md +34 -0
  419. package/docs/EventApi.md +253 -0
  420. package/docs/EventLeaseReq.md +40 -0
  421. package/docs/EventLeaseRes.md +38 -0
  422. package/docs/EventRes.md +54 -0
  423. package/docs/EventsList200Response.md +44 -0
  424. package/docs/FailJobReq.md +34 -0
  425. package/docs/GeneratorDefinition.md +36 -0
  426. package/docs/JobRes.md +62 -0
  427. package/docs/JobStatus.md +33 -0
  428. package/docs/JobsApi.md +474 -0
  429. package/docs/JobsList200Response.md +44 -0
  430. package/docs/LifecycleAction.md +38 -0
  431. package/docs/LifecycleSchema.md +43 -0
  432. package/docs/LifecycleState.md +34 -0
  433. package/docs/LifecycleTransition.md +40 -0
  434. package/docs/MetricEntityType.md +32 -0
  435. package/docs/MetricEntriesList200Response.md +44 -0
  436. package/docs/MetricEntryReq.md +42 -0
  437. package/docs/MetricEntryRes.md +52 -0
  438. package/docs/MetricTypeReq.md +36 -0
  439. package/docs/MetricTypeRes.md +42 -0
  440. package/docs/MetricTypesList200Response.md +44 -0
  441. package/docs/MetricTypesUpdateRequest.md +34 -0
  442. package/docs/MetricsApi.md +543 -0
  443. package/docs/NotaryJobRes.md +54 -0
  444. package/docs/NotaryJobStatus.md +32 -0
  445. package/docs/NotaryJobsApi.md +381 -0
  446. package/docs/PageRes.md +44 -0
  447. package/docs/ParticipantReq.md +36 -0
  448. package/docs/ParticipantRes.md +42 -0
  449. package/docs/ParticipantStatus.md +32 -0
  450. package/docs/ParticipantsApi.md +389 -0
  451. package/docs/ParticipantsList200Response.md +44 -0
  452. package/docs/PriceItem.md +46 -0
  453. package/docs/PropertyDefinition.md +54 -0
  454. package/docs/SecretDefinition.md +34 -0
  455. package/docs/ServiceGroupReq.md +36 -0
  456. package/docs/ServiceGroupRes.md +42 -0
  457. package/docs/ServiceGroupsList200Response.md +44 -0
  458. package/docs/ServiceOfferingReq.md +48 -0
  459. package/docs/ServiceOfferingRes.md +58 -0
  460. package/docs/ServiceOfferingResServiceType.md +36 -0
  461. package/docs/ServiceOfferingsApi.md +379 -0
  462. package/docs/ServiceOrderReq.md +36 -0
  463. package/docs/ServiceOrderRes.md +70 -0
  464. package/docs/ServiceOrderStatus.md +32 -0
  465. package/docs/ServiceOrdersApi.md +233 -0
  466. package/docs/ServiceReq.md +44 -0
  467. package/docs/ServiceRes.md +58 -0
  468. package/docs/ServiceTypeRes.md +44 -0
  469. package/docs/ServiceTypesList200Response.md +44 -0
  470. package/docs/ServicesActionRequest.md +34 -0
  471. package/docs/ServicesApi.md +1289 -0
  472. package/docs/SubmitNotaryJobReq.md +38 -0
  473. package/docs/TokenReq.md +40 -0
  474. package/docs/TokenRes.md +50 -0
  475. package/docs/TokensApi.md +453 -0
  476. package/docs/TokensList200Response.md +44 -0
  477. package/docs/TokensUpdateRequest.md +40 -0
  478. package/docs/TransactionEntityType.md +32 -0
  479. package/docs/TransactionRecordReq.md +56 -0
  480. package/docs/TransactionRecordRes.md +74 -0
  481. package/docs/TransactionStatus.md +32 -0
  482. package/docs/TransactionType.md +32 -0
  483. package/docs/TransactionsApi.md +525 -0
  484. package/docs/TransactionsUpdateRequest.md +38 -0
  485. package/docs/UpdateAgentReq.md +42 -0
  486. package/docs/UpdateAgentTypeReq.md +38 -0
  487. package/docs/UpdateCEMServiceReq.md +38 -0
  488. package/docs/UpdateServiceTypeReq.md +38 -0
  489. package/docs/ValidationError.md +36 -0
  490. package/docs/ValidatorDefinition.md +36 -0
  491. package/docs/Variant.md +40 -0
  492. package/package.json +2 -2
  493. package/src/apis/AgentsApi.ts +262 -250
  494. package/src/apis/CommitmentsApi.ts +41 -41
  495. package/src/apis/EventApi.ts +96 -129
  496. package/src/apis/JobsApi.ts +167 -259
  497. package/src/apis/MetricsApi.ts +200 -149
  498. package/src/apis/NotaryJobsApi.ts +40 -40
  499. package/src/apis/ParticipantsApi.ts +109 -67
  500. package/src/apis/ServiceOfferingsApi.ts +41 -41
  501. package/src/apis/ServiceOrdersApi.ts +26 -26
  502. package/src/apis/ServicesApi.ts +348 -489
  503. package/src/apis/TokensApi.ts +101 -80
  504. package/src/apis/TransactionsApi.ts +63 -63
  505. package/src/models/AgentCreateRes.ts +17 -1
  506. package/src/models/AgentRes.ts +17 -1
  507. package/src/models/AgentStatus.ts +1 -1
  508. package/src/models/AgentTypeRes.ts +17 -1
  509. package/src/models/AgentTypesList200Response.ts +113 -0
  510. package/src/models/AgentsList200Response.ts +113 -0
  511. package/src/models/AgentsUpdateStatusRequest.ts +76 -0
  512. package/src/models/AuthRole.ts +1 -1
  513. package/src/models/AuthorizerDefinition.ts +86 -0
  514. package/src/models/ByPeriodReq.ts +1 -1
  515. package/src/models/ByPeriodReqFrom.ts +1 -1
  516. package/src/models/CommitmentReq.ts +1 -1
  517. package/src/models/CommitmentRes.ts +1 -1
  518. package/src/models/CompleteJobReq.ts +17 -9
  519. package/src/models/CreateAgentReq.ts +12 -4
  520. package/src/models/CreateAgentTypeReq.ts +18 -1
  521. package/src/models/CreateCEMServiceReq.ts +1 -1
  522. package/src/models/CreateServiceTypeReq.ts +17 -2
  523. package/src/models/ErrorRes.ts +5 -13
  524. package/src/models/EventAckReq.ts +1 -1
  525. package/src/models/EventAckRes.ts +1 -1
  526. package/src/models/EventLeaseReq.ts +1 -1
  527. package/src/models/EventLeaseRes.ts +1 -1
  528. package/src/models/EventRes.ts +42 -2
  529. package/src/models/EventsList200Response.ts +113 -0
  530. package/src/models/FailJobReq.ts +3 -1
  531. package/src/models/GeneratorDefinition.ts +85 -0
  532. package/src/models/JobRes.ts +34 -48
  533. package/src/models/JobStatus.ts +7 -3
  534. package/src/models/JobsList200Response.ts +113 -0
  535. package/src/models/LifecycleAction.ts +104 -0
  536. package/src/models/LifecycleSchema.ts +117 -0
  537. package/src/models/LifecycleState.ts +66 -0
  538. package/src/models/LifecycleTransition.ts +94 -0
  539. package/src/models/MetricEntityType.ts +1 -1
  540. package/src/models/MetricEntriesList200Response.ts +113 -0
  541. package/src/models/MetricEntryReq.ts +6 -6
  542. package/src/models/MetricEntryRes.ts +33 -1
  543. package/src/models/MetricTypeReq.ts +1 -1
  544. package/src/models/MetricTypeRes.ts +1 -1
  545. package/src/models/MetricTypesList200Response.ts +113 -0
  546. package/src/models/MetricTypesUpdateRequest.ts +65 -0
  547. package/src/models/NotaryJobRes.ts +1 -1
  548. package/src/models/NotaryJobStatus.ts +1 -1
  549. package/src/models/PageRes.ts +20 -12
  550. package/src/models/ParticipantReq.ts +1 -1
  551. package/src/models/ParticipantRes.ts +1 -1
  552. package/src/models/ParticipantStatus.ts +1 -1
  553. package/src/models/ParticipantsList200Response.ts +113 -0
  554. package/src/models/PriceItem.ts +1 -1
  555. package/src/models/PropertyDefinition.ts +58 -3
  556. package/src/models/SecretDefinition.ts +80 -0
  557. package/src/models/ServiceGroupReq.ts +2 -2
  558. package/src/models/ServiceGroupRes.ts +2 -2
  559. package/src/models/ServiceGroupsList200Response.ts +113 -0
  560. package/src/models/ServiceOfferingReq.ts +1 -1
  561. package/src/models/ServiceOfferingRes.ts +1 -1
  562. package/src/models/ServiceOfferingResServiceType.ts +1 -1
  563. package/src/models/ServiceOrderReq.ts +1 -1
  564. package/src/models/ServiceOrderRes.ts +21 -4
  565. package/src/models/ServiceOrderStatus.ts +54 -0
  566. package/src/models/ServiceReq.ts +2 -2
  567. package/src/models/ServiceRes.ts +12 -22
  568. package/src/models/ServiceTypeRes.ts +17 -2
  569. package/src/models/ServiceTypesList200Response.ts +113 -0
  570. package/src/models/ServicesActionRequest.ts +65 -0
  571. package/src/models/SubmitNotaryJobReq.ts +1 -1
  572. package/src/models/TokenReq.ts +2 -2
  573. package/src/models/TokenRes.ts +6 -14
  574. package/src/models/TokensList200Response.ts +113 -0
  575. package/src/models/TokensUpdateRequest.ts +99 -0
  576. package/src/models/TransactionEntityType.ts +1 -1
  577. package/src/models/TransactionRecordReq.ts +1 -1
  578. package/src/models/TransactionRecordRes.ts +1 -1
  579. package/src/models/TransactionStatus.ts +1 -1
  580. package/src/models/TransactionType.ts +1 -1
  581. package/src/models/TransactionsUpdateRequest.ts +91 -0
  582. package/src/models/UpdateAgentReq.ts +10 -2
  583. package/src/models/UpdateAgentTypeReq.ts +17 -1
  584. package/src/models/UpdateCEMServiceReq.ts +1 -1
  585. package/src/models/UpdateServiceTypeReq.ts +17 -2
  586. package/src/models/ValidationError.ts +1 -1
  587. package/src/models/ValidatorDefinition.ts +9 -9
  588. package/src/models/Variant.ts +1 -1
  589. package/src/models/index.ts +23 -33
  590. package/src/runtime.ts +1 -1
@@ -0,0 +1,389 @@
1
+ # ParticipantsApi
2
+
3
+ All URIs are relative to *https://api.fulcrum.testudosrl.dev/api/v1*
4
+
5
+ | Method | HTTP request | Description |
6
+ |------------- | ------------- | -------------|
7
+ | [**participantsCreate**](ParticipantsApi.md#participantscreate) | **POST** /participants | Create a participant |
8
+ | [**participantsDelete**](ParticipantsApi.md#participantsdelete) | **DELETE** /participants/{id} | Delete a participant |
9
+ | [**participantsGet**](ParticipantsApi.md#participantsget) | **GET** /participants/{id} | Get a participant |
10
+ | [**participantsList**](ParticipantsApi.md#participantslist) | **GET** /participants | List participants |
11
+ | [**participantsUpdate**](ParticipantsApi.md#participantsupdate) | **PATCH** /participants/{id} | Update a participant |
12
+
13
+
14
+
15
+ ## participantsCreate
16
+
17
+ > ParticipantRes participantsCreate(participantReq)
18
+
19
+ Create a participant
20
+
21
+ Creates a new participant
22
+
23
+ ### Example
24
+
25
+ ```ts
26
+ import {
27
+ Configuration,
28
+ ParticipantsApi,
29
+ } from 'fulcrum-cem-client';
30
+ import type { ParticipantsCreateRequest } from 'fulcrum-cem-client';
31
+
32
+ async function example() {
33
+ console.log("🚀 Testing fulcrum-cem-client SDK...");
34
+ const config = new Configuration({
35
+ // To configure OAuth2 access token for authorization: BearerAuth implicit
36
+ accessToken: "YOUR ACCESS TOKEN",
37
+ });
38
+ const api = new ParticipantsApi(config);
39
+
40
+ const body = {
41
+ // ParticipantReq
42
+ participantReq: ...,
43
+ } satisfies ParticipantsCreateRequest;
44
+
45
+ try {
46
+ const data = await api.participantsCreate(body);
47
+ console.log(data);
48
+ } catch (error) {
49
+ console.error(error);
50
+ }
51
+ }
52
+
53
+ // Run the test
54
+ example().catch(console.error);
55
+ ```
56
+
57
+ ### Parameters
58
+
59
+
60
+ | Name | Type | Description | Notes |
61
+ |------------- | ------------- | ------------- | -------------|
62
+ | **participantReq** | [ParticipantReq](ParticipantReq.md) | | |
63
+
64
+ ### Return type
65
+
66
+ [**ParticipantRes**](ParticipantRes.md)
67
+
68
+ ### Authorization
69
+
70
+ [BearerAuth implicit](../README.md#BearerAuth-implicit)
71
+
72
+ ### HTTP request headers
73
+
74
+ - **Content-Type**: `application/json`
75
+ - **Accept**: `application/json`
76
+
77
+
78
+ ### HTTP response details
79
+ | Status code | Description | Response headers |
80
+ |-------------|-------------|------------------|
81
+ | **201** | Participant created successfully | - |
82
+ | **400** | Invalid request | - |
83
+
84
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
85
+
86
+
87
+ ## participantsDelete
88
+
89
+ > participantsDelete(id)
90
+
91
+ Delete a participant
92
+
93
+ Deletes a participant by ID
94
+
95
+ ### Example
96
+
97
+ ```ts
98
+ import {
99
+ Configuration,
100
+ ParticipantsApi,
101
+ } from 'fulcrum-cem-client';
102
+ import type { ParticipantsDeleteRequest } from 'fulcrum-cem-client';
103
+
104
+ async function example() {
105
+ console.log("🚀 Testing fulcrum-cem-client SDK...");
106
+ const config = new Configuration({
107
+ // To configure OAuth2 access token for authorization: BearerAuth implicit
108
+ accessToken: "YOUR ACCESS TOKEN",
109
+ });
110
+ const api = new ParticipantsApi(config);
111
+
112
+ const body = {
113
+ // string
114
+ id: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
115
+ } satisfies ParticipantsDeleteRequest;
116
+
117
+ try {
118
+ const data = await api.participantsDelete(body);
119
+ console.log(data);
120
+ } catch (error) {
121
+ console.error(error);
122
+ }
123
+ }
124
+
125
+ // Run the test
126
+ example().catch(console.error);
127
+ ```
128
+
129
+ ### Parameters
130
+
131
+
132
+ | Name | Type | Description | Notes |
133
+ |------------- | ------------- | ------------- | -------------|
134
+ | **id** | `string` | | [Defaults to `undefined`] |
135
+
136
+ ### Return type
137
+
138
+ `void` (Empty response body)
139
+
140
+ ### Authorization
141
+
142
+ [BearerAuth implicit](../README.md#BearerAuth-implicit)
143
+
144
+ ### HTTP request headers
145
+
146
+ - **Content-Type**: Not defined
147
+ - **Accept**: `application/json`
148
+
149
+
150
+ ### HTTP response details
151
+ | Status code | Description | Response headers |
152
+ |-------------|-------------|------------------|
153
+ | **204** | Participant deleted successfully | - |
154
+ | **404** | Participant not found | - |
155
+
156
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
157
+
158
+
159
+ ## participantsGet
160
+
161
+ > ParticipantRes participantsGet(id)
162
+
163
+ Get a participant
164
+
165
+ Retrieves a specific participant by ID
166
+
167
+ ### Example
168
+
169
+ ```ts
170
+ import {
171
+ Configuration,
172
+ ParticipantsApi,
173
+ } from 'fulcrum-cem-client';
174
+ import type { ParticipantsGetRequest } from 'fulcrum-cem-client';
175
+
176
+ async function example() {
177
+ console.log("🚀 Testing fulcrum-cem-client SDK...");
178
+ const config = new Configuration({
179
+ // To configure OAuth2 access token for authorization: BearerAuth implicit
180
+ accessToken: "YOUR ACCESS TOKEN",
181
+ });
182
+ const api = new ParticipantsApi(config);
183
+
184
+ const body = {
185
+ // string
186
+ id: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
187
+ } satisfies ParticipantsGetRequest;
188
+
189
+ try {
190
+ const data = await api.participantsGet(body);
191
+ console.log(data);
192
+ } catch (error) {
193
+ console.error(error);
194
+ }
195
+ }
196
+
197
+ // Run the test
198
+ example().catch(console.error);
199
+ ```
200
+
201
+ ### Parameters
202
+
203
+
204
+ | Name | Type | Description | Notes |
205
+ |------------- | ------------- | ------------- | -------------|
206
+ | **id** | `string` | | [Defaults to `undefined`] |
207
+
208
+ ### Return type
209
+
210
+ [**ParticipantRes**](ParticipantRes.md)
211
+
212
+ ### Authorization
213
+
214
+ [BearerAuth implicit](../README.md#BearerAuth-implicit)
215
+
216
+ ### HTTP request headers
217
+
218
+ - **Content-Type**: Not defined
219
+ - **Accept**: `application/json`
220
+
221
+
222
+ ### HTTP response details
223
+ | Status code | Description | Response headers |
224
+ |-------------|-------------|------------------|
225
+ | **200** | The participant details | - |
226
+ | **404** | Participant not found | - |
227
+
228
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
229
+
230
+
231
+ ## participantsList
232
+
233
+ > ParticipantsList200Response participantsList(page, pageSize, sort, name, status)
234
+
235
+ List participants
236
+
237
+ Retrieves a paginated list of participants
238
+
239
+ ### Example
240
+
241
+ ```ts
242
+ import {
243
+ Configuration,
244
+ ParticipantsApi,
245
+ } from 'fulcrum-cem-client';
246
+ import type { ParticipantsListRequest } from 'fulcrum-cem-client';
247
+
248
+ async function example() {
249
+ console.log("🚀 Testing fulcrum-cem-client SDK...");
250
+ const config = new Configuration({
251
+ // To configure OAuth2 access token for authorization: BearerAuth implicit
252
+ accessToken: "YOUR ACCESS TOKEN",
253
+ });
254
+ const api = new ParticipantsApi(config);
255
+
256
+ const body = {
257
+ // number (optional)
258
+ page: 56,
259
+ // number (optional)
260
+ pageSize: 56,
261
+ // string | Sort field. Prefix with \'+\' for ascending or \'-\' for descending. Default is ascending. Supported fields: name (optional)
262
+ sort: +name,
263
+ // Array<string> | Filter by participant name (can specify multiple values) (optional)
264
+ name: ...,
265
+ // Array<'Enabled' | 'Disabled'> | Filter by participant status (can specify multiple values) (optional)
266
+ status: ...,
267
+ } satisfies ParticipantsListRequest;
268
+
269
+ try {
270
+ const data = await api.participantsList(body);
271
+ console.log(data);
272
+ } catch (error) {
273
+ console.error(error);
274
+ }
275
+ }
276
+
277
+ // Run the test
278
+ example().catch(console.error);
279
+ ```
280
+
281
+ ### Parameters
282
+
283
+
284
+ | Name | Type | Description | Notes |
285
+ |------------- | ------------- | ------------- | -------------|
286
+ | **page** | `number` | | [Optional] [Defaults to `1`] |
287
+ | **pageSize** | `number` | | [Optional] [Defaults to `20`] |
288
+ | **sort** | `string` | Sort field. Prefix with \&#39;+\&#39; for ascending or \&#39;-\&#39; for descending. Default is ascending. Supported fields: name | [Optional] [Defaults to `undefined`] |
289
+ | **name** | `Array<string>` | Filter by participant name (can specify multiple values) | [Optional] |
290
+ | **status** | `Enabled`, `Disabled` | Filter by participant status (can specify multiple values) | [Optional] [Enum: Enabled, Disabled] |
291
+
292
+ ### Return type
293
+
294
+ [**ParticipantsList200Response**](ParticipantsList200Response.md)
295
+
296
+ ### Authorization
297
+
298
+ [BearerAuth implicit](../README.md#BearerAuth-implicit)
299
+
300
+ ### HTTP request headers
301
+
302
+ - **Content-Type**: Not defined
303
+ - **Accept**: `application/json`
304
+
305
+
306
+ ### HTTP response details
307
+ | Status code | Description | Response headers |
308
+ |-------------|-------------|------------------|
309
+ | **200** | A paginated list of participants | - |
310
+ | **401** | Unauthorized | - |
311
+ | **403** | Forbidden | - |
312
+
313
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
314
+
315
+
316
+ ## participantsUpdate
317
+
318
+ > ParticipantRes participantsUpdate(id, participantReq)
319
+
320
+ Update a participant
321
+
322
+ Updates an existing participant
323
+
324
+ ### Example
325
+
326
+ ```ts
327
+ import {
328
+ Configuration,
329
+ ParticipantsApi,
330
+ } from 'fulcrum-cem-client';
331
+ import type { ParticipantsUpdateRequest } from 'fulcrum-cem-client';
332
+
333
+ async function example() {
334
+ console.log("🚀 Testing fulcrum-cem-client SDK...");
335
+ const config = new Configuration({
336
+ // To configure OAuth2 access token for authorization: BearerAuth implicit
337
+ accessToken: "YOUR ACCESS TOKEN",
338
+ });
339
+ const api = new ParticipantsApi(config);
340
+
341
+ const body = {
342
+ // string
343
+ id: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
344
+ // ParticipantReq
345
+ participantReq: ...,
346
+ } satisfies ParticipantsUpdateRequest;
347
+
348
+ try {
349
+ const data = await api.participantsUpdate(body);
350
+ console.log(data);
351
+ } catch (error) {
352
+ console.error(error);
353
+ }
354
+ }
355
+
356
+ // Run the test
357
+ example().catch(console.error);
358
+ ```
359
+
360
+ ### Parameters
361
+
362
+
363
+ | Name | Type | Description | Notes |
364
+ |------------- | ------------- | ------------- | -------------|
365
+ | **id** | `string` | | [Defaults to `undefined`] |
366
+ | **participantReq** | [ParticipantReq](ParticipantReq.md) | | |
367
+
368
+ ### Return type
369
+
370
+ [**ParticipantRes**](ParticipantRes.md)
371
+
372
+ ### Authorization
373
+
374
+ [BearerAuth implicit](../README.md#BearerAuth-implicit)
375
+
376
+ ### HTTP request headers
377
+
378
+ - **Content-Type**: `application/json`
379
+ - **Accept**: `application/json`
380
+
381
+
382
+ ### HTTP response details
383
+ | Status code | Description | Response headers |
384
+ |-------------|-------------|------------------|
385
+ | **200** | Participant updated successfully | - |
386
+ | **404** | Participant not found | - |
387
+
388
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
389
+
@@ -0,0 +1,44 @@
1
+
2
+ # ParticipantsList200Response
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `items` | [Array&lt;ParticipantRes&gt;](ParticipantRes.md)
10
+ `totalItems` | number
11
+ `totalPages` | number
12
+ `currentPage` | number
13
+ `hasNext` | boolean
14
+ `hasPrev` | boolean
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import type { ParticipantsList200Response } from 'fulcrum-cem-client'
20
+
21
+ // TODO: Update the object below with actual values
22
+ const example = {
23
+ "items": null,
24
+ "totalItems": null,
25
+ "totalPages": null,
26
+ "currentPage": null,
27
+ "hasNext": null,
28
+ "hasPrev": null,
29
+ } satisfies ParticipantsList200Response
30
+
31
+ console.log(example)
32
+
33
+ // Convert the instance to a JSON string
34
+ const exampleJSON: string = JSON.stringify(example)
35
+ console.log(exampleJSON)
36
+
37
+ // Parse the JSON string back to an object
38
+ const exampleParsed = JSON.parse(exampleJSON) as ParticipantsList200Response
39
+ console.log(exampleParsed)
40
+ ```
41
+
42
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
43
+
44
+
@@ -0,0 +1,46 @@
1
+
2
+ # PriceItem
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | string
10
+ `name` | string
11
+ `price` | number
12
+ `currency` | string
13
+ `unit` | string
14
+ `billingPeriod` | string
15
+ `description` | string
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import type { PriceItem } from 'fulcrum-cem-client'
21
+
22
+ // TODO: Update the object below with actual values
23
+ const example = {
24
+ "id": null,
25
+ "name": null,
26
+ "price": null,
27
+ "currency": null,
28
+ "unit": null,
29
+ "billingPeriod": null,
30
+ "description": null,
31
+ } satisfies PriceItem
32
+
33
+ console.log(example)
34
+
35
+ // Convert the instance to a JSON string
36
+ const exampleJSON: string = JSON.stringify(example)
37
+ console.log(exampleJSON)
38
+
39
+ // Parse the JSON string back to an object
40
+ const exampleParsed = JSON.parse(exampleJSON) as PriceItem
41
+ console.log(exampleParsed)
42
+ ```
43
+
44
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
45
+
46
+
@@ -0,0 +1,54 @@
1
+
2
+ # PropertyDefinition
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `type` | string
10
+ `label` | string
11
+ `required` | boolean
12
+ `_default` | any
13
+ `immutable` | boolean
14
+ `authorizers` | [Array&lt;AuthorizerDefinition&gt;](AuthorizerDefinition.md)
15
+ `secret` | [SecretDefinition](SecretDefinition.md)
16
+ `generator` | [GeneratorDefinition](GeneratorDefinition.md)
17
+ `validators` | [Array&lt;ValidatorDefinition&gt;](ValidatorDefinition.md)
18
+ `properties` | [{ [key: string]: PropertyDefinition; }](PropertyDefinition.md)
19
+ `items` | [PropertyDefinition](PropertyDefinition.md)
20
+
21
+ ## Example
22
+
23
+ ```typescript
24
+ import type { PropertyDefinition } from 'fulcrum-cem-client'
25
+
26
+ // TODO: Update the object below with actual values
27
+ const example = {
28
+ "type": null,
29
+ "label": null,
30
+ "required": null,
31
+ "_default": null,
32
+ "immutable": null,
33
+ "authorizers": null,
34
+ "secret": null,
35
+ "generator": null,
36
+ "validators": null,
37
+ "properties": null,
38
+ "items": null,
39
+ } satisfies PropertyDefinition
40
+
41
+ console.log(example)
42
+
43
+ // Convert the instance to a JSON string
44
+ const exampleJSON: string = JSON.stringify(example)
45
+ console.log(exampleJSON)
46
+
47
+ // Parse the JSON string back to an object
48
+ const exampleParsed = JSON.parse(exampleJSON) as PropertyDefinition
49
+ console.log(exampleParsed)
50
+ ```
51
+
52
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
53
+
54
+
@@ -0,0 +1,34 @@
1
+
2
+ # SecretDefinition
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `type` | string
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import type { SecretDefinition } from 'fulcrum-cem-client'
15
+
16
+ // TODO: Update the object below with actual values
17
+ const example = {
18
+ "type": persistent,
19
+ } satisfies SecretDefinition
20
+
21
+ console.log(example)
22
+
23
+ // Convert the instance to a JSON string
24
+ const exampleJSON: string = JSON.stringify(example)
25
+ console.log(exampleJSON)
26
+
27
+ // Parse the JSON string back to an object
28
+ const exampleParsed = JSON.parse(exampleJSON) as SecretDefinition
29
+ console.log(exampleParsed)
30
+ ```
31
+
32
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
33
+
34
+
@@ -0,0 +1,36 @@
1
+
2
+ # ServiceGroupReq
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `name` | string
10
+ `consumerId` | string
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { ServiceGroupReq } from 'fulcrum-cem-client'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "name": Web Servers,
20
+ "consumerId": 123e4567-e89b-12d3-a456-426614174000,
21
+ } satisfies ServiceGroupReq
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as ServiceGroupReq
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,42 @@
1
+
2
+ # ServiceGroupRes
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | string
10
+ `name` | string
11
+ `consumerId` | string
12
+ `createdAt` | Date
13
+ `updatedAt` | Date
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import type { ServiceGroupRes } from 'fulcrum-cem-client'
19
+
20
+ // TODO: Update the object below with actual values
21
+ const example = {
22
+ "id": 123e4567-e89b-12d3-a456-426614174000,
23
+ "name": Web Servers,
24
+ "consumerId": 123e4567-e89b-12d3-a456-426614174000,
25
+ "createdAt": null,
26
+ "updatedAt": null,
27
+ } satisfies ServiceGroupRes
28
+
29
+ console.log(example)
30
+
31
+ // Convert the instance to a JSON string
32
+ const exampleJSON: string = JSON.stringify(example)
33
+ console.log(exampleJSON)
34
+
35
+ // Parse the JSON string back to an object
36
+ const exampleParsed = JSON.parse(exampleJSON) as ServiceGroupRes
37
+ console.log(exampleParsed)
38
+ ```
39
+
40
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
41
+
42
+
@@ -0,0 +1,44 @@
1
+
2
+ # ServiceGroupsList200Response
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `items` | [Array&lt;ServiceGroupRes&gt;](ServiceGroupRes.md)
10
+ `totalItems` | number
11
+ `totalPages` | number
12
+ `currentPage` | number
13
+ `hasNext` | boolean
14
+ `hasPrev` | boolean
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import type { ServiceGroupsList200Response } from 'fulcrum-cem-client'
20
+
21
+ // TODO: Update the object below with actual values
22
+ const example = {
23
+ "items": null,
24
+ "totalItems": null,
25
+ "totalPages": null,
26
+ "currentPage": null,
27
+ "hasNext": null,
28
+ "hasPrev": null,
29
+ } satisfies ServiceGroupsList200Response
30
+
31
+ console.log(example)
32
+
33
+ // Convert the instance to a JSON string
34
+ const exampleJSON: string = JSON.stringify(example)
35
+ console.log(exampleJSON)
36
+
37
+ // Parse the JSON string back to an object
38
+ const exampleParsed = JSON.parse(exampleJSON) as ServiceGroupsList200Response
39
+ console.log(exampleParsed)
40
+ ```
41
+
42
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
43
+
44
+