fulcrum-cem-client 0.0.3 → 0.0.5

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 (514) hide show
  1. package/.openapi-generator/FILES +4 -0
  2. package/README.md +5 -3
  3. package/dist/apis/AgentsApi.d.ts +26 -1
  4. package/dist/apis/AgentsApi.js +33 -2
  5. package/dist/apis/CommitmentsApi.d.ts +1 -1
  6. package/dist/apis/CommitmentsApi.js +1 -1
  7. package/dist/apis/EventApi.d.ts +9 -1
  8. package/dist/apis/EventApi.js +13 -1
  9. package/dist/apis/JobsApi.d.ts +21 -1
  10. package/dist/apis/JobsApi.js +26 -2
  11. package/dist/apis/MetricsApi.d.ts +9 -1
  12. package/dist/apis/MetricsApi.js +13 -1
  13. package/dist/apis/NotaryJobsApi.d.ts +1 -1
  14. package/dist/apis/NotaryJobsApi.js +1 -1
  15. package/dist/apis/ParticipantsApi.d.ts +15 -1
  16. package/dist/apis/ParticipantsApi.js +18 -2
  17. package/dist/apis/ServiceOfferingsApi.d.ts +1 -1
  18. package/dist/apis/ServiceOfferingsApi.js +1 -1
  19. package/dist/apis/ServiceOrdersApi.d.ts +1 -1
  20. package/dist/apis/ServiceOrdersApi.js +1 -1
  21. package/dist/apis/ServicesApi.d.ts +5 -1
  22. package/dist/apis/ServicesApi.js +7 -1
  23. package/dist/apis/TokensApi.d.ts +1 -1
  24. package/dist/apis/TokensApi.js +1 -1
  25. package/dist/apis/TransactionsApi.d.ts +1 -1
  26. package/dist/apis/TransactionsApi.js +1 -1
  27. package/dist/esm/apis/AgentsApi.d.ts +26 -1
  28. package/dist/esm/apis/AgentsApi.js +32 -1
  29. package/dist/esm/apis/CommitmentsApi.d.ts +1 -1
  30. package/dist/esm/apis/CommitmentsApi.js +1 -1
  31. package/dist/esm/apis/EventApi.d.ts +9 -1
  32. package/dist/esm/apis/EventApi.js +13 -1
  33. package/dist/esm/apis/JobsApi.d.ts +21 -1
  34. package/dist/esm/apis/JobsApi.js +25 -1
  35. package/dist/esm/apis/MetricsApi.d.ts +9 -1
  36. package/dist/esm/apis/MetricsApi.js +13 -1
  37. package/dist/esm/apis/NotaryJobsApi.d.ts +1 -1
  38. package/dist/esm/apis/NotaryJobsApi.js +1 -1
  39. package/dist/esm/apis/ParticipantsApi.d.ts +15 -1
  40. package/dist/esm/apis/ParticipantsApi.js +17 -1
  41. package/dist/esm/apis/ServiceOfferingsApi.d.ts +1 -1
  42. package/dist/esm/apis/ServiceOfferingsApi.js +1 -1
  43. package/dist/esm/apis/ServiceOrdersApi.d.ts +1 -1
  44. package/dist/esm/apis/ServiceOrdersApi.js +1 -1
  45. package/dist/esm/apis/ServicesApi.d.ts +5 -1
  46. package/dist/esm/apis/ServicesApi.js +7 -1
  47. package/dist/esm/apis/TokensApi.d.ts +1 -1
  48. package/dist/esm/apis/TokensApi.js +1 -1
  49. package/dist/esm/apis/TransactionsApi.d.ts +1 -1
  50. package/dist/esm/apis/TransactionsApi.js +1 -1
  51. package/dist/esm/models/AgentCreateRes.d.ts +3 -3
  52. package/dist/esm/models/AgentCreateRes.js +1 -1
  53. package/dist/esm/models/AgentRes.d.ts +3 -3
  54. package/dist/esm/models/AgentRes.js +1 -1
  55. package/dist/esm/models/AgentStatus.d.ts +1 -1
  56. package/dist/esm/models/AgentStatus.js +1 -1
  57. package/dist/esm/models/AgentTypeRes.d.ts +5 -7
  58. package/dist/esm/models/AgentTypeRes.js +4 -5
  59. package/dist/esm/models/AgentTypesList200Response.d.ts +1 -1
  60. package/dist/esm/models/AgentTypesList200Response.js +1 -1
  61. package/dist/esm/models/AgentsList200Response.d.ts +1 -1
  62. package/dist/esm/models/AgentsList200Response.js +1 -1
  63. package/dist/esm/models/AgentsUpdateStatusRequest.d.ts +1 -1
  64. package/dist/esm/models/AgentsUpdateStatusRequest.js +1 -1
  65. package/dist/esm/models/AuthRole.d.ts +1 -1
  66. package/dist/esm/models/AuthRole.js +1 -1
  67. package/dist/esm/models/AuthorizerDefinition.d.ts +1 -1
  68. package/dist/esm/models/AuthorizerDefinition.js +1 -1
  69. package/dist/esm/models/ByPeriodReq.d.ts +1 -1
  70. package/dist/esm/models/ByPeriodReq.js +1 -1
  71. package/dist/esm/models/ByPeriodReqFrom.d.ts +1 -1
  72. package/dist/esm/models/ByPeriodReqFrom.js +1 -1
  73. package/dist/esm/models/CommitmentReq.d.ts +1 -1
  74. package/dist/esm/models/CommitmentReq.js +1 -1
  75. package/dist/esm/models/CommitmentRes.d.ts +1 -1
  76. package/dist/esm/models/CommitmentRes.js +1 -1
  77. package/dist/esm/models/CompleteJobReq.d.ts +2 -2
  78. package/dist/esm/models/CompleteJobReq.js +1 -1
  79. package/dist/esm/models/ConfigurationSchema.d.ts +42 -0
  80. package/dist/esm/models/ConfigurationSchema.js +46 -0
  81. package/dist/esm/models/CreateAgentReq.d.ts +5 -5
  82. package/dist/esm/models/CreateAgentReq.js +1 -1
  83. package/dist/esm/models/CreateAgentTypeReq.d.ts +5 -7
  84. package/dist/esm/models/CreateAgentTypeReq.js +4 -5
  85. package/dist/esm/models/CreateCEMServiceReq.d.ts +1 -1
  86. package/dist/esm/models/CreateCEMServiceReq.js +1 -1
  87. package/dist/esm/models/CreateServiceTypeReq.d.ts +2 -2
  88. package/dist/esm/models/CreateServiceTypeReq.js +1 -1
  89. package/dist/esm/models/ErrorRes.d.ts +1 -1
  90. package/dist/esm/models/ErrorRes.js +1 -1
  91. package/dist/esm/models/EventAckReq.d.ts +1 -1
  92. package/dist/esm/models/EventAckReq.js +1 -1
  93. package/dist/esm/models/EventAckRes.d.ts +1 -1
  94. package/dist/esm/models/EventAckRes.js +1 -1
  95. package/dist/esm/models/EventLeaseReq.d.ts +1 -1
  96. package/dist/esm/models/EventLeaseReq.js +1 -1
  97. package/dist/esm/models/EventLeaseRes.d.ts +1 -1
  98. package/dist/esm/models/EventLeaseRes.js +1 -1
  99. package/dist/esm/models/EventRes.d.ts +2 -2
  100. package/dist/esm/models/EventRes.js +1 -1
  101. package/dist/esm/models/EventsList200Response.d.ts +1 -1
  102. package/dist/esm/models/EventsList200Response.js +1 -1
  103. package/dist/esm/models/FailJobReq.d.ts +1 -1
  104. package/dist/esm/models/FailJobReq.js +1 -1
  105. package/dist/esm/models/GeneratorDefinition.d.ts +1 -1
  106. package/dist/esm/models/GeneratorDefinition.js +1 -1
  107. package/dist/esm/models/JobRes.d.ts +4 -4
  108. package/dist/esm/models/JobRes.js +1 -1
  109. package/dist/esm/models/JobStatus.d.ts +1 -1
  110. package/dist/esm/models/JobStatus.js +1 -1
  111. package/dist/esm/models/JobsList200Response.d.ts +1 -1
  112. package/dist/esm/models/JobsList200Response.js +1 -1
  113. package/dist/esm/models/LifecycleAction.d.ts +1 -1
  114. package/dist/esm/models/LifecycleAction.js +1 -1
  115. package/dist/esm/models/LifecycleSchema.d.ts +1 -1
  116. package/dist/esm/models/LifecycleSchema.js +1 -1
  117. package/dist/esm/models/LifecycleState.d.ts +1 -1
  118. package/dist/esm/models/LifecycleState.js +1 -1
  119. package/dist/esm/models/LifecycleTransition.d.ts +1 -1
  120. package/dist/esm/models/LifecycleTransition.js +1 -1
  121. package/dist/esm/models/MetricEntityType.d.ts +1 -1
  122. package/dist/esm/models/MetricEntityType.js +1 -1
  123. package/dist/esm/models/MetricEntriesList200Response.d.ts +1 -1
  124. package/dist/esm/models/MetricEntriesList200Response.js +1 -1
  125. package/dist/esm/models/MetricEntryReq.d.ts +2 -2
  126. package/dist/esm/models/MetricEntryReq.js +1 -1
  127. package/dist/esm/models/MetricEntryRes.d.ts +1 -1
  128. package/dist/esm/models/MetricEntryRes.js +1 -1
  129. package/dist/esm/models/MetricTypeReq.d.ts +1 -1
  130. package/dist/esm/models/MetricTypeReq.js +1 -1
  131. package/dist/esm/models/MetricTypeRes.d.ts +1 -1
  132. package/dist/esm/models/MetricTypeRes.js +1 -1
  133. package/dist/esm/models/MetricTypesList200Response.d.ts +1 -1
  134. package/dist/esm/models/MetricTypesList200Response.js +1 -1
  135. package/dist/esm/models/MetricTypesUpdateRequest.d.ts +1 -1
  136. package/dist/esm/models/MetricTypesUpdateRequest.js +1 -1
  137. package/dist/esm/models/NotaryJobRes.d.ts +1 -1
  138. package/dist/esm/models/NotaryJobRes.js +1 -1
  139. package/dist/esm/models/NotaryJobStatus.d.ts +1 -1
  140. package/dist/esm/models/NotaryJobStatus.js +1 -1
  141. package/dist/esm/models/PageRes.d.ts +1 -1
  142. package/dist/esm/models/PageRes.js +1 -1
  143. package/dist/esm/models/ParticipantReq.d.ts +1 -1
  144. package/dist/esm/models/ParticipantReq.js +1 -1
  145. package/dist/esm/models/ParticipantRes.d.ts +1 -1
  146. package/dist/esm/models/ParticipantRes.js +1 -1
  147. package/dist/esm/models/ParticipantStatus.d.ts +1 -1
  148. package/dist/esm/models/ParticipantStatus.js +1 -1
  149. package/dist/esm/models/ParticipantsList200Response.d.ts +1 -1
  150. package/dist/esm/models/ParticipantsList200Response.js +1 -1
  151. package/dist/esm/models/PriceItem.d.ts +1 -1
  152. package/dist/esm/models/PriceItem.js +1 -1
  153. package/dist/esm/models/PropertyDefinition.d.ts +1 -1
  154. package/dist/esm/models/PropertyDefinition.js +1 -1
  155. package/dist/esm/models/SchemaValidatorConfig.d.ts +47 -0
  156. package/dist/esm/models/SchemaValidatorConfig.js +53 -0
  157. package/dist/esm/models/SecretDefinition.d.ts +1 -1
  158. package/dist/esm/models/SecretDefinition.js +1 -1
  159. package/dist/esm/models/ServiceGroupReq.d.ts +2 -2
  160. package/dist/esm/models/ServiceGroupReq.js +1 -1
  161. package/dist/esm/models/ServiceGroupRes.d.ts +2 -2
  162. package/dist/esm/models/ServiceGroupRes.js +1 -1
  163. package/dist/esm/models/ServiceGroupsList200Response.d.ts +1 -1
  164. package/dist/esm/models/ServiceGroupsList200Response.js +1 -1
  165. package/dist/esm/models/ServiceOfferingReq.d.ts +1 -1
  166. package/dist/esm/models/ServiceOfferingReq.js +1 -1
  167. package/dist/esm/models/ServiceOfferingRes.d.ts +1 -1
  168. package/dist/esm/models/ServiceOfferingRes.js +1 -1
  169. package/dist/esm/models/ServiceOfferingResServiceType.d.ts +1 -1
  170. package/dist/esm/models/ServiceOfferingResServiceType.js +1 -1
  171. package/dist/esm/models/ServiceOrderReq.d.ts +1 -1
  172. package/dist/esm/models/ServiceOrderReq.js +1 -1
  173. package/dist/esm/models/ServiceOrderRes.d.ts +1 -1
  174. package/dist/esm/models/ServiceOrderRes.js +1 -1
  175. package/dist/esm/models/ServiceOrderStatus.d.ts +1 -1
  176. package/dist/esm/models/ServiceOrderStatus.js +1 -1
  177. package/dist/esm/models/ServiceReq.d.ts +2 -2
  178. package/dist/esm/models/ServiceReq.js +1 -1
  179. package/dist/esm/models/ServiceRes.d.ts +1 -1
  180. package/dist/esm/models/ServiceRes.js +1 -1
  181. package/dist/esm/models/ServiceTypeRes.d.ts +1 -1
  182. package/dist/esm/models/ServiceTypeRes.js +1 -1
  183. package/dist/esm/models/ServiceTypesList200Response.d.ts +1 -1
  184. package/dist/esm/models/ServiceTypesList200Response.js +1 -1
  185. package/dist/esm/models/ServicesActionRequest.d.ts +1 -1
  186. package/dist/esm/models/ServicesActionRequest.js +1 -1
  187. package/dist/esm/models/SubmitNotaryJobReq.d.ts +1 -1
  188. package/dist/esm/models/SubmitNotaryJobReq.js +1 -1
  189. package/dist/esm/models/TokenReq.d.ts +2 -2
  190. package/dist/esm/models/TokenReq.js +1 -1
  191. package/dist/esm/models/TokenRes.d.ts +3 -3
  192. package/dist/esm/models/TokenRes.js +1 -1
  193. package/dist/esm/models/TokensList200Response.d.ts +1 -1
  194. package/dist/esm/models/TokensList200Response.js +1 -1
  195. package/dist/esm/models/TokensUpdateRequest.d.ts +1 -1
  196. package/dist/esm/models/TokensUpdateRequest.js +1 -1
  197. package/dist/esm/models/TransactionEntityType.d.ts +1 -1
  198. package/dist/esm/models/TransactionEntityType.js +1 -1
  199. package/dist/esm/models/TransactionRecordReq.d.ts +1 -1
  200. package/dist/esm/models/TransactionRecordReq.js +1 -1
  201. package/dist/esm/models/TransactionRecordRes.d.ts +1 -1
  202. package/dist/esm/models/TransactionRecordRes.js +1 -1
  203. package/dist/esm/models/TransactionStatus.d.ts +1 -1
  204. package/dist/esm/models/TransactionStatus.js +1 -1
  205. package/dist/esm/models/TransactionType.d.ts +1 -1
  206. package/dist/esm/models/TransactionType.js +1 -1
  207. package/dist/esm/models/TransactionsUpdateRequest.d.ts +1 -1
  208. package/dist/esm/models/TransactionsUpdateRequest.js +1 -1
  209. package/dist/esm/models/UpdateAgentReq.d.ts +3 -3
  210. package/dist/esm/models/UpdateAgentReq.js +1 -1
  211. package/dist/esm/models/UpdateAgentTypeReq.d.ts +5 -7
  212. package/dist/esm/models/UpdateAgentTypeReq.js +4 -5
  213. package/dist/esm/models/UpdateCEMServiceReq.d.ts +1 -1
  214. package/dist/esm/models/UpdateCEMServiceReq.js +1 -1
  215. package/dist/esm/models/UpdateServiceTypeReq.d.ts +2 -2
  216. package/dist/esm/models/UpdateServiceTypeReq.js +1 -1
  217. package/dist/esm/models/ValidationError.d.ts +1 -1
  218. package/dist/esm/models/ValidationError.js +1 -1
  219. package/dist/esm/models/ValidatorDefinition.d.ts +1 -1
  220. package/dist/esm/models/ValidatorDefinition.js +1 -1
  221. package/dist/esm/models/Variant.d.ts +1 -1
  222. package/dist/esm/models/Variant.js +1 -1
  223. package/dist/esm/models/index.d.ts +2 -0
  224. package/dist/esm/models/index.js +2 -0
  225. package/dist/esm/runtime.d.ts +1 -1
  226. package/dist/esm/runtime.js +1 -1
  227. package/dist/models/AgentCreateRes.d.ts +3 -3
  228. package/dist/models/AgentCreateRes.js +1 -1
  229. package/dist/models/AgentRes.d.ts +3 -3
  230. package/dist/models/AgentRes.js +1 -1
  231. package/dist/models/AgentStatus.d.ts +1 -1
  232. package/dist/models/AgentStatus.js +1 -1
  233. package/dist/models/AgentTypeRes.d.ts +5 -7
  234. package/dist/models/AgentTypeRes.js +4 -5
  235. package/dist/models/AgentTypesList200Response.d.ts +1 -1
  236. package/dist/models/AgentTypesList200Response.js +1 -1
  237. package/dist/models/AgentsList200Response.d.ts +1 -1
  238. package/dist/models/AgentsList200Response.js +1 -1
  239. package/dist/models/AgentsUpdateStatusRequest.d.ts +1 -1
  240. package/dist/models/AgentsUpdateStatusRequest.js +1 -1
  241. package/dist/models/AuthRole.d.ts +1 -1
  242. package/dist/models/AuthRole.js +1 -1
  243. package/dist/models/AuthorizerDefinition.d.ts +1 -1
  244. package/dist/models/AuthorizerDefinition.js +1 -1
  245. package/dist/models/ByPeriodReq.d.ts +1 -1
  246. package/dist/models/ByPeriodReq.js +1 -1
  247. package/dist/models/ByPeriodReqFrom.d.ts +1 -1
  248. package/dist/models/ByPeriodReqFrom.js +1 -1
  249. package/dist/models/CommitmentReq.d.ts +1 -1
  250. package/dist/models/CommitmentReq.js +1 -1
  251. package/dist/models/CommitmentRes.d.ts +1 -1
  252. package/dist/models/CommitmentRes.js +1 -1
  253. package/dist/models/CompleteJobReq.d.ts +2 -2
  254. package/dist/models/CompleteJobReq.js +1 -1
  255. package/dist/models/ConfigurationSchema.d.ts +42 -0
  256. package/dist/models/ConfigurationSchema.js +53 -0
  257. package/dist/models/CreateAgentReq.d.ts +5 -5
  258. package/dist/models/CreateAgentReq.js +1 -1
  259. package/dist/models/CreateAgentTypeReq.d.ts +5 -7
  260. package/dist/models/CreateAgentTypeReq.js +4 -5
  261. package/dist/models/CreateCEMServiceReq.d.ts +1 -1
  262. package/dist/models/CreateCEMServiceReq.js +1 -1
  263. package/dist/models/CreateServiceTypeReq.d.ts +2 -2
  264. package/dist/models/CreateServiceTypeReq.js +1 -1
  265. package/dist/models/ErrorRes.d.ts +1 -1
  266. package/dist/models/ErrorRes.js +1 -1
  267. package/dist/models/EventAckReq.d.ts +1 -1
  268. package/dist/models/EventAckReq.js +1 -1
  269. package/dist/models/EventAckRes.d.ts +1 -1
  270. package/dist/models/EventAckRes.js +1 -1
  271. package/dist/models/EventLeaseReq.d.ts +1 -1
  272. package/dist/models/EventLeaseReq.js +1 -1
  273. package/dist/models/EventLeaseRes.d.ts +1 -1
  274. package/dist/models/EventLeaseRes.js +1 -1
  275. package/dist/models/EventRes.d.ts +2 -2
  276. package/dist/models/EventRes.js +1 -1
  277. package/dist/models/EventsList200Response.d.ts +1 -1
  278. package/dist/models/EventsList200Response.js +1 -1
  279. package/dist/models/FailJobReq.d.ts +1 -1
  280. package/dist/models/FailJobReq.js +1 -1
  281. package/dist/models/GeneratorDefinition.d.ts +1 -1
  282. package/dist/models/GeneratorDefinition.js +1 -1
  283. package/dist/models/JobRes.d.ts +4 -4
  284. package/dist/models/JobRes.js +1 -1
  285. package/dist/models/JobStatus.d.ts +1 -1
  286. package/dist/models/JobStatus.js +1 -1
  287. package/dist/models/JobsList200Response.d.ts +1 -1
  288. package/dist/models/JobsList200Response.js +1 -1
  289. package/dist/models/LifecycleAction.d.ts +1 -1
  290. package/dist/models/LifecycleAction.js +1 -1
  291. package/dist/models/LifecycleSchema.d.ts +1 -1
  292. package/dist/models/LifecycleSchema.js +1 -1
  293. package/dist/models/LifecycleState.d.ts +1 -1
  294. package/dist/models/LifecycleState.js +1 -1
  295. package/dist/models/LifecycleTransition.d.ts +1 -1
  296. package/dist/models/LifecycleTransition.js +1 -1
  297. package/dist/models/MetricEntityType.d.ts +1 -1
  298. package/dist/models/MetricEntityType.js +1 -1
  299. package/dist/models/MetricEntriesList200Response.d.ts +1 -1
  300. package/dist/models/MetricEntriesList200Response.js +1 -1
  301. package/dist/models/MetricEntryReq.d.ts +2 -2
  302. package/dist/models/MetricEntryReq.js +1 -1
  303. package/dist/models/MetricEntryRes.d.ts +1 -1
  304. package/dist/models/MetricEntryRes.js +1 -1
  305. package/dist/models/MetricTypeReq.d.ts +1 -1
  306. package/dist/models/MetricTypeReq.js +1 -1
  307. package/dist/models/MetricTypeRes.d.ts +1 -1
  308. package/dist/models/MetricTypeRes.js +1 -1
  309. package/dist/models/MetricTypesList200Response.d.ts +1 -1
  310. package/dist/models/MetricTypesList200Response.js +1 -1
  311. package/dist/models/MetricTypesUpdateRequest.d.ts +1 -1
  312. package/dist/models/MetricTypesUpdateRequest.js +1 -1
  313. package/dist/models/NotaryJobRes.d.ts +1 -1
  314. package/dist/models/NotaryJobRes.js +1 -1
  315. package/dist/models/NotaryJobStatus.d.ts +1 -1
  316. package/dist/models/NotaryJobStatus.js +1 -1
  317. package/dist/models/PageRes.d.ts +1 -1
  318. package/dist/models/PageRes.js +1 -1
  319. package/dist/models/ParticipantReq.d.ts +1 -1
  320. package/dist/models/ParticipantReq.js +1 -1
  321. package/dist/models/ParticipantRes.d.ts +1 -1
  322. package/dist/models/ParticipantRes.js +1 -1
  323. package/dist/models/ParticipantStatus.d.ts +1 -1
  324. package/dist/models/ParticipantStatus.js +1 -1
  325. package/dist/models/ParticipantsList200Response.d.ts +1 -1
  326. package/dist/models/ParticipantsList200Response.js +1 -1
  327. package/dist/models/PriceItem.d.ts +1 -1
  328. package/dist/models/PriceItem.js +1 -1
  329. package/dist/models/PropertyDefinition.d.ts +1 -1
  330. package/dist/models/PropertyDefinition.js +1 -1
  331. package/dist/models/SchemaValidatorConfig.d.ts +47 -0
  332. package/dist/models/SchemaValidatorConfig.js +61 -0
  333. package/dist/models/SecretDefinition.d.ts +1 -1
  334. package/dist/models/SecretDefinition.js +1 -1
  335. package/dist/models/ServiceGroupReq.d.ts +2 -2
  336. package/dist/models/ServiceGroupReq.js +1 -1
  337. package/dist/models/ServiceGroupRes.d.ts +2 -2
  338. package/dist/models/ServiceGroupRes.js +1 -1
  339. package/dist/models/ServiceGroupsList200Response.d.ts +1 -1
  340. package/dist/models/ServiceGroupsList200Response.js +1 -1
  341. package/dist/models/ServiceOfferingReq.d.ts +1 -1
  342. package/dist/models/ServiceOfferingReq.js +1 -1
  343. package/dist/models/ServiceOfferingRes.d.ts +1 -1
  344. package/dist/models/ServiceOfferingRes.js +1 -1
  345. package/dist/models/ServiceOfferingResServiceType.d.ts +1 -1
  346. package/dist/models/ServiceOfferingResServiceType.js +1 -1
  347. package/dist/models/ServiceOrderReq.d.ts +1 -1
  348. package/dist/models/ServiceOrderReq.js +1 -1
  349. package/dist/models/ServiceOrderRes.d.ts +1 -1
  350. package/dist/models/ServiceOrderRes.js +1 -1
  351. package/dist/models/ServiceOrderStatus.d.ts +1 -1
  352. package/dist/models/ServiceOrderStatus.js +1 -1
  353. package/dist/models/ServiceReq.d.ts +2 -2
  354. package/dist/models/ServiceReq.js +1 -1
  355. package/dist/models/ServiceRes.d.ts +1 -1
  356. package/dist/models/ServiceRes.js +1 -1
  357. package/dist/models/ServiceTypeRes.d.ts +1 -1
  358. package/dist/models/ServiceTypeRes.js +1 -1
  359. package/dist/models/ServiceTypesList200Response.d.ts +1 -1
  360. package/dist/models/ServiceTypesList200Response.js +1 -1
  361. package/dist/models/ServicesActionRequest.d.ts +1 -1
  362. package/dist/models/ServicesActionRequest.js +1 -1
  363. package/dist/models/SubmitNotaryJobReq.d.ts +1 -1
  364. package/dist/models/SubmitNotaryJobReq.js +1 -1
  365. package/dist/models/TokenReq.d.ts +2 -2
  366. package/dist/models/TokenReq.js +1 -1
  367. package/dist/models/TokenRes.d.ts +3 -3
  368. package/dist/models/TokenRes.js +1 -1
  369. package/dist/models/TokensList200Response.d.ts +1 -1
  370. package/dist/models/TokensList200Response.js +1 -1
  371. package/dist/models/TokensUpdateRequest.d.ts +1 -1
  372. package/dist/models/TokensUpdateRequest.js +1 -1
  373. package/dist/models/TransactionEntityType.d.ts +1 -1
  374. package/dist/models/TransactionEntityType.js +1 -1
  375. package/dist/models/TransactionRecordReq.d.ts +1 -1
  376. package/dist/models/TransactionRecordReq.js +1 -1
  377. package/dist/models/TransactionRecordRes.d.ts +1 -1
  378. package/dist/models/TransactionRecordRes.js +1 -1
  379. package/dist/models/TransactionStatus.d.ts +1 -1
  380. package/dist/models/TransactionStatus.js +1 -1
  381. package/dist/models/TransactionType.d.ts +1 -1
  382. package/dist/models/TransactionType.js +1 -1
  383. package/dist/models/TransactionsUpdateRequest.d.ts +1 -1
  384. package/dist/models/TransactionsUpdateRequest.js +1 -1
  385. package/dist/models/UpdateAgentReq.d.ts +3 -3
  386. package/dist/models/UpdateAgentReq.js +1 -1
  387. package/dist/models/UpdateAgentTypeReq.d.ts +5 -7
  388. package/dist/models/UpdateAgentTypeReq.js +4 -5
  389. package/dist/models/UpdateCEMServiceReq.d.ts +1 -1
  390. package/dist/models/UpdateCEMServiceReq.js +1 -1
  391. package/dist/models/UpdateServiceTypeReq.d.ts +2 -2
  392. package/dist/models/UpdateServiceTypeReq.js +1 -1
  393. package/dist/models/ValidationError.d.ts +1 -1
  394. package/dist/models/ValidationError.js +1 -1
  395. package/dist/models/ValidatorDefinition.d.ts +1 -1
  396. package/dist/models/ValidatorDefinition.js +1 -1
  397. package/dist/models/Variant.d.ts +1 -1
  398. package/dist/models/Variant.js +1 -1
  399. package/dist/models/index.d.ts +2 -0
  400. package/dist/models/index.js +2 -0
  401. package/dist/runtime.d.ts +1 -1
  402. package/dist/runtime.js +1 -1
  403. package/docs/AgentTypeRes.md +2 -2
  404. package/docs/AgentsApi.md +23 -2
  405. package/docs/ConfigurationSchema.md +37 -0
  406. package/docs/CreateAgentTypeReq.md +2 -2
  407. package/docs/EventApi.md +13 -1
  408. package/docs/JobsApi.md +16 -1
  409. package/docs/MetricsApi.md +13 -1
  410. package/docs/ParticipantsApi.md +10 -1
  411. package/docs/SchemaValidatorConfig.md +36 -0
  412. package/docs/ServicesApi.md +7 -1
  413. package/docs/UpdateAgentTypeReq.md +2 -2
  414. package/package.json +1 -1
  415. package/src/apis/AgentsApi.ts +55 -1
  416. package/src/apis/CommitmentsApi.ts +1 -1
  417. package/src/apis/EventApi.ts +25 -1
  418. package/src/apis/JobsApi.ts +42 -1
  419. package/src/apis/MetricsApi.ts +25 -1
  420. package/src/apis/NotaryJobsApi.ts +1 -1
  421. package/src/apis/ParticipantsApi.ts +28 -1
  422. package/src/apis/ServiceOfferingsApi.ts +1 -1
  423. package/src/apis/ServiceOrdersApi.ts +1 -1
  424. package/src/apis/ServicesApi.ts +13 -1
  425. package/src/apis/TokensApi.ts +1 -1
  426. package/src/apis/TransactionsApi.ts +1 -1
  427. package/src/models/AgentCreateRes.ts +3 -3
  428. package/src/models/AgentRes.ts +3 -3
  429. package/src/models/AgentStatus.ts +1 -1
  430. package/src/models/AgentTypeRes.ts +12 -12
  431. package/src/models/AgentTypesList200Response.ts +1 -1
  432. package/src/models/AgentsList200Response.ts +1 -1
  433. package/src/models/AgentsUpdateStatusRequest.ts +1 -1
  434. package/src/models/AuthRole.ts +1 -1
  435. package/src/models/AuthorizerDefinition.ts +1 -1
  436. package/src/models/ByPeriodReq.ts +1 -1
  437. package/src/models/ByPeriodReqFrom.ts +1 -1
  438. package/src/models/CommitmentReq.ts +1 -1
  439. package/src/models/CommitmentRes.ts +1 -1
  440. package/src/models/CompleteJobReq.ts +2 -2
  441. package/src/models/ConfigurationSchema.ts +88 -0
  442. package/src/models/CreateAgentReq.ts +5 -5
  443. package/src/models/CreateAgentTypeReq.ts +12 -12
  444. package/src/models/CreateCEMServiceReq.ts +1 -1
  445. package/src/models/CreateServiceTypeReq.ts +2 -2
  446. package/src/models/ErrorRes.ts +1 -1
  447. package/src/models/EventAckReq.ts +1 -1
  448. package/src/models/EventAckRes.ts +1 -1
  449. package/src/models/EventLeaseReq.ts +1 -1
  450. package/src/models/EventLeaseRes.ts +1 -1
  451. package/src/models/EventRes.ts +2 -2
  452. package/src/models/EventsList200Response.ts +1 -1
  453. package/src/models/FailJobReq.ts +1 -1
  454. package/src/models/GeneratorDefinition.ts +1 -1
  455. package/src/models/JobRes.ts +4 -4
  456. package/src/models/JobStatus.ts +1 -1
  457. package/src/models/JobsList200Response.ts +1 -1
  458. package/src/models/LifecycleAction.ts +1 -1
  459. package/src/models/LifecycleSchema.ts +1 -1
  460. package/src/models/LifecycleState.ts +1 -1
  461. package/src/models/LifecycleTransition.ts +1 -1
  462. package/src/models/MetricEntityType.ts +1 -1
  463. package/src/models/MetricEntriesList200Response.ts +1 -1
  464. package/src/models/MetricEntryReq.ts +2 -2
  465. package/src/models/MetricEntryRes.ts +1 -1
  466. package/src/models/MetricTypeReq.ts +1 -1
  467. package/src/models/MetricTypeRes.ts +1 -1
  468. package/src/models/MetricTypesList200Response.ts +1 -1
  469. package/src/models/MetricTypesUpdateRequest.ts +1 -1
  470. package/src/models/NotaryJobRes.ts +1 -1
  471. package/src/models/NotaryJobStatus.ts +1 -1
  472. package/src/models/PageRes.ts +1 -1
  473. package/src/models/ParticipantReq.ts +1 -1
  474. package/src/models/ParticipantRes.ts +1 -1
  475. package/src/models/ParticipantStatus.ts +1 -1
  476. package/src/models/ParticipantsList200Response.ts +1 -1
  477. package/src/models/PriceItem.ts +1 -1
  478. package/src/models/PropertyDefinition.ts +1 -1
  479. package/src/models/SchemaValidatorConfig.ts +85 -0
  480. package/src/models/SecretDefinition.ts +1 -1
  481. package/src/models/ServiceGroupReq.ts +2 -2
  482. package/src/models/ServiceGroupRes.ts +2 -2
  483. package/src/models/ServiceGroupsList200Response.ts +1 -1
  484. package/src/models/ServiceOfferingReq.ts +1 -1
  485. package/src/models/ServiceOfferingRes.ts +1 -1
  486. package/src/models/ServiceOfferingResServiceType.ts +1 -1
  487. package/src/models/ServiceOrderReq.ts +1 -1
  488. package/src/models/ServiceOrderRes.ts +1 -1
  489. package/src/models/ServiceOrderStatus.ts +1 -1
  490. package/src/models/ServiceReq.ts +2 -2
  491. package/src/models/ServiceRes.ts +1 -1
  492. package/src/models/ServiceTypeRes.ts +1 -1
  493. package/src/models/ServiceTypesList200Response.ts +1 -1
  494. package/src/models/ServicesActionRequest.ts +1 -1
  495. package/src/models/SubmitNotaryJobReq.ts +1 -1
  496. package/src/models/TokenReq.ts +2 -2
  497. package/src/models/TokenRes.ts +3 -3
  498. package/src/models/TokensList200Response.ts +1 -1
  499. package/src/models/TokensUpdateRequest.ts +1 -1
  500. package/src/models/TransactionEntityType.ts +1 -1
  501. package/src/models/TransactionRecordReq.ts +1 -1
  502. package/src/models/TransactionRecordRes.ts +1 -1
  503. package/src/models/TransactionStatus.ts +1 -1
  504. package/src/models/TransactionType.ts +1 -1
  505. package/src/models/TransactionsUpdateRequest.ts +1 -1
  506. package/src/models/UpdateAgentReq.ts +3 -3
  507. package/src/models/UpdateAgentTypeReq.ts +12 -12
  508. package/src/models/UpdateCEMServiceReq.ts +1 -1
  509. package/src/models/UpdateServiceTypeReq.ts +2 -2
  510. package/src/models/ValidationError.ts +1 -1
  511. package/src/models/ValidatorDefinition.ts +1 -1
  512. package/src/models/Variant.ts +1 -1
  513. package/src/models/index.ts +2 -0
  514. package/src/runtime.ts +1 -1
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,6 +48,10 @@ export interface EventsLeaseRequest {
48
48
  export interface EventsListRequest {
49
49
  page?: number;
50
50
  pageSize?: number;
51
+ sort?: string;
52
+ initiatorType?: Array<string>;
53
+ initiatorId?: Array<string>;
54
+ type?: Array<string>;
51
55
  }
52
56
 
53
57
  /**
@@ -94,6 +98,10 @@ export interface EventApiInterface {
94
98
  * @summary List events
95
99
  * @param {number} [page]
96
100
  * @param {number} [pageSize]
101
+ * @param {string} [sort] Sort field. Prefix with \&#39;+\&#39; for ascending or \&#39;-\&#39; for descending. Default is ascending. Supported fields: createdAt
102
+ * @param {Array<string>} [initiatorType] Filter by initiator type (can specify multiple values)
103
+ * @param {Array<string>} [initiatorId] Filter by initiator ID (can specify multiple values)
104
+ * @param {Array<string>} [type] Filter by event type (can specify multiple values)
97
105
  * @param {*} [options] Override http request option.
98
106
  * @throws {RequiredError}
99
107
  * @memberof EventApiInterface
@@ -220,6 +228,22 @@ export class EventApi extends runtime.BaseAPI implements EventApiInterface {
220
228
  queryParameters['pageSize'] = requestParameters['pageSize'];
221
229
  }
222
230
 
231
+ if (requestParameters['sort'] != null) {
232
+ queryParameters['sort'] = requestParameters['sort'];
233
+ }
234
+
235
+ if (requestParameters['initiatorType'] != null) {
236
+ queryParameters['initiatorType'] = requestParameters['initiatorType'];
237
+ }
238
+
239
+ if (requestParameters['initiatorId'] != null) {
240
+ queryParameters['initiatorId'] = requestParameters['initiatorId'];
241
+ }
242
+
243
+ if (requestParameters['type'] != null) {
244
+ queryParameters['type'] = requestParameters['type'];
245
+ }
246
+
223
247
  const headerParameters: runtime.HTTPHeaders = {};
224
248
 
225
249
  if (this.configuration && this.configuration.accessToken) {
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -55,6 +55,11 @@ export interface JobsGetRequest {
55
55
  export interface JobsListRequest {
56
56
  page?: number;
57
57
  pageSize?: number;
58
+ sort?: string;
59
+ action?: Array<string>;
60
+ status?: Array<JobsListStatusEnum>;
61
+ agentId?: Array<string>;
62
+ serviceId?: Array<string>;
58
63
  }
59
64
 
60
65
  export interface JobsPendingRequest {
@@ -139,6 +144,11 @@ export interface JobsApiInterface {
139
144
  * @summary List jobs
140
145
  * @param {number} [page]
141
146
  * @param {number} [pageSize]
147
+ * @param {string} [sort] Sort field. Prefix with \&#39;+\&#39; for ascending or \&#39;-\&#39; for descending. Default is ascending. Supported fields: priority, createdAt, claimedAt, completedAt
148
+ * @param {Array<string>} [action] Filter by job action (can specify multiple values)
149
+ * @param {Array<'Pending' | 'Processing' | 'Completed' | 'Failed'>} [status] Filter by job status (can specify multiple values)
150
+ * @param {Array<string>} [agentId] Filter by agent ID (can specify multiple values)
151
+ * @param {Array<string>} [serviceId] Filter by service ID (can specify multiple values)
142
152
  * @param {*} [options] Override http request option.
143
153
  * @throws {RequiredError}
144
154
  * @memberof JobsApiInterface
@@ -382,6 +392,26 @@ export class JobsApi extends runtime.BaseAPI implements JobsApiInterface {
382
392
  queryParameters['pageSize'] = requestParameters['pageSize'];
383
393
  }
384
394
 
395
+ if (requestParameters['sort'] != null) {
396
+ queryParameters['sort'] = requestParameters['sort'];
397
+ }
398
+
399
+ if (requestParameters['action'] != null) {
400
+ queryParameters['action'] = requestParameters['action'];
401
+ }
402
+
403
+ if (requestParameters['status'] != null) {
404
+ queryParameters['status'] = requestParameters['status'];
405
+ }
406
+
407
+ if (requestParameters['agentId'] != null) {
408
+ queryParameters['agentId'] = requestParameters['agentId'];
409
+ }
410
+
411
+ if (requestParameters['serviceId'] != null) {
412
+ queryParameters['serviceId'] = requestParameters['serviceId'];
413
+ }
414
+
385
415
  const headerParameters: runtime.HTTPHeaders = {};
386
416
 
387
417
  if (this.configuration && this.configuration.accessToken) {
@@ -452,3 +482,14 @@ export class JobsApi extends runtime.BaseAPI implements JobsApiInterface {
452
482
  }
453
483
 
454
484
  }
485
+
486
+ /**
487
+ * @export
488
+ */
489
+ export const JobsListStatusEnum = {
490
+ PENDING: 'Pending',
491
+ PROCESSING: 'Processing',
492
+ COMPLETED: 'Completed',
493
+ FAILED: 'Failed'
494
+ } as const;
495
+ export type JobsListStatusEnum = typeof JobsListStatusEnum[keyof typeof JobsListStatusEnum];
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,6 +50,10 @@ export interface MetricEntriesCreateRequest {
50
50
  export interface MetricEntriesListRequest {
51
51
  page?: number;
52
52
  pageSize?: number;
53
+ sort?: string;
54
+ agentId?: Array<string>;
55
+ serviceId?: Array<string>;
56
+ typeId?: Array<string>;
53
57
  }
54
58
 
55
59
  export interface MetricTypesCreateRequest {
@@ -102,6 +106,10 @@ export interface MetricsApiInterface {
102
106
  * @summary List metric entries
103
107
  * @param {number} [page]
104
108
  * @param {number} [pageSize]
109
+ * @param {string} [sort] Sort field. Prefix with \&#39;+\&#39; for ascending or \&#39;-\&#39; for descending. Default is ascending. Supported fields: createdAt, value
110
+ * @param {Array<string>} [agentId] Filter by agent ID (can specify multiple values)
111
+ * @param {Array<string>} [serviceId] Filter by service ID (can specify multiple values)
112
+ * @param {Array<string>} [typeId] Filter by metric type ID (can specify multiple values)
105
113
  * @param {*} [options] Override http request option.
106
114
  * @throws {RequiredError}
107
115
  * @memberof MetricsApiInterface
@@ -264,6 +272,22 @@ export class MetricsApi extends runtime.BaseAPI implements MetricsApiInterface {
264
272
  queryParameters['pageSize'] = requestParameters['pageSize'];
265
273
  }
266
274
 
275
+ if (requestParameters['sort'] != null) {
276
+ queryParameters['sort'] = requestParameters['sort'];
277
+ }
278
+
279
+ if (requestParameters['agentId'] != null) {
280
+ queryParameters['agentId'] = requestParameters['agentId'];
281
+ }
282
+
283
+ if (requestParameters['serviceId'] != null) {
284
+ queryParameters['serviceId'] = requestParameters['serviceId'];
285
+ }
286
+
287
+ if (requestParameters['typeId'] != null) {
288
+ queryParameters['typeId'] = requestParameters['typeId'];
289
+ }
290
+
267
291
  const headerParameters: runtime.HTTPHeaders = {};
268
292
 
269
293
  if (this.configuration && this.configuration.accessToken) {
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -46,6 +46,9 @@ export interface ParticipantsGetRequest {
46
46
  export interface ParticipantsListRequest {
47
47
  page?: number;
48
48
  pageSize?: number;
49
+ sort?: string;
50
+ name?: Array<string>;
51
+ status?: Array<ParticipantsListStatusEnum>;
49
52
  }
50
53
 
51
54
  export interface ParticipantsUpdateRequest {
@@ -113,6 +116,9 @@ export interface ParticipantsApiInterface {
113
116
  * @summary List participants
114
117
  * @param {number} [page]
115
118
  * @param {number} [pageSize]
119
+ * @param {string} [sort] Sort field. Prefix with \&#39;+\&#39; for ascending or \&#39;-\&#39; for descending. Default is ascending. Supported fields: name
120
+ * @param {Array<string>} [name] Filter by participant name (can specify multiple values)
121
+ * @param {Array<'Enabled' | 'Disabled'>} [status] Filter by participant status (can specify multiple values)
116
122
  * @param {*} [options] Override http request option.
117
123
  * @throws {RequiredError}
118
124
  * @memberof ParticipantsApiInterface
@@ -297,6 +303,18 @@ export class ParticipantsApi extends runtime.BaseAPI implements ParticipantsApiI
297
303
  queryParameters['pageSize'] = requestParameters['pageSize'];
298
304
  }
299
305
 
306
+ if (requestParameters['sort'] != null) {
307
+ queryParameters['sort'] = requestParameters['sort'];
308
+ }
309
+
310
+ if (requestParameters['name'] != null) {
311
+ queryParameters['name'] = requestParameters['name'];
312
+ }
313
+
314
+ if (requestParameters['status'] != null) {
315
+ queryParameters['status'] = requestParameters['status'];
316
+ }
317
+
300
318
  const headerParameters: runtime.HTTPHeaders = {};
301
319
 
302
320
  if (this.configuration && this.configuration.accessToken) {
@@ -381,3 +399,12 @@ export class ParticipantsApi extends runtime.BaseAPI implements ParticipantsApiI
381
399
  }
382
400
 
383
401
  }
402
+
403
+ /**
404
+ * @export
405
+ */
406
+ export const ParticipantsListStatusEnum = {
407
+ ENABLED: 'Enabled',
408
+ DISABLED: 'Disabled'
409
+ } as const;
410
+ export type ParticipantsListStatusEnum = typeof ParticipantsListStatusEnum[keyof typeof ParticipantsListStatusEnum];
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -99,6 +99,8 @@ export interface ServiceGroupsGetRequest {
99
99
  export interface ServiceGroupsListRequest {
100
100
  page?: number;
101
101
  pageSize?: number;
102
+ sort?: string;
103
+ name?: Array<string>;
102
104
  }
103
105
 
104
106
  export interface ServiceGroupsUpdateRequest {
@@ -286,6 +288,8 @@ export interface ServicesApiInterface {
286
288
  * @summary List service groups
287
289
  * @param {number} [page]
288
290
  * @param {number} [pageSize]
291
+ * @param {string} [sort] Sort field. Prefix with \&#39;+\&#39; for ascending or \&#39;-\&#39; for descending. Default is ascending. Supported fields: name
292
+ * @param {Array<string>} [name] Filter by service group name (can specify multiple values)
289
293
  * @param {*} [options] Override http request option.
290
294
  * @throws {RequiredError}
291
295
  * @memberof ServicesApiInterface
@@ -833,6 +837,14 @@ export class ServicesApi extends runtime.BaseAPI implements ServicesApiInterface
833
837
  queryParameters['pageSize'] = requestParameters['pageSize'];
834
838
  }
835
839
 
840
+ if (requestParameters['sort'] != null) {
841
+ queryParameters['sort'] = requestParameters['sort'];
842
+ }
843
+
844
+ if (requestParameters['name'] != null) {
845
+ queryParameters['name'] = requestParameters['name'];
846
+ }
847
+
836
848
  const headerParameters: runtime.HTTPHeaders = {};
837
849
 
838
850
  if (this.configuration && this.configuration.accessToken) {
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -85,13 +85,13 @@ export interface AgentCreateRes {
85
85
  */
86
86
  tags?: Array<string>;
87
87
  /**
88
- * A generic properties.JSON object
88
+ * Agent-specific configuration parameters
89
89
  * @type {{ [key: string]: any; }}
90
90
  * @memberof AgentCreateRes
91
91
  */
92
92
  _configuration?: { [key: string]: any; };
93
93
  /**
94
- *
94
+ * Optional service pool set for automatic resource allocation
95
95
  * @type {string}
96
96
  * @memberof AgentCreateRes
97
97
  */
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -78,13 +78,13 @@ export interface AgentRes {
78
78
  */
79
79
  tags?: Array<string>;
80
80
  /**
81
- * A generic properties.JSON object
81
+ * Agent-specific configuration parameters
82
82
  * @type {{ [key: string]: any; }}
83
83
  * @memberof AgentRes
84
84
  */
85
85
  _configuration?: { [key: string]: any; };
86
86
  /**
87
- *
87
+ * Optional service pool set for automatic resource allocation
88
88
  * @type {string}
89
89
  * @memberof AgentRes
90
90
  */
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,13 +13,13 @@
13
13
  */
14
14
 
15
15
  import { mapValues } from '../runtime';
16
- import type { PropertyDefinition } from './PropertyDefinition';
16
+ import type { ConfigurationSchema } from './ConfigurationSchema';
17
17
  import {
18
- PropertyDefinitionFromJSON,
19
- PropertyDefinitionFromJSONTyped,
20
- PropertyDefinitionToJSON,
21
- PropertyDefinitionToJSONTyped,
22
- } from './PropertyDefinition';
18
+ ConfigurationSchemaFromJSON,
19
+ ConfigurationSchemaFromJSONTyped,
20
+ ConfigurationSchemaToJSON,
21
+ ConfigurationSchemaToJSONTyped,
22
+ } from './ConfigurationSchema';
23
23
 
24
24
  /**
25
25
  *
@@ -46,11 +46,11 @@ export interface AgentTypeRes {
46
46
  */
47
47
  serviceTypeIds?: Array<string>;
48
48
  /**
49
- * Schema defining validation rules and structure for agent configuration properties
50
- * @type {{ [key: string]: PropertyDefinition; }}
49
+ * Schema defining the structure and validation rules for agent configuration
50
+ * @type {ConfigurationSchema}
51
51
  * @memberof AgentTypeRes
52
52
  */
53
- configurationSchema?: { [key: string]: PropertyDefinition; };
53
+ configurationSchema?: ConfigurationSchema;
54
54
  /**
55
55
  *
56
56
  * @type {Date}
@@ -85,7 +85,7 @@ export function AgentTypeResFromJSONTyped(json: any, ignoreDiscriminator: boolea
85
85
  'id': json['id'] == null ? undefined : json['id'],
86
86
  'name': json['name'] == null ? undefined : json['name'],
87
87
  'serviceTypeIds': json['serviceTypeIds'] == null ? undefined : json['serviceTypeIds'],
88
- 'configurationSchema': json['configurationSchema'] == null ? undefined : (mapValues(json['configurationSchema'], PropertyDefinitionFromJSON)),
88
+ 'configurationSchema': json['configurationSchema'] == null ? undefined : ConfigurationSchemaFromJSON(json['configurationSchema']),
89
89
  'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
90
90
  'updatedAt': json['updatedAt'] == null ? undefined : (new Date(json['updatedAt'])),
91
91
  };
@@ -105,7 +105,7 @@ export function AgentTypeResToJSONTyped(value?: AgentTypeRes | null, ignoreDiscr
105
105
  'id': value['id'],
106
106
  'name': value['name'],
107
107
  'serviceTypeIds': value['serviceTypeIds'],
108
- 'configurationSchema': value['configurationSchema'] == null ? undefined : (mapValues(value['configurationSchema'], PropertyDefinitionToJSON)),
108
+ 'configurationSchema': ConfigurationSchemaToJSON(value['configurationSchema']),
109
109
  'createdAt': value['createdAt'] == null ? value['createdAt'] : value['createdAt'].toISOString(),
110
110
  'updatedAt': value['updatedAt'] == null ? value['updatedAt'] : value['updatedAt'].toISOString(),
111
111
  };
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fulcrum CEM API
5
5
  * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
6
  *
7
- * The version of the OpenAPI document: 0.0.3
7
+ * The version of the OpenAPI document: 0.0.5
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ export interface CompleteJobReq {
26
26
  */
27
27
  agentInstanceId?: string;
28
28
  /**
29
- * A generic properties.JSON object
29
+ * Agent-owned runtime data about the provisioned service
30
30
  * @type {{ [key: string]: any; }}
31
31
  * @memberof CompleteJobReq
32
32
  */
@@ -0,0 +1,88 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Fulcrum CEM API
5
+ * A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
6
+ *
7
+ * The version of the OpenAPI document: 0.0.5
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { mapValues } from '../runtime';
16
+ import type { SchemaValidatorConfig } from './SchemaValidatorConfig';
17
+ import {
18
+ SchemaValidatorConfigFromJSON,
19
+ SchemaValidatorConfigFromJSONTyped,
20
+ SchemaValidatorConfigToJSON,
21
+ SchemaValidatorConfigToJSONTyped,
22
+ } from './SchemaValidatorConfig';
23
+ import type { PropertyDefinition } from './PropertyDefinition';
24
+ import {
25
+ PropertyDefinitionFromJSON,
26
+ PropertyDefinitionFromJSONTyped,
27
+ PropertyDefinitionToJSON,
28
+ PropertyDefinitionToJSONTyped,
29
+ } from './PropertyDefinition';
30
+
31
+ /**
32
+ * Schema defining validation rules and structure for agent configuration properties
33
+ * @export
34
+ * @interface ConfigurationSchema
35
+ */
36
+ export interface ConfigurationSchema {
37
+ /**
38
+ * Property definitions keyed by property name
39
+ * @type {{ [key: string]: PropertyDefinition; }}
40
+ * @memberof ConfigurationSchema
41
+ */
42
+ properties?: { [key: string]: PropertyDefinition; };
43
+ /**
44
+ * Schema-level validators (e.g., exactlyOne)
45
+ * @type {Array<SchemaValidatorConfig>}
46
+ * @memberof ConfigurationSchema
47
+ */
48
+ validators?: Array<SchemaValidatorConfig>;
49
+ }
50
+
51
+ /**
52
+ * Check if a given object implements the ConfigurationSchema interface.
53
+ */
54
+ export function instanceOfConfigurationSchema(value: object): value is ConfigurationSchema {
55
+ return true;
56
+ }
57
+
58
+ export function ConfigurationSchemaFromJSON(json: any): ConfigurationSchema {
59
+ return ConfigurationSchemaFromJSONTyped(json, false);
60
+ }
61
+
62
+ export function ConfigurationSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConfigurationSchema {
63
+ if (json == null) {
64
+ return json;
65
+ }
66
+ return {
67
+
68
+ 'properties': json['properties'] == null ? undefined : (mapValues(json['properties'], PropertyDefinitionFromJSON)),
69
+ 'validators': json['validators'] == null ? undefined : ((json['validators'] as Array<any>).map(SchemaValidatorConfigFromJSON)),
70
+ };
71
+ }
72
+
73
+ export function ConfigurationSchemaToJSON(json: any): ConfigurationSchema {
74
+ return ConfigurationSchemaToJSONTyped(json, false);
75
+ }
76
+
77
+ export function ConfigurationSchemaToJSONTyped(value?: ConfigurationSchema | null, ignoreDiscriminator: boolean = false): any {
78
+ if (value == null) {
79
+ return value;
80
+ }
81
+
82
+ return {
83
+
84
+ 'properties': value['properties'] == null ? undefined : (mapValues(value['properties'], PropertyDefinitionToJSON)),
85
+ 'validators': value['validators'] == null ? undefined : ((value['validators'] as Array<any>).map(SchemaValidatorConfigToJSON)),
86
+ };
87
+ }
88
+