fulcrum-cem-client 0.0.9 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +0 -2
- package/README.md +11 -11
- package/dist/apis/AgentsApi.d.ts +1 -1
- package/dist/apis/AgentsApi.js +1 -1
- package/dist/apis/CommitmentsApi.d.ts +1 -1
- package/dist/apis/CommitmentsApi.js +1 -1
- package/dist/apis/EventApi.d.ts +1 -1
- package/dist/apis/EventApi.js +1 -1
- package/dist/apis/JobsApi.d.ts +1 -1
- package/dist/apis/JobsApi.js +1 -1
- package/dist/apis/MetricsApi.d.ts +1 -1
- package/dist/apis/MetricsApi.js +1 -1
- package/dist/apis/NotaryJobsApi.d.ts +1 -1
- package/dist/apis/NotaryJobsApi.js +1 -1
- package/dist/apis/ParticipantsApi.d.ts +1 -1
- package/dist/apis/ParticipantsApi.js +1 -1
- package/dist/apis/ServiceOfferingsApi.d.ts +1 -1
- package/dist/apis/ServiceOfferingsApi.js +1 -1
- package/dist/apis/ServiceOrdersApi.d.ts +1 -1
- package/dist/apis/ServiceOrdersApi.js +1 -1
- package/dist/apis/ServicesApi.d.ts +222 -2
- package/dist/apis/ServicesApi.js +299 -1
- package/dist/apis/TokensApi.d.ts +1 -1
- package/dist/apis/TokensApi.js +1 -1
- package/dist/apis/TransactionsApi.d.ts +1 -1
- package/dist/apis/TransactionsApi.js +1 -1
- package/dist/apis/index.d.ts +0 -1
- package/dist/apis/index.js +0 -1
- package/dist/esm/apis/AgentsApi.d.ts +1 -1
- package/dist/esm/apis/AgentsApi.js +1 -1
- package/dist/esm/apis/CommitmentsApi.d.ts +1 -1
- package/dist/esm/apis/CommitmentsApi.js +1 -1
- package/dist/esm/apis/EventApi.d.ts +1 -1
- package/dist/esm/apis/EventApi.js +1 -1
- package/dist/esm/apis/JobsApi.d.ts +1 -1
- package/dist/esm/apis/JobsApi.js +1 -1
- package/dist/esm/apis/MetricsApi.d.ts +1 -1
- package/dist/esm/apis/MetricsApi.js +1 -1
- package/dist/esm/apis/NotaryJobsApi.d.ts +1 -1
- package/dist/esm/apis/NotaryJobsApi.js +1 -1
- package/dist/esm/apis/ParticipantsApi.d.ts +1 -1
- package/dist/esm/apis/ParticipantsApi.js +1 -1
- package/dist/esm/apis/ServiceOfferingsApi.d.ts +1 -1
- package/dist/esm/apis/ServiceOfferingsApi.js +1 -1
- package/dist/esm/apis/ServiceOrdersApi.d.ts +1 -1
- package/dist/esm/apis/ServiceOrdersApi.js +1 -1
- package/dist/esm/apis/ServicesApi.d.ts +222 -2
- package/dist/esm/apis/ServicesApi.js +300 -2
- package/dist/esm/apis/TokensApi.d.ts +1 -1
- package/dist/esm/apis/TokensApi.js +1 -1
- package/dist/esm/apis/TransactionsApi.d.ts +1 -1
- package/dist/esm/apis/TransactionsApi.js +1 -1
- package/dist/esm/apis/index.d.ts +0 -1
- package/dist/esm/apis/index.js +0 -1
- package/dist/esm/models/AgentCreateRes.d.ts +1 -1
- package/dist/esm/models/AgentCreateRes.js +1 -1
- package/dist/esm/models/AgentRes.d.ts +1 -1
- package/dist/esm/models/AgentRes.js +1 -1
- package/dist/esm/models/AgentStatus.d.ts +1 -1
- package/dist/esm/models/AgentStatus.js +1 -1
- package/dist/esm/models/AgentTypeRes.d.ts +1 -1
- package/dist/esm/models/AgentTypeRes.js +1 -1
- package/dist/esm/models/AgentTypesList200Response.d.ts +1 -1
- package/dist/esm/models/AgentTypesList200Response.js +1 -1
- package/dist/esm/models/AgentsList200Response.d.ts +1 -1
- package/dist/esm/models/AgentsList200Response.js +1 -1
- package/dist/esm/models/AgentsUpdateStatusRequest.d.ts +1 -1
- package/dist/esm/models/AgentsUpdateStatusRequest.js +1 -1
- package/dist/esm/models/AuthRole.d.ts +1 -1
- package/dist/esm/models/AuthRole.js +1 -1
- package/dist/esm/models/AuthorizerDefinition.d.ts +1 -1
- package/dist/esm/models/AuthorizerDefinition.js +1 -1
- package/dist/esm/models/ByPeriodReq.d.ts +1 -1
- package/dist/esm/models/ByPeriodReq.js +1 -1
- package/dist/esm/models/ByPeriodReqFrom.d.ts +1 -1
- package/dist/esm/models/ByPeriodReqFrom.js +1 -1
- package/dist/esm/models/CommitmentReq.d.ts +1 -1
- package/dist/esm/models/CommitmentReq.js +1 -1
- package/dist/esm/models/CommitmentRes.d.ts +1 -1
- package/dist/esm/models/CommitmentRes.js +1 -1
- package/dist/esm/models/CompleteJobReq.d.ts +1 -1
- package/dist/esm/models/CompleteJobReq.js +1 -1
- package/dist/esm/models/ConfigurationSchema.d.ts +1 -1
- package/dist/esm/models/ConfigurationSchema.js +1 -1
- package/dist/esm/models/CreateAgentReq.d.ts +1 -1
- package/dist/esm/models/CreateAgentReq.js +1 -1
- package/dist/esm/models/CreateAgentTypeReq.d.ts +1 -1
- package/dist/esm/models/CreateAgentTypeReq.js +1 -1
- package/dist/esm/models/CreateCEMServiceReq.d.ts +1 -1
- package/dist/esm/models/CreateCEMServiceReq.js +1 -1
- package/dist/esm/models/CreateServicePoolReq.d.ts +1 -1
- package/dist/esm/models/CreateServicePoolReq.js +1 -1
- package/dist/esm/models/CreateServicePoolSetReq.d.ts +1 -1
- package/dist/esm/models/CreateServicePoolSetReq.js +1 -1
- package/dist/esm/models/CreateServicePoolValueReq.d.ts +1 -1
- package/dist/esm/models/CreateServicePoolValueReq.js +1 -1
- package/dist/esm/models/CreateServiceTypeReq.d.ts +1 -1
- package/dist/esm/models/CreateServiceTypeReq.js +1 -1
- package/dist/esm/models/ErrorRes.d.ts +1 -1
- package/dist/esm/models/ErrorRes.js +1 -1
- package/dist/esm/models/EventAckReq.d.ts +1 -1
- package/dist/esm/models/EventAckReq.js +1 -1
- package/dist/esm/models/EventAckRes.d.ts +1 -1
- package/dist/esm/models/EventAckRes.js +1 -1
- package/dist/esm/models/EventLeaseReq.d.ts +1 -1
- package/dist/esm/models/EventLeaseReq.js +1 -1
- package/dist/esm/models/EventLeaseRes.d.ts +1 -1
- package/dist/esm/models/EventLeaseRes.js +1 -1
- package/dist/esm/models/EventRes.d.ts +1 -1
- package/dist/esm/models/EventRes.js +1 -1
- package/dist/esm/models/EventsList200Response.d.ts +1 -1
- package/dist/esm/models/EventsList200Response.js +1 -1
- package/dist/esm/models/FailJobReq.d.ts +1 -1
- package/dist/esm/models/FailJobReq.js +1 -1
- package/dist/esm/models/GeneratorDefinition.d.ts +1 -1
- package/dist/esm/models/GeneratorDefinition.js +1 -1
- package/dist/esm/models/JobRes.d.ts +1 -1
- package/dist/esm/models/JobRes.js +1 -1
- package/dist/esm/models/JobStatus.d.ts +1 -1
- package/dist/esm/models/JobStatus.js +1 -1
- package/dist/esm/models/JobsList200Response.d.ts +1 -1
- package/dist/esm/models/JobsList200Response.js +1 -1
- package/dist/esm/models/LifecycleAction.d.ts +1 -1
- package/dist/esm/models/LifecycleAction.js +1 -1
- package/dist/esm/models/LifecycleSchema.d.ts +1 -1
- package/dist/esm/models/LifecycleSchema.js +1 -1
- package/dist/esm/models/LifecycleState.d.ts +1 -1
- package/dist/esm/models/LifecycleState.js +1 -1
- package/dist/esm/models/LifecycleTransition.d.ts +1 -1
- package/dist/esm/models/LifecycleTransition.js +1 -1
- package/dist/esm/models/MetricEntityType.d.ts +1 -1
- package/dist/esm/models/MetricEntityType.js +1 -1
- package/dist/esm/models/MetricEntriesList200Response.d.ts +1 -1
- package/dist/esm/models/MetricEntriesList200Response.js +1 -1
- package/dist/esm/models/MetricEntryReq.d.ts +1 -1
- package/dist/esm/models/MetricEntryReq.js +1 -1
- package/dist/esm/models/MetricEntryRes.d.ts +1 -1
- package/dist/esm/models/MetricEntryRes.js +1 -1
- package/dist/esm/models/MetricTypeReq.d.ts +1 -1
- package/dist/esm/models/MetricTypeReq.js +1 -1
- package/dist/esm/models/MetricTypeRes.d.ts +1 -1
- package/dist/esm/models/MetricTypeRes.js +1 -1
- package/dist/esm/models/MetricTypesList200Response.d.ts +1 -1
- package/dist/esm/models/MetricTypesList200Response.js +1 -1
- package/dist/esm/models/MetricTypesUpdateRequest.d.ts +1 -1
- package/dist/esm/models/MetricTypesUpdateRequest.js +1 -1
- package/dist/esm/models/NotaryJobRes.d.ts +1 -1
- package/dist/esm/models/NotaryJobRes.js +1 -1
- package/dist/esm/models/NotaryJobStatus.d.ts +1 -1
- package/dist/esm/models/NotaryJobStatus.js +1 -1
- package/dist/esm/models/PageRes.d.ts +1 -1
- package/dist/esm/models/PageRes.js +1 -1
- package/dist/esm/models/ParticipantReq.d.ts +1 -1
- package/dist/esm/models/ParticipantReq.js +1 -1
- package/dist/esm/models/ParticipantRes.d.ts +1 -1
- package/dist/esm/models/ParticipantRes.js +1 -1
- package/dist/esm/models/ParticipantStatus.d.ts +1 -1
- package/dist/esm/models/ParticipantStatus.js +1 -1
- package/dist/esm/models/ParticipantsList200Response.d.ts +1 -1
- package/dist/esm/models/ParticipantsList200Response.js +1 -1
- package/dist/esm/models/PriceItem.d.ts +1 -1
- package/dist/esm/models/PriceItem.js +1 -1
- package/dist/esm/models/PropertyDefinition.d.ts +1 -1
- package/dist/esm/models/PropertyDefinition.js +1 -1
- package/dist/esm/models/PropertySchema.d.ts +1 -1
- package/dist/esm/models/PropertySchema.js +1 -1
- package/dist/esm/models/SchemaValidatorConfig.d.ts +1 -1
- package/dist/esm/models/SchemaValidatorConfig.js +1 -1
- package/dist/esm/models/SecretDefinition.d.ts +1 -1
- package/dist/esm/models/SecretDefinition.js +1 -1
- package/dist/esm/models/ServiceGroupReq.d.ts +1 -1
- package/dist/esm/models/ServiceGroupReq.js +1 -1
- package/dist/esm/models/ServiceGroupRes.d.ts +1 -1
- package/dist/esm/models/ServiceGroupRes.js +1 -1
- package/dist/esm/models/ServiceGroupsList200Response.d.ts +1 -1
- package/dist/esm/models/ServiceGroupsList200Response.js +1 -1
- package/dist/esm/models/ServiceOfferingReq.d.ts +1 -1
- package/dist/esm/models/ServiceOfferingReq.js +1 -1
- package/dist/esm/models/ServiceOfferingRes.d.ts +1 -1
- package/dist/esm/models/ServiceOfferingRes.js +1 -1
- package/dist/esm/models/ServiceOfferingResServiceType.d.ts +1 -1
- package/dist/esm/models/ServiceOfferingResServiceType.js +1 -1
- package/dist/esm/models/ServiceOrderReq.d.ts +1 -1
- package/dist/esm/models/ServiceOrderReq.js +1 -1
- package/dist/esm/models/ServiceOrderRes.d.ts +1 -1
- package/dist/esm/models/ServiceOrderRes.js +1 -1
- package/dist/esm/models/ServiceOrderStatus.d.ts +1 -1
- package/dist/esm/models/ServiceOrderStatus.js +1 -1
- package/dist/esm/models/ServicePoolRes.d.ts +1 -1
- package/dist/esm/models/ServicePoolRes.js +1 -1
- package/dist/esm/models/ServicePoolSetRes.d.ts +1 -1
- package/dist/esm/models/ServicePoolSetRes.js +1 -1
- package/dist/esm/models/ServicePoolSetsList200Response.d.ts +1 -1
- package/dist/esm/models/ServicePoolSetsList200Response.js +1 -1
- package/dist/esm/models/ServicePoolValueRes.d.ts +1 -1
- package/dist/esm/models/ServicePoolValueRes.js +1 -1
- package/dist/esm/models/ServicePoolValuesList200Response.d.ts +1 -1
- package/dist/esm/models/ServicePoolValuesList200Response.js +1 -1
- package/dist/esm/models/ServicePoolsList200Response.d.ts +1 -1
- package/dist/esm/models/ServicePoolsList200Response.js +1 -1
- package/dist/esm/models/ServiceReq.d.ts +1 -1
- package/dist/esm/models/ServiceReq.js +1 -1
- package/dist/esm/models/ServiceRes.d.ts +1 -1
- package/dist/esm/models/ServiceRes.js +1 -1
- package/dist/esm/models/ServiceTypeRes.d.ts +1 -1
- package/dist/esm/models/ServiceTypeRes.js +1 -1
- package/dist/esm/models/ServiceTypesList200Response.d.ts +1 -1
- package/dist/esm/models/ServiceTypesList200Response.js +1 -1
- package/dist/esm/models/ServicesActionRequest.d.ts +1 -1
- package/dist/esm/models/ServicesActionRequest.js +1 -1
- package/dist/esm/models/SubmitNotaryJobReq.d.ts +1 -1
- package/dist/esm/models/SubmitNotaryJobReq.js +1 -1
- package/dist/esm/models/TokenReq.d.ts +1 -1
- package/dist/esm/models/TokenReq.js +1 -1
- package/dist/esm/models/TokenRes.d.ts +1 -1
- package/dist/esm/models/TokenRes.js +1 -1
- package/dist/esm/models/TokensList200Response.d.ts +1 -1
- package/dist/esm/models/TokensList200Response.js +1 -1
- package/dist/esm/models/TokensUpdateRequest.d.ts +1 -1
- package/dist/esm/models/TokensUpdateRequest.js +1 -1
- package/dist/esm/models/TransactionEntityType.d.ts +1 -1
- package/dist/esm/models/TransactionEntityType.js +1 -1
- package/dist/esm/models/TransactionRecordReq.d.ts +1 -1
- package/dist/esm/models/TransactionRecordReq.js +1 -1
- package/dist/esm/models/TransactionRecordRes.d.ts +1 -1
- package/dist/esm/models/TransactionRecordRes.js +1 -1
- package/dist/esm/models/TransactionStatus.d.ts +1 -1
- package/dist/esm/models/TransactionStatus.js +1 -1
- package/dist/esm/models/TransactionType.d.ts +1 -1
- package/dist/esm/models/TransactionType.js +1 -1
- package/dist/esm/models/TransactionsUpdateRequest.d.ts +1 -1
- package/dist/esm/models/TransactionsUpdateRequest.js +1 -1
- package/dist/esm/models/UpdateAgentReq.d.ts +1 -1
- package/dist/esm/models/UpdateAgentReq.js +1 -1
- package/dist/esm/models/UpdateAgentTypeReq.d.ts +1 -1
- package/dist/esm/models/UpdateAgentTypeReq.js +1 -1
- package/dist/esm/models/UpdateCEMServiceReq.d.ts +1 -1
- package/dist/esm/models/UpdateCEMServiceReq.js +1 -1
- package/dist/esm/models/UpdateServicePoolReq.d.ts +1 -1
- package/dist/esm/models/UpdateServicePoolReq.js +1 -1
- package/dist/esm/models/UpdateServicePoolSetReq.d.ts +1 -1
- package/dist/esm/models/UpdateServicePoolSetReq.js +1 -1
- package/dist/esm/models/UpdateServiceTypeReq.d.ts +1 -1
- package/dist/esm/models/UpdateServiceTypeReq.js +1 -1
- package/dist/esm/models/ValidationError.d.ts +1 -1
- package/dist/esm/models/ValidationError.js +1 -1
- package/dist/esm/models/ValidatorDefinition.d.ts +1 -1
- package/dist/esm/models/ValidatorDefinition.js +1 -1
- package/dist/esm/models/Variant.d.ts +1 -1
- package/dist/esm/models/Variant.js +1 -1
- package/dist/esm/runtime.d.ts +1 -1
- package/dist/esm/runtime.js +1 -1
- package/dist/models/AgentCreateRes.d.ts +1 -1
- package/dist/models/AgentCreateRes.js +1 -1
- package/dist/models/AgentRes.d.ts +1 -1
- package/dist/models/AgentRes.js +1 -1
- package/dist/models/AgentStatus.d.ts +1 -1
- package/dist/models/AgentStatus.js +1 -1
- package/dist/models/AgentTypeRes.d.ts +1 -1
- package/dist/models/AgentTypeRes.js +1 -1
- package/dist/models/AgentTypesList200Response.d.ts +1 -1
- package/dist/models/AgentTypesList200Response.js +1 -1
- package/dist/models/AgentsList200Response.d.ts +1 -1
- package/dist/models/AgentsList200Response.js +1 -1
- package/dist/models/AgentsUpdateStatusRequest.d.ts +1 -1
- package/dist/models/AgentsUpdateStatusRequest.js +1 -1
- package/dist/models/AuthRole.d.ts +1 -1
- package/dist/models/AuthRole.js +1 -1
- package/dist/models/AuthorizerDefinition.d.ts +1 -1
- package/dist/models/AuthorizerDefinition.js +1 -1
- package/dist/models/ByPeriodReq.d.ts +1 -1
- package/dist/models/ByPeriodReq.js +1 -1
- package/dist/models/ByPeriodReqFrom.d.ts +1 -1
- package/dist/models/ByPeriodReqFrom.js +1 -1
- package/dist/models/CommitmentReq.d.ts +1 -1
- package/dist/models/CommitmentReq.js +1 -1
- package/dist/models/CommitmentRes.d.ts +1 -1
- package/dist/models/CommitmentRes.js +1 -1
- package/dist/models/CompleteJobReq.d.ts +1 -1
- package/dist/models/CompleteJobReq.js +1 -1
- package/dist/models/ConfigurationSchema.d.ts +1 -1
- package/dist/models/ConfigurationSchema.js +1 -1
- package/dist/models/CreateAgentReq.d.ts +1 -1
- package/dist/models/CreateAgentReq.js +1 -1
- package/dist/models/CreateAgentTypeReq.d.ts +1 -1
- package/dist/models/CreateAgentTypeReq.js +1 -1
- package/dist/models/CreateCEMServiceReq.d.ts +1 -1
- package/dist/models/CreateCEMServiceReq.js +1 -1
- package/dist/models/CreateServicePoolReq.d.ts +1 -1
- package/dist/models/CreateServicePoolReq.js +1 -1
- package/dist/models/CreateServicePoolSetReq.d.ts +1 -1
- package/dist/models/CreateServicePoolSetReq.js +1 -1
- package/dist/models/CreateServicePoolValueReq.d.ts +1 -1
- package/dist/models/CreateServicePoolValueReq.js +1 -1
- package/dist/models/CreateServiceTypeReq.d.ts +1 -1
- package/dist/models/CreateServiceTypeReq.js +1 -1
- package/dist/models/ErrorRes.d.ts +1 -1
- package/dist/models/ErrorRes.js +1 -1
- package/dist/models/EventAckReq.d.ts +1 -1
- package/dist/models/EventAckReq.js +1 -1
- package/dist/models/EventAckRes.d.ts +1 -1
- package/dist/models/EventAckRes.js +1 -1
- package/dist/models/EventLeaseReq.d.ts +1 -1
- package/dist/models/EventLeaseReq.js +1 -1
- package/dist/models/EventLeaseRes.d.ts +1 -1
- package/dist/models/EventLeaseRes.js +1 -1
- package/dist/models/EventRes.d.ts +1 -1
- package/dist/models/EventRes.js +1 -1
- package/dist/models/EventsList200Response.d.ts +1 -1
- package/dist/models/EventsList200Response.js +1 -1
- package/dist/models/FailJobReq.d.ts +1 -1
- package/dist/models/FailJobReq.js +1 -1
- package/dist/models/GeneratorDefinition.d.ts +1 -1
- package/dist/models/GeneratorDefinition.js +1 -1
- package/dist/models/JobRes.d.ts +1 -1
- package/dist/models/JobRes.js +1 -1
- package/dist/models/JobStatus.d.ts +1 -1
- package/dist/models/JobStatus.js +1 -1
- package/dist/models/JobsList200Response.d.ts +1 -1
- package/dist/models/JobsList200Response.js +1 -1
- package/dist/models/LifecycleAction.d.ts +1 -1
- package/dist/models/LifecycleAction.js +1 -1
- package/dist/models/LifecycleSchema.d.ts +1 -1
- package/dist/models/LifecycleSchema.js +1 -1
- package/dist/models/LifecycleState.d.ts +1 -1
- package/dist/models/LifecycleState.js +1 -1
- package/dist/models/LifecycleTransition.d.ts +1 -1
- package/dist/models/LifecycleTransition.js +1 -1
- package/dist/models/MetricEntityType.d.ts +1 -1
- package/dist/models/MetricEntityType.js +1 -1
- package/dist/models/MetricEntriesList200Response.d.ts +1 -1
- package/dist/models/MetricEntriesList200Response.js +1 -1
- package/dist/models/MetricEntryReq.d.ts +1 -1
- package/dist/models/MetricEntryReq.js +1 -1
- package/dist/models/MetricEntryRes.d.ts +1 -1
- package/dist/models/MetricEntryRes.js +1 -1
- package/dist/models/MetricTypeReq.d.ts +1 -1
- package/dist/models/MetricTypeReq.js +1 -1
- package/dist/models/MetricTypeRes.d.ts +1 -1
- package/dist/models/MetricTypeRes.js +1 -1
- package/dist/models/MetricTypesList200Response.d.ts +1 -1
- package/dist/models/MetricTypesList200Response.js +1 -1
- package/dist/models/MetricTypesUpdateRequest.d.ts +1 -1
- package/dist/models/MetricTypesUpdateRequest.js +1 -1
- package/dist/models/NotaryJobRes.d.ts +1 -1
- package/dist/models/NotaryJobRes.js +1 -1
- package/dist/models/NotaryJobStatus.d.ts +1 -1
- package/dist/models/NotaryJobStatus.js +1 -1
- package/dist/models/PageRes.d.ts +1 -1
- package/dist/models/PageRes.js +1 -1
- package/dist/models/ParticipantReq.d.ts +1 -1
- package/dist/models/ParticipantReq.js +1 -1
- package/dist/models/ParticipantRes.d.ts +1 -1
- package/dist/models/ParticipantRes.js +1 -1
- package/dist/models/ParticipantStatus.d.ts +1 -1
- package/dist/models/ParticipantStatus.js +1 -1
- package/dist/models/ParticipantsList200Response.d.ts +1 -1
- package/dist/models/ParticipantsList200Response.js +1 -1
- package/dist/models/PriceItem.d.ts +1 -1
- package/dist/models/PriceItem.js +1 -1
- package/dist/models/PropertyDefinition.d.ts +1 -1
- package/dist/models/PropertyDefinition.js +1 -1
- package/dist/models/PropertySchema.d.ts +1 -1
- package/dist/models/PropertySchema.js +1 -1
- package/dist/models/SchemaValidatorConfig.d.ts +1 -1
- package/dist/models/SchemaValidatorConfig.js +1 -1
- package/dist/models/SecretDefinition.d.ts +1 -1
- package/dist/models/SecretDefinition.js +1 -1
- package/dist/models/ServiceGroupReq.d.ts +1 -1
- package/dist/models/ServiceGroupReq.js +1 -1
- package/dist/models/ServiceGroupRes.d.ts +1 -1
- package/dist/models/ServiceGroupRes.js +1 -1
- package/dist/models/ServiceGroupsList200Response.d.ts +1 -1
- package/dist/models/ServiceGroupsList200Response.js +1 -1
- package/dist/models/ServiceOfferingReq.d.ts +1 -1
- package/dist/models/ServiceOfferingReq.js +1 -1
- package/dist/models/ServiceOfferingRes.d.ts +1 -1
- package/dist/models/ServiceOfferingRes.js +1 -1
- package/dist/models/ServiceOfferingResServiceType.d.ts +1 -1
- package/dist/models/ServiceOfferingResServiceType.js +1 -1
- package/dist/models/ServiceOrderReq.d.ts +1 -1
- package/dist/models/ServiceOrderReq.js +1 -1
- package/dist/models/ServiceOrderRes.d.ts +1 -1
- package/dist/models/ServiceOrderRes.js +1 -1
- package/dist/models/ServiceOrderStatus.d.ts +1 -1
- package/dist/models/ServiceOrderStatus.js +1 -1
- package/dist/models/ServicePoolRes.d.ts +1 -1
- package/dist/models/ServicePoolRes.js +1 -1
- package/dist/models/ServicePoolSetRes.d.ts +1 -1
- package/dist/models/ServicePoolSetRes.js +1 -1
- package/dist/models/ServicePoolSetsList200Response.d.ts +1 -1
- package/dist/models/ServicePoolSetsList200Response.js +1 -1
- package/dist/models/ServicePoolValueRes.d.ts +1 -1
- package/dist/models/ServicePoolValueRes.js +1 -1
- package/dist/models/ServicePoolValuesList200Response.d.ts +1 -1
- package/dist/models/ServicePoolValuesList200Response.js +1 -1
- package/dist/models/ServicePoolsList200Response.d.ts +1 -1
- package/dist/models/ServicePoolsList200Response.js +1 -1
- package/dist/models/ServiceReq.d.ts +1 -1
- package/dist/models/ServiceReq.js +1 -1
- package/dist/models/ServiceRes.d.ts +1 -1
- package/dist/models/ServiceRes.js +1 -1
- package/dist/models/ServiceTypeRes.d.ts +1 -1
- package/dist/models/ServiceTypeRes.js +1 -1
- package/dist/models/ServiceTypesList200Response.d.ts +1 -1
- package/dist/models/ServiceTypesList200Response.js +1 -1
- package/dist/models/ServicesActionRequest.d.ts +1 -1
- package/dist/models/ServicesActionRequest.js +1 -1
- package/dist/models/SubmitNotaryJobReq.d.ts +1 -1
- package/dist/models/SubmitNotaryJobReq.js +1 -1
- package/dist/models/TokenReq.d.ts +1 -1
- package/dist/models/TokenReq.js +1 -1
- package/dist/models/TokenRes.d.ts +1 -1
- package/dist/models/TokenRes.js +1 -1
- package/dist/models/TokensList200Response.d.ts +1 -1
- package/dist/models/TokensList200Response.js +1 -1
- package/dist/models/TokensUpdateRequest.d.ts +1 -1
- package/dist/models/TokensUpdateRequest.js +1 -1
- package/dist/models/TransactionEntityType.d.ts +1 -1
- package/dist/models/TransactionEntityType.js +1 -1
- package/dist/models/TransactionRecordReq.d.ts +1 -1
- package/dist/models/TransactionRecordReq.js +1 -1
- package/dist/models/TransactionRecordRes.d.ts +1 -1
- package/dist/models/TransactionRecordRes.js +1 -1
- package/dist/models/TransactionStatus.d.ts +1 -1
- package/dist/models/TransactionStatus.js +1 -1
- package/dist/models/TransactionType.d.ts +1 -1
- package/dist/models/TransactionType.js +1 -1
- package/dist/models/TransactionsUpdateRequest.d.ts +1 -1
- package/dist/models/TransactionsUpdateRequest.js +1 -1
- package/dist/models/UpdateAgentReq.d.ts +1 -1
- package/dist/models/UpdateAgentReq.js +1 -1
- package/dist/models/UpdateAgentTypeReq.d.ts +1 -1
- package/dist/models/UpdateAgentTypeReq.js +1 -1
- package/dist/models/UpdateCEMServiceReq.d.ts +1 -1
- package/dist/models/UpdateCEMServiceReq.js +1 -1
- package/dist/models/UpdateServicePoolReq.d.ts +1 -1
- package/dist/models/UpdateServicePoolReq.js +1 -1
- package/dist/models/UpdateServicePoolSetReq.d.ts +1 -1
- package/dist/models/UpdateServicePoolSetReq.js +1 -1
- package/dist/models/UpdateServiceTypeReq.d.ts +1 -1
- package/dist/models/UpdateServiceTypeReq.js +1 -1
- package/dist/models/ValidationError.d.ts +1 -1
- package/dist/models/ValidationError.js +1 -1
- package/dist/models/ValidatorDefinition.d.ts +1 -1
- package/dist/models/ValidatorDefinition.js +1 -1
- package/dist/models/Variant.d.ts +1 -1
- package/dist/models/Variant.js +1 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/docs/ServicesApi.md +646 -37
- package/package.json +1 -1
- package/src/apis/AgentsApi.ts +1 -1
- package/src/apis/CommitmentsApi.ts +1 -1
- package/src/apis/EventApi.ts +1 -1
- package/src/apis/JobsApi.ts +1 -1
- package/src/apis/MetricsApi.ts +1 -1
- package/src/apis/NotaryJobsApi.ts +1 -1
- package/src/apis/ParticipantsApi.ts +1 -1
- package/src/apis/ServiceOfferingsApi.ts +1 -1
- package/src/apis/ServiceOrdersApi.ts +1 -1
- package/src/apis/ServicesApi.ts +555 -1
- package/src/apis/TokensApi.ts +1 -1
- package/src/apis/TransactionsApi.ts +1 -1
- package/src/apis/index.ts +0 -1
- package/src/models/AgentCreateRes.ts +1 -1
- package/src/models/AgentRes.ts +1 -1
- package/src/models/AgentStatus.ts +1 -1
- package/src/models/AgentTypeRes.ts +1 -1
- package/src/models/AgentTypesList200Response.ts +1 -1
- package/src/models/AgentsList200Response.ts +1 -1
- package/src/models/AgentsUpdateStatusRequest.ts +1 -1
- package/src/models/AuthRole.ts +1 -1
- package/src/models/AuthorizerDefinition.ts +1 -1
- package/src/models/ByPeriodReq.ts +1 -1
- package/src/models/ByPeriodReqFrom.ts +1 -1
- package/src/models/CommitmentReq.ts +1 -1
- package/src/models/CommitmentRes.ts +1 -1
- package/src/models/CompleteJobReq.ts +1 -1
- package/src/models/ConfigurationSchema.ts +1 -1
- package/src/models/CreateAgentReq.ts +1 -1
- package/src/models/CreateAgentTypeReq.ts +1 -1
- package/src/models/CreateCEMServiceReq.ts +1 -1
- package/src/models/CreateServicePoolReq.ts +1 -1
- package/src/models/CreateServicePoolSetReq.ts +1 -1
- package/src/models/CreateServicePoolValueReq.ts +1 -1
- package/src/models/CreateServiceTypeReq.ts +1 -1
- package/src/models/ErrorRes.ts +1 -1
- package/src/models/EventAckReq.ts +1 -1
- package/src/models/EventAckRes.ts +1 -1
- package/src/models/EventLeaseReq.ts +1 -1
- package/src/models/EventLeaseRes.ts +1 -1
- package/src/models/EventRes.ts +1 -1
- package/src/models/EventsList200Response.ts +1 -1
- package/src/models/FailJobReq.ts +1 -1
- package/src/models/GeneratorDefinition.ts +1 -1
- package/src/models/JobRes.ts +1 -1
- package/src/models/JobStatus.ts +1 -1
- package/src/models/JobsList200Response.ts +1 -1
- package/src/models/LifecycleAction.ts +1 -1
- package/src/models/LifecycleSchema.ts +1 -1
- package/src/models/LifecycleState.ts +1 -1
- package/src/models/LifecycleTransition.ts +1 -1
- package/src/models/MetricEntityType.ts +1 -1
- package/src/models/MetricEntriesList200Response.ts +1 -1
- package/src/models/MetricEntryReq.ts +1 -1
- package/src/models/MetricEntryRes.ts +1 -1
- package/src/models/MetricTypeReq.ts +1 -1
- package/src/models/MetricTypeRes.ts +1 -1
- package/src/models/MetricTypesList200Response.ts +1 -1
- package/src/models/MetricTypesUpdateRequest.ts +1 -1
- package/src/models/NotaryJobRes.ts +1 -1
- package/src/models/NotaryJobStatus.ts +1 -1
- package/src/models/PageRes.ts +1 -1
- package/src/models/ParticipantReq.ts +1 -1
- package/src/models/ParticipantRes.ts +1 -1
- package/src/models/ParticipantStatus.ts +1 -1
- package/src/models/ParticipantsList200Response.ts +1 -1
- package/src/models/PriceItem.ts +1 -1
- package/src/models/PropertyDefinition.ts +1 -1
- package/src/models/PropertySchema.ts +1 -1
- package/src/models/SchemaValidatorConfig.ts +1 -1
- package/src/models/SecretDefinition.ts +1 -1
- package/src/models/ServiceGroupReq.ts +1 -1
- package/src/models/ServiceGroupRes.ts +1 -1
- package/src/models/ServiceGroupsList200Response.ts +1 -1
- package/src/models/ServiceOfferingReq.ts +1 -1
- package/src/models/ServiceOfferingRes.ts +1 -1
- package/src/models/ServiceOfferingResServiceType.ts +1 -1
- package/src/models/ServiceOrderReq.ts +1 -1
- package/src/models/ServiceOrderRes.ts +1 -1
- package/src/models/ServiceOrderStatus.ts +1 -1
- package/src/models/ServicePoolRes.ts +1 -1
- package/src/models/ServicePoolSetRes.ts +1 -1
- package/src/models/ServicePoolSetsList200Response.ts +1 -1
- package/src/models/ServicePoolValueRes.ts +1 -1
- package/src/models/ServicePoolValuesList200Response.ts +1 -1
- package/src/models/ServicePoolsList200Response.ts +1 -1
- package/src/models/ServiceReq.ts +1 -1
- package/src/models/ServiceRes.ts +1 -1
- package/src/models/ServiceTypeRes.ts +1 -1
- package/src/models/ServiceTypesList200Response.ts +1 -1
- package/src/models/ServicesActionRequest.ts +1 -1
- package/src/models/SubmitNotaryJobReq.ts +1 -1
- package/src/models/TokenReq.ts +1 -1
- package/src/models/TokenRes.ts +1 -1
- package/src/models/TokensList200Response.ts +1 -1
- package/src/models/TokensUpdateRequest.ts +1 -1
- package/src/models/TransactionEntityType.ts +1 -1
- package/src/models/TransactionRecordReq.ts +1 -1
- package/src/models/TransactionRecordRes.ts +1 -1
- package/src/models/TransactionStatus.ts +1 -1
- package/src/models/TransactionType.ts +1 -1
- package/src/models/TransactionsUpdateRequest.ts +1 -1
- package/src/models/UpdateAgentReq.ts +1 -1
- package/src/models/UpdateAgentTypeReq.ts +1 -1
- package/src/models/UpdateCEMServiceReq.ts +1 -1
- package/src/models/UpdateServicePoolReq.ts +1 -1
- package/src/models/UpdateServicePoolSetReq.ts +1 -1
- package/src/models/UpdateServiceTypeReq.ts +1 -1
- package/src/models/ValidationError.ts +1 -1
- package/src/models/ValidatorDefinition.ts +1 -1
- package/src/models/Variant.ts +1 -1
- 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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/models/AgentRes.ts
CHANGED
|
@@ -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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/models/AuthRole.ts
CHANGED
|
@@ -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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/models/ErrorRes.ts
CHANGED
|
@@ -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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/models/EventRes.ts
CHANGED
|
@@ -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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/models/FailJobReq.ts
CHANGED
|
@@ -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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/models/JobRes.ts
CHANGED
|
@@ -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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/models/JobStatus.ts
CHANGED
|
@@ -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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/models/PageRes.ts
CHANGED
|
@@ -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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/models/PriceItem.ts
CHANGED
|
@@ -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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|