fulcrum-cem-client 0.0.1
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 +96 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +46 -0
- package/dist/apis/AgentsApi.d.ts +271 -0
- package/dist/apis/AgentsApi.js +382 -0
- package/dist/apis/CommitmentsApi.d.ts +150 -0
- package/dist/apis/CommitmentsApi.js +210 -0
- package/dist/apis/EventApi.d.ts +124 -0
- package/dist/apis/EventApi.js +174 -0
- package/dist/apis/JobsApi.d.ts +231 -0
- package/dist/apis/JobsApi.js +324 -0
- package/dist/apis/MetricsApi.d.ts +200 -0
- package/dist/apis/MetricsApi.js +281 -0
- package/dist/apis/NotaryJobsApi.d.ts +153 -0
- package/dist/apis/NotaryJobsApi.js +209 -0
- package/dist/apis/ParticipantsApi.d.ts +150 -0
- package/dist/apis/ParticipantsApi.js +210 -0
- package/dist/apis/ServiceOfferingsApi.d.ts +150 -0
- package/dist/apis/ServiceOfferingsApi.js +210 -0
- package/dist/apis/ServiceOrdersApi.d.ts +102 -0
- package/dist/apis/ServiceOrdersApi.js +142 -0
- package/dist/apis/ServicesApi.d.ts +520 -0
- package/dist/apis/ServicesApi.js +736 -0
- package/dist/apis/TokensApi.d.ts +174 -0
- package/dist/apis/TokensApi.js +244 -0
- package/dist/apis/TransactionsApi.d.ts +198 -0
- package/dist/apis/TransactionsApi.js +278 -0
- package/dist/apis/index.d.ts +12 -0
- package/dist/apis/index.js +30 -0
- package/dist/esm/apis/AgentsApi.d.ts +271 -0
- package/dist/esm/apis/AgentsApi.js +378 -0
- package/dist/esm/apis/CommitmentsApi.d.ts +150 -0
- package/dist/esm/apis/CommitmentsApi.js +206 -0
- package/dist/esm/apis/EventApi.d.ts +124 -0
- package/dist/esm/apis/EventApi.js +170 -0
- package/dist/esm/apis/JobsApi.d.ts +231 -0
- package/dist/esm/apis/JobsApi.js +320 -0
- package/dist/esm/apis/MetricsApi.d.ts +200 -0
- package/dist/esm/apis/MetricsApi.js +277 -0
- package/dist/esm/apis/NotaryJobsApi.d.ts +153 -0
- package/dist/esm/apis/NotaryJobsApi.js +205 -0
- package/dist/esm/apis/ParticipantsApi.d.ts +150 -0
- package/dist/esm/apis/ParticipantsApi.js +206 -0
- package/dist/esm/apis/ServiceOfferingsApi.d.ts +150 -0
- package/dist/esm/apis/ServiceOfferingsApi.js +206 -0
- package/dist/esm/apis/ServiceOrdersApi.d.ts +102 -0
- package/dist/esm/apis/ServiceOrdersApi.js +138 -0
- package/dist/esm/apis/ServicesApi.d.ts +520 -0
- package/dist/esm/apis/ServicesApi.js +732 -0
- package/dist/esm/apis/TokensApi.d.ts +174 -0
- package/dist/esm/apis/TokensApi.js +240 -0
- package/dist/esm/apis/TransactionsApi.d.ts +198 -0
- package/dist/esm/apis/TransactionsApi.js +274 -0
- package/dist/esm/apis/index.d.ts +12 -0
- package/dist/esm/apis/index.js +14 -0
- package/dist/esm/index.d.ts +3 -0
- package/dist/esm/index.js +5 -0
- package/dist/esm/models/AcknowledgeEvents200Response.d.ts +32 -0
- package/dist/esm/models/AcknowledgeEvents200Response.js +41 -0
- package/dist/esm/models/AcknowledgeEventsRequest.d.ts +44 -0
- package/dist/esm/models/AcknowledgeEventsRequest.js +51 -0
- package/dist/esm/models/AgentCreateRes.d.ts +96 -0
- package/dist/esm/models/AgentCreateRes.js +65 -0
- package/dist/esm/models/AgentRes.d.ts +89 -0
- package/dist/esm/models/AgentRes.js +62 -0
- package/dist/esm/models/AgentStatus.d.ts +28 -0
- package/dist/esm/models/AgentStatus.js +46 -0
- package/dist/esm/models/AgentTypeReq.d.ts +32 -0
- package/dist/esm/models/AgentTypeReq.js +43 -0
- package/dist/esm/models/AgentTypeRes.d.ts +57 -0
- package/dist/esm/models/AgentTypeRes.js +50 -0
- package/dist/esm/models/AuthRole.d.ts +26 -0
- package/dist/esm/models/AuthRole.js +44 -0
- package/dist/esm/models/ByPeriodReq.d.ts +39 -0
- package/dist/esm/models/ByPeriodReq.js +48 -0
- package/dist/esm/models/ByPeriodReqFrom.d.ts +38 -0
- package/dist/esm/models/ByPeriodReqFrom.js +47 -0
- package/dist/esm/models/CommitmentReq.d.ts +50 -0
- package/dist/esm/models/CommitmentReq.js +55 -0
- package/dist/esm/models/CommitmentRes.d.ts +68 -0
- package/dist/esm/models/CommitmentRes.js +53 -0
- package/dist/esm/models/CompleteJobRequest.d.ts +40 -0
- package/dist/esm/models/CompleteJobRequest.js +43 -0
- package/dist/esm/models/CreateAgentReq.d.ts +58 -0
- package/dist/esm/models/CreateAgentReq.js +55 -0
- package/dist/esm/models/CreateCEMServiceReq.d.ts +70 -0
- package/dist/esm/models/CreateCEMServiceReq.js +67 -0
- package/dist/esm/models/CreateEventRequest.d.ts +52 -0
- package/dist/esm/models/CreateEventRequest.js +55 -0
- package/dist/esm/models/CreateMetricEntryRequest.d.ts +80 -0
- package/dist/esm/models/CreateMetricEntryRequest.js +71 -0
- package/dist/esm/models/CreateMetricTypeRequest.d.ts +47 -0
- package/dist/esm/models/CreateMetricTypeRequest.js +55 -0
- package/dist/esm/models/ErrorRes.d.ts +44 -0
- package/dist/esm/models/ErrorRes.js +45 -0
- package/dist/esm/models/FailJobRequest.d.ts +32 -0
- package/dist/esm/models/FailJobRequest.js +43 -0
- package/dist/esm/models/JobRes.d.ts +124 -0
- package/dist/esm/models/JobRes.js +73 -0
- package/dist/esm/models/JobStatus.d.ts +28 -0
- package/dist/esm/models/JobStatus.js +46 -0
- package/dist/esm/models/LeaseEvents200Response.d.ts +44 -0
- package/dist/esm/models/LeaseEvents200Response.js +45 -0
- package/dist/esm/models/LeaseEventsRequest.d.ts +50 -0
- package/dist/esm/models/LeaseEventsRequest.js +51 -0
- package/dist/esm/models/ListEvents200ResponseInner.d.ts +94 -0
- package/dist/esm/models/ListEvents200ResponseInner.js +61 -0
- package/dist/esm/models/ListMetricEntries200ResponseInner.d.ts +86 -0
- package/dist/esm/models/ListMetricEntries200ResponseInner.js +59 -0
- package/dist/esm/models/ListMetricTypes200ResponseInner.d.ts +65 -0
- package/dist/esm/models/ListMetricTypes200ResponseInner.js +57 -0
- package/dist/esm/models/MarkJobUnsupportedRequest.d.ts +32 -0
- package/dist/esm/models/MarkJobUnsupportedRequest.js +43 -0
- package/dist/esm/models/NotaryJobRes.d.ts +94 -0
- package/dist/esm/models/NotaryJobRes.js +63 -0
- package/dist/esm/models/NotaryJobStatus.d.ts +28 -0
- package/dist/esm/models/NotaryJobStatus.js +46 -0
- package/dist/esm/models/PageRes.d.ts +56 -0
- package/dist/esm/models/PageRes.js +49 -0
- package/dist/esm/models/PaginationParams.d.ts +38 -0
- package/dist/esm/models/PaginationParams.js +43 -0
- package/dist/esm/models/ParticipantReq.d.ts +39 -0
- package/dist/esm/models/ParticipantReq.js +48 -0
- package/dist/esm/models/ParticipantRes.d.ts +57 -0
- package/dist/esm/models/ParticipantRes.js +50 -0
- package/dist/esm/models/ParticipantStatus.d.ts +25 -0
- package/dist/esm/models/ParticipantStatus.js +43 -0
- package/dist/esm/models/PriceItem.d.ts +68 -0
- package/dist/esm/models/PriceItem.js +53 -0
- package/dist/esm/models/PropertyDefinition.d.ts +83 -0
- package/dist/esm/models/PropertyDefinition.js +66 -0
- package/dist/esm/models/ServiceAction.d.ts +28 -0
- package/dist/esm/models/ServiceAction.js +46 -0
- package/dist/esm/models/ServiceGroupReq.d.ts +38 -0
- package/dist/esm/models/ServiceGroupReq.js +47 -0
- package/dist/esm/models/ServiceGroupRes.d.ts +56 -0
- package/dist/esm/models/ServiceGroupRes.js +49 -0
- package/dist/esm/models/ServiceOfferingReq.d.ts +76 -0
- package/dist/esm/models/ServiceOfferingReq.js +67 -0
- package/dist/esm/models/ServiceOfferingRes.d.ts +108 -0
- package/dist/esm/models/ServiceOfferingRes.js +69 -0
- package/dist/esm/models/ServiceOfferingResServiceType.d.ts +38 -0
- package/dist/esm/models/ServiceOfferingResServiceType.js +43 -0
- package/dist/esm/models/ServiceOrderReq.d.ts +38 -0
- package/dist/esm/models/ServiceOrderReq.js +43 -0
- package/dist/esm/models/ServiceOrderRes.d.ts +141 -0
- package/dist/esm/models/ServiceOrderRes.js +80 -0
- package/dist/esm/models/ServiceRes.d.ts +170 -0
- package/dist/esm/models/ServiceRes.js +89 -0
- package/dist/esm/models/ServiceStatus.d.ts +33 -0
- package/dist/esm/models/ServiceStatus.js +51 -0
- package/dist/esm/models/ServiceTypeReq.d.ts +41 -0
- package/dist/esm/models/ServiceTypeReq.js +47 -0
- package/dist/esm/models/ServiceTypeRes.d.ts +59 -0
- package/dist/esm/models/ServiceTypeRes.js +51 -0
- package/dist/esm/models/SubmitNotaryJobReq.d.ts +44 -0
- package/dist/esm/models/SubmitNotaryJobReq.js +51 -0
- package/dist/esm/models/TokenReq.d.ts +51 -0
- package/dist/esm/models/TokenReq.js +54 -0
- package/dist/esm/models/TokenRes.d.ts +87 -0
- package/dist/esm/models/TokenRes.js +60 -0
- package/dist/esm/models/TransactionEntityType.d.ts +26 -0
- package/dist/esm/models/TransactionEntityType.js +44 -0
- package/dist/esm/models/TransactionRecordReq.d.ts +102 -0
- package/dist/esm/models/TransactionRecordReq.js +89 -0
- package/dist/esm/models/TransactionRecordRes.d.ts +159 -0
- package/dist/esm/models/TransactionRecordRes.js +86 -0
- package/dist/esm/models/TransactionStatus.d.ts +26 -0
- package/dist/esm/models/TransactionStatus.js +44 -0
- package/dist/esm/models/TransactionType.d.ts +26 -0
- package/dist/esm/models/TransactionType.js +44 -0
- package/dist/esm/models/UpdateAgentReq.d.ts +53 -0
- package/dist/esm/models/UpdateAgentReq.js +48 -0
- package/dist/esm/models/UpdateCEMServiceReq.d.ts +46 -0
- package/dist/esm/models/UpdateCEMServiceReq.js +45 -0
- package/dist/esm/models/UpdateJobRequest.d.ts +47 -0
- package/dist/esm/models/UpdateJobRequest.js +46 -0
- package/dist/esm/models/UpdateMetricTypeRequest.d.ts +32 -0
- package/dist/esm/models/UpdateMetricTypeRequest.js +41 -0
- package/dist/esm/models/UpdateMyAgentStatusRequest.d.ts +33 -0
- package/dist/esm/models/UpdateMyAgentStatusRequest.js +44 -0
- package/dist/esm/models/UpdateParticipantRequest.d.ts +39 -0
- package/dist/esm/models/UpdateParticipantRequest.js +44 -0
- package/dist/esm/models/UpdateServiceGroupRequest.d.ts +32 -0
- package/dist/esm/models/UpdateServiceGroupRequest.js +41 -0
- package/dist/esm/models/UpdateServiceTypeRequest.d.ts +41 -0
- package/dist/esm/models/UpdateServiceTypeRequest.js +45 -0
- package/dist/esm/models/UpdateTokenRequest.d.ts +38 -0
- package/dist/esm/models/UpdateTokenRequest.js +43 -0
- package/dist/esm/models/UpdateTransactionRecordRequest.d.ts +45 -0
- package/dist/esm/models/UpdateTransactionRecordRequest.js +46 -0
- package/dist/esm/models/ValidatePropertiesReq.d.ts +34 -0
- package/dist/esm/models/ValidatePropertiesReq.js +43 -0
- package/dist/esm/models/ValidatePropertiesRes.d.ts +39 -0
- package/dist/esm/models/ValidatePropertiesRes.js +44 -0
- package/dist/esm/models/ValidateServiceTypeProperties200Response.d.ts +38 -0
- package/dist/esm/models/ValidateServiceTypeProperties200Response.js +43 -0
- package/dist/esm/models/ValidateServiceTypePropertiesRequest.d.ts +34 -0
- package/dist/esm/models/ValidateServiceTypePropertiesRequest.js +41 -0
- package/dist/esm/models/ValidationError.d.ts +38 -0
- package/dist/esm/models/ValidationError.js +43 -0
- package/dist/esm/models/ValidatorDefinition.d.ts +53 -0
- package/dist/esm/models/ValidatorDefinition.js +61 -0
- package/dist/esm/models/Variant.d.ts +52 -0
- package/dist/esm/models/Variant.js +47 -0
- package/dist/esm/models/index.d.ts +74 -0
- package/dist/esm/models/index.js +76 -0
- package/dist/esm/runtime.d.ts +184 -0
- package/dist/esm/runtime.js +334 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +21 -0
- package/dist/models/AcknowledgeEvents200Response.d.ts +32 -0
- package/dist/models/AcknowledgeEvents200Response.js +48 -0
- package/dist/models/AcknowledgeEventsRequest.d.ts +44 -0
- package/dist/models/AcknowledgeEventsRequest.js +58 -0
- package/dist/models/AgentCreateRes.d.ts +96 -0
- package/dist/models/AgentCreateRes.js +72 -0
- package/dist/models/AgentRes.d.ts +89 -0
- package/dist/models/AgentRes.js +69 -0
- package/dist/models/AgentStatus.d.ts +28 -0
- package/dist/models/AgentStatus.js +54 -0
- package/dist/models/AgentTypeReq.d.ts +32 -0
- package/dist/models/AgentTypeReq.js +50 -0
- package/dist/models/AgentTypeRes.d.ts +57 -0
- package/dist/models/AgentTypeRes.js +57 -0
- package/dist/models/AuthRole.d.ts +26 -0
- package/dist/models/AuthRole.js +52 -0
- package/dist/models/ByPeriodReq.d.ts +39 -0
- package/dist/models/ByPeriodReq.js +55 -0
- package/dist/models/ByPeriodReqFrom.d.ts +38 -0
- package/dist/models/ByPeriodReqFrom.js +54 -0
- package/dist/models/CommitmentReq.d.ts +50 -0
- package/dist/models/CommitmentReq.js +62 -0
- package/dist/models/CommitmentRes.d.ts +68 -0
- package/dist/models/CommitmentRes.js +60 -0
- package/dist/models/CompleteJobRequest.d.ts +40 -0
- package/dist/models/CompleteJobRequest.js +50 -0
- package/dist/models/CreateAgentReq.d.ts +58 -0
- package/dist/models/CreateAgentReq.js +62 -0
- package/dist/models/CreateCEMServiceReq.d.ts +70 -0
- package/dist/models/CreateCEMServiceReq.js +74 -0
- package/dist/models/CreateEventRequest.d.ts +52 -0
- package/dist/models/CreateEventRequest.js +62 -0
- package/dist/models/CreateMetricEntryRequest.d.ts +80 -0
- package/dist/models/CreateMetricEntryRequest.js +78 -0
- package/dist/models/CreateMetricTypeRequest.d.ts +47 -0
- package/dist/models/CreateMetricTypeRequest.js +63 -0
- package/dist/models/ErrorRes.d.ts +44 -0
- package/dist/models/ErrorRes.js +52 -0
- package/dist/models/FailJobRequest.d.ts +32 -0
- package/dist/models/FailJobRequest.js +50 -0
- package/dist/models/JobRes.d.ts +124 -0
- package/dist/models/JobRes.js +80 -0
- package/dist/models/JobStatus.d.ts +28 -0
- package/dist/models/JobStatus.js +54 -0
- package/dist/models/LeaseEvents200Response.d.ts +44 -0
- package/dist/models/LeaseEvents200Response.js +52 -0
- package/dist/models/LeaseEventsRequest.d.ts +50 -0
- package/dist/models/LeaseEventsRequest.js +58 -0
- package/dist/models/ListEvents200ResponseInner.d.ts +94 -0
- package/dist/models/ListEvents200ResponseInner.js +68 -0
- package/dist/models/ListMetricEntries200ResponseInner.d.ts +86 -0
- package/dist/models/ListMetricEntries200ResponseInner.js +66 -0
- package/dist/models/ListMetricTypes200ResponseInner.d.ts +65 -0
- package/dist/models/ListMetricTypes200ResponseInner.js +65 -0
- package/dist/models/MarkJobUnsupportedRequest.d.ts +32 -0
- package/dist/models/MarkJobUnsupportedRequest.js +50 -0
- package/dist/models/NotaryJobRes.d.ts +94 -0
- package/dist/models/NotaryJobRes.js +70 -0
- package/dist/models/NotaryJobStatus.d.ts +28 -0
- package/dist/models/NotaryJobStatus.js +54 -0
- package/dist/models/PageRes.d.ts +56 -0
- package/dist/models/PageRes.js +56 -0
- package/dist/models/PaginationParams.d.ts +38 -0
- package/dist/models/PaginationParams.js +50 -0
- package/dist/models/ParticipantReq.d.ts +39 -0
- package/dist/models/ParticipantReq.js +55 -0
- package/dist/models/ParticipantRes.d.ts +57 -0
- package/dist/models/ParticipantRes.js +57 -0
- package/dist/models/ParticipantStatus.d.ts +25 -0
- package/dist/models/ParticipantStatus.js +51 -0
- package/dist/models/PriceItem.d.ts +68 -0
- package/dist/models/PriceItem.js +60 -0
- package/dist/models/PropertyDefinition.d.ts +83 -0
- package/dist/models/PropertyDefinition.js +74 -0
- package/dist/models/ServiceAction.d.ts +28 -0
- package/dist/models/ServiceAction.js +54 -0
- package/dist/models/ServiceGroupReq.d.ts +38 -0
- package/dist/models/ServiceGroupReq.js +54 -0
- package/dist/models/ServiceGroupRes.d.ts +56 -0
- package/dist/models/ServiceGroupRes.js +56 -0
- package/dist/models/ServiceOfferingReq.d.ts +76 -0
- package/dist/models/ServiceOfferingReq.js +74 -0
- package/dist/models/ServiceOfferingRes.d.ts +108 -0
- package/dist/models/ServiceOfferingRes.js +76 -0
- package/dist/models/ServiceOfferingResServiceType.d.ts +38 -0
- package/dist/models/ServiceOfferingResServiceType.js +50 -0
- package/dist/models/ServiceOrderReq.d.ts +38 -0
- package/dist/models/ServiceOrderReq.js +50 -0
- package/dist/models/ServiceOrderRes.d.ts +141 -0
- package/dist/models/ServiceOrderRes.js +87 -0
- package/dist/models/ServiceRes.d.ts +170 -0
- package/dist/models/ServiceRes.js +96 -0
- package/dist/models/ServiceStatus.d.ts +33 -0
- package/dist/models/ServiceStatus.js +59 -0
- package/dist/models/ServiceTypeReq.d.ts +41 -0
- package/dist/models/ServiceTypeReq.js +54 -0
- package/dist/models/ServiceTypeRes.d.ts +59 -0
- package/dist/models/ServiceTypeRes.js +58 -0
- package/dist/models/SubmitNotaryJobReq.d.ts +44 -0
- package/dist/models/SubmitNotaryJobReq.js +58 -0
- package/dist/models/TokenReq.d.ts +51 -0
- package/dist/models/TokenReq.js +61 -0
- package/dist/models/TokenRes.d.ts +87 -0
- package/dist/models/TokenRes.js +67 -0
- package/dist/models/TransactionEntityType.d.ts +26 -0
- package/dist/models/TransactionEntityType.js +52 -0
- package/dist/models/TransactionRecordReq.d.ts +102 -0
- package/dist/models/TransactionRecordReq.js +96 -0
- package/dist/models/TransactionRecordRes.d.ts +159 -0
- package/dist/models/TransactionRecordRes.js +93 -0
- package/dist/models/TransactionStatus.d.ts +26 -0
- package/dist/models/TransactionStatus.js +52 -0
- package/dist/models/TransactionType.d.ts +26 -0
- package/dist/models/TransactionType.js +52 -0
- package/dist/models/UpdateAgentReq.d.ts +53 -0
- package/dist/models/UpdateAgentReq.js +55 -0
- package/dist/models/UpdateCEMServiceReq.d.ts +46 -0
- package/dist/models/UpdateCEMServiceReq.js +52 -0
- package/dist/models/UpdateJobRequest.d.ts +47 -0
- package/dist/models/UpdateJobRequest.js +53 -0
- package/dist/models/UpdateMetricTypeRequest.d.ts +32 -0
- package/dist/models/UpdateMetricTypeRequest.js +48 -0
- package/dist/models/UpdateMyAgentStatusRequest.d.ts +33 -0
- package/dist/models/UpdateMyAgentStatusRequest.js +51 -0
- package/dist/models/UpdateParticipantRequest.d.ts +39 -0
- package/dist/models/UpdateParticipantRequest.js +51 -0
- package/dist/models/UpdateServiceGroupRequest.d.ts +32 -0
- package/dist/models/UpdateServiceGroupRequest.js +48 -0
- package/dist/models/UpdateServiceTypeRequest.d.ts +41 -0
- package/dist/models/UpdateServiceTypeRequest.js +52 -0
- package/dist/models/UpdateTokenRequest.d.ts +38 -0
- package/dist/models/UpdateTokenRequest.js +50 -0
- package/dist/models/UpdateTransactionRecordRequest.d.ts +45 -0
- package/dist/models/UpdateTransactionRecordRequest.js +53 -0
- package/dist/models/ValidatePropertiesReq.d.ts +34 -0
- package/dist/models/ValidatePropertiesReq.js +50 -0
- package/dist/models/ValidatePropertiesRes.d.ts +39 -0
- package/dist/models/ValidatePropertiesRes.js +51 -0
- package/dist/models/ValidateServiceTypeProperties200Response.d.ts +38 -0
- package/dist/models/ValidateServiceTypeProperties200Response.js +50 -0
- package/dist/models/ValidateServiceTypePropertiesRequest.d.ts +34 -0
- package/dist/models/ValidateServiceTypePropertiesRequest.js +48 -0
- package/dist/models/ValidationError.d.ts +38 -0
- package/dist/models/ValidationError.js +50 -0
- package/dist/models/ValidatorDefinition.d.ts +53 -0
- package/dist/models/ValidatorDefinition.js +69 -0
- package/dist/models/Variant.d.ts +52 -0
- package/dist/models/Variant.js +54 -0
- package/dist/models/index.d.ts +74 -0
- package/dist/models/index.js +92 -0
- package/dist/runtime.d.ts +184 -0
- package/dist/runtime.js +350 -0
- package/package.json +20 -0
- package/src/apis/AgentsApi.ts +678 -0
- package/src/apis/CommitmentsApi.ts +365 -0
- package/src/apis/EventApi.ts +309 -0
- package/src/apis/JobsApi.ts +587 -0
- package/src/apis/MetricsApi.ts +500 -0
- package/src/apis/NotaryJobsApi.ts +361 -0
- package/src/apis/ParticipantsApi.ts +368 -0
- package/src/apis/ServiceOfferingsApi.ts +365 -0
- package/src/apis/ServiceOrdersApi.ts +242 -0
- package/src/apis/ServicesApi.ts +1349 -0
- package/src/apis/TokensApi.ts +429 -0
- package/src/apis/TransactionsApi.ts +495 -0
- package/src/apis/index.ts +14 -0
- package/src/index.ts +5 -0
- package/src/models/AcknowledgeEvents200Response.ts +65 -0
- package/src/models/AcknowledgeEventsRequest.ts +84 -0
- package/src/models/AgentCreateRes.ts +176 -0
- package/src/models/AgentRes.ts +161 -0
- package/src/models/AgentStatus.ts +56 -0
- package/src/models/AgentTypeReq.ts +66 -0
- package/src/models/AgentTypeRes.ts +105 -0
- package/src/models/AuthRole.ts +54 -0
- package/src/models/ByPeriodReq.ts +83 -0
- package/src/models/ByPeriodReqFrom.ts +75 -0
- package/src/models/CommitmentReq.ts +93 -0
- package/src/models/CommitmentRes.ts +113 -0
- package/src/models/CompleteJobRequest.ts +73 -0
- package/src/models/CreateAgentReq.ts +100 -0
- package/src/models/CreateCEMServiceReq.ts +120 -0
- package/src/models/CreateEventRequest.ts +93 -0
- package/src/models/CreateMetricEntryRequest.ts +136 -0
- package/src/models/CreateMetricTypeRequest.ts +87 -0
- package/src/models/ErrorRes.ts +81 -0
- package/src/models/FailJobRequest.ts +66 -0
- package/src/models/JobRes.ts +208 -0
- package/src/models/JobStatus.ts +56 -0
- package/src/models/LeaseEvents200Response.ts +81 -0
- package/src/models/LeaseEventsRequest.ts +91 -0
- package/src/models/ListEvents200ResponseInner.ts +145 -0
- package/src/models/ListMetricEntries200ResponseInner.ts +137 -0
- package/src/models/ListMetricTypes200ResponseInner.ts +109 -0
- package/src/models/MarkJobUnsupportedRequest.ts +66 -0
- package/src/models/NotaryJobRes.ts +162 -0
- package/src/models/NotaryJobStatus.ts +56 -0
- package/src/models/PageRes.ts +97 -0
- package/src/models/PaginationParams.ts +73 -0
- package/src/models/ParticipantReq.ts +85 -0
- package/src/models/ParticipantRes.ts +107 -0
- package/src/models/ParticipantStatus.ts +53 -0
- package/src/models/PriceItem.ts +113 -0
- package/src/models/PropertyDefinition.ts +136 -0
- package/src/models/ServiceAction.ts +56 -0
- package/src/models/ServiceGroupReq.ts +75 -0
- package/src/models/ServiceGroupRes.ts +97 -0
- package/src/models/ServiceOfferingReq.ts +141 -0
- package/src/models/ServiceOfferingRes.ts +190 -0
- package/src/models/ServiceOfferingResServiceType.ts +73 -0
- package/src/models/ServiceOrderReq.ts +73 -0
- package/src/models/ServiceOrderRes.ts +237 -0
- package/src/models/ServiceRes.ts +278 -0
- package/src/models/ServiceStatus.ts +61 -0
- package/src/models/ServiceTypeReq.ts +82 -0
- package/src/models/ServiceTypeRes.ts +105 -0
- package/src/models/SubmitNotaryJobReq.ts +84 -0
- package/src/models/TokenReq.ts +102 -0
- package/src/models/TokenRes.ts +147 -0
- package/src/models/TransactionEntityType.ts +54 -0
- package/src/models/TransactionRecordReq.ts +182 -0
- package/src/models/TransactionRecordRes.ts +263 -0
- package/src/models/TransactionStatus.ts +54 -0
- package/src/models/TransactionType.ts +54 -0
- package/src/models/UpdateAgentReq.ts +99 -0
- package/src/models/UpdateCEMServiceReq.ts +81 -0
- package/src/models/UpdateJobRequest.ts +91 -0
- package/src/models/UpdateMetricTypeRequest.ts +65 -0
- package/src/models/UpdateMyAgentStatusRequest.ts +76 -0
- package/src/models/UpdateParticipantRequest.ts +83 -0
- package/src/models/UpdateServiceGroupRequest.ts +65 -0
- package/src/models/UpdateServiceTypeRequest.ts +81 -0
- package/src/models/UpdateTokenRequest.ts +73 -0
- package/src/models/UpdateTransactionRecordRequest.ts +91 -0
- package/src/models/ValidatePropertiesReq.ts +66 -0
- package/src/models/ValidatePropertiesRes.ts +81 -0
- package/src/models/ValidateServiceTypeProperties200Response.ts +73 -0
- package/src/models/ValidateServiceTypePropertiesRequest.ts +65 -0
- package/src/models/ValidationError.ts +73 -0
- package/src/models/ValidatorDefinition.ts +93 -0
- package/src/models/Variant.ts +89 -0
- package/src/models/index.ts +76 -0
- package/src/runtime.ts +432 -0
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +16 -0
|
@@ -0,0 +1,50 @@
|
|
|
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.1
|
|
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
|
+
import { ParticipantStatusFromJSON, ParticipantStatusToJSON, } from './ParticipantStatus';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the ParticipantRes interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfParticipantRes(value) {
|
|
19
|
+
return true;
|
|
20
|
+
}
|
|
21
|
+
export function ParticipantResFromJSON(json) {
|
|
22
|
+
return ParticipantResFromJSONTyped(json, false);
|
|
23
|
+
}
|
|
24
|
+
export function ParticipantResFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
+
if (json == null) {
|
|
26
|
+
return json;
|
|
27
|
+
}
|
|
28
|
+
return {
|
|
29
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
30
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
31
|
+
'status': json['status'] == null ? undefined : ParticipantStatusFromJSON(json['status']),
|
|
32
|
+
'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
|
|
33
|
+
'updatedAt': json['updatedAt'] == null ? undefined : (new Date(json['updatedAt'])),
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
export function ParticipantResToJSON(json) {
|
|
37
|
+
return ParticipantResToJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
export function ParticipantResToJSONTyped(value, ignoreDiscriminator = false) {
|
|
40
|
+
if (value == null) {
|
|
41
|
+
return value;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'id': value['id'],
|
|
45
|
+
'name': value['name'],
|
|
46
|
+
'status': ParticipantStatusToJSON(value['status']),
|
|
47
|
+
'createdAt': value['createdAt'] == null ? value['createdAt'] : value['createdAt'].toISOString(),
|
|
48
|
+
'updatedAt': value['updatedAt'] == null ? value['updatedAt'] : value['updatedAt'].toISOString(),
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fulcrum CEM API
|
|
3
|
+
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const ParticipantStatus: {
|
|
17
|
+
readonly ENABLED: "Enabled";
|
|
18
|
+
readonly DISABLED: "Disabled";
|
|
19
|
+
};
|
|
20
|
+
export type ParticipantStatus = typeof ParticipantStatus[keyof typeof ParticipantStatus];
|
|
21
|
+
export declare function instanceOfParticipantStatus(value: any): boolean;
|
|
22
|
+
export declare function ParticipantStatusFromJSON(json: any): ParticipantStatus;
|
|
23
|
+
export declare function ParticipantStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): ParticipantStatus;
|
|
24
|
+
export declare function ParticipantStatusToJSON(value?: ParticipantStatus | null): any;
|
|
25
|
+
export declare function ParticipantStatusToJSONTyped(value: any, ignoreDiscriminator: boolean): ParticipantStatus;
|
|
@@ -0,0 +1,43 @@
|
|
|
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.1
|
|
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
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
*/
|
|
18
|
+
export const ParticipantStatus = {
|
|
19
|
+
ENABLED: 'Enabled',
|
|
20
|
+
DISABLED: 'Disabled'
|
|
21
|
+
};
|
|
22
|
+
export function instanceOfParticipantStatus(value) {
|
|
23
|
+
for (const key in ParticipantStatus) {
|
|
24
|
+
if (Object.prototype.hasOwnProperty.call(ParticipantStatus, key)) {
|
|
25
|
+
if (ParticipantStatus[key] === value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
return false;
|
|
31
|
+
}
|
|
32
|
+
export function ParticipantStatusFromJSON(json) {
|
|
33
|
+
return ParticipantStatusFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function ParticipantStatusFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
export function ParticipantStatusToJSON(value) {
|
|
39
|
+
return value;
|
|
40
|
+
}
|
|
41
|
+
export function ParticipantStatusToJSONTyped(value, ignoreDiscriminator) {
|
|
42
|
+
return value;
|
|
43
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fulcrum CEM API
|
|
3
|
+
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface PriceItem
|
|
16
|
+
*/
|
|
17
|
+
export interface PriceItem {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PriceItem
|
|
22
|
+
*/
|
|
23
|
+
id?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof PriceItem
|
|
28
|
+
*/
|
|
29
|
+
name?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof PriceItem
|
|
34
|
+
*/
|
|
35
|
+
price?: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof PriceItem
|
|
40
|
+
*/
|
|
41
|
+
currency?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof PriceItem
|
|
46
|
+
*/
|
|
47
|
+
unit?: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof PriceItem
|
|
52
|
+
*/
|
|
53
|
+
billingPeriod?: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof PriceItem
|
|
58
|
+
*/
|
|
59
|
+
description?: string;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Check if a given object implements the PriceItem interface.
|
|
63
|
+
*/
|
|
64
|
+
export declare function instanceOfPriceItem(value: object): value is PriceItem;
|
|
65
|
+
export declare function PriceItemFromJSON(json: any): PriceItem;
|
|
66
|
+
export declare function PriceItemFromJSONTyped(json: any, ignoreDiscriminator: boolean): PriceItem;
|
|
67
|
+
export declare function PriceItemToJSON(json: any): PriceItem;
|
|
68
|
+
export declare function PriceItemToJSONTyped(value?: PriceItem | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,53 @@
|
|
|
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.1
|
|
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
|
+
* Check if a given object implements the PriceItem interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfPriceItem(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function PriceItemFromJSON(json) {
|
|
21
|
+
return PriceItemFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function PriceItemFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
29
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
30
|
+
'price': json['price'] == null ? undefined : json['price'],
|
|
31
|
+
'currency': json['currency'] == null ? undefined : json['currency'],
|
|
32
|
+
'unit': json['unit'] == null ? undefined : json['unit'],
|
|
33
|
+
'billingPeriod': json['billingPeriod'] == null ? undefined : json['billingPeriod'],
|
|
34
|
+
'description': json['description'] == null ? undefined : json['description'],
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
export function PriceItemToJSON(json) {
|
|
38
|
+
return PriceItemToJSONTyped(json, false);
|
|
39
|
+
}
|
|
40
|
+
export function PriceItemToJSONTyped(value, ignoreDiscriminator = false) {
|
|
41
|
+
if (value == null) {
|
|
42
|
+
return value;
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
'id': value['id'],
|
|
46
|
+
'name': value['name'],
|
|
47
|
+
'price': value['price'],
|
|
48
|
+
'currency': value['currency'],
|
|
49
|
+
'unit': value['unit'],
|
|
50
|
+
'billingPeriod': value['billingPeriod'],
|
|
51
|
+
'description': value['description'],
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fulcrum CEM API
|
|
3
|
+
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ValidatorDefinition } from './ValidatorDefinition';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PropertyDefinition
|
|
17
|
+
*/
|
|
18
|
+
export interface PropertyDefinition {
|
|
19
|
+
/**
|
|
20
|
+
* The data type of the property
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof PropertyDefinition
|
|
23
|
+
*/
|
|
24
|
+
type?: PropertyDefinitionTypeEnum;
|
|
25
|
+
/**
|
|
26
|
+
* Human-readable label for the property
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof PropertyDefinition
|
|
29
|
+
*/
|
|
30
|
+
label?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Whether the property is required
|
|
33
|
+
* @type {boolean}
|
|
34
|
+
* @memberof PropertyDefinition
|
|
35
|
+
*/
|
|
36
|
+
required?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {any}
|
|
40
|
+
* @memberof PropertyDefinition
|
|
41
|
+
*/
|
|
42
|
+
_default?: any | null;
|
|
43
|
+
/**
|
|
44
|
+
* Array of validation rules
|
|
45
|
+
* @type {Array<ValidatorDefinition>}
|
|
46
|
+
* @memberof PropertyDefinition
|
|
47
|
+
*/
|
|
48
|
+
validators?: Array<ValidatorDefinition>;
|
|
49
|
+
/**
|
|
50
|
+
* Nested properties for object types
|
|
51
|
+
* @type {{ [key: string]: PropertyDefinition; }}
|
|
52
|
+
* @memberof PropertyDefinition
|
|
53
|
+
*/
|
|
54
|
+
properties?: {
|
|
55
|
+
[key: string]: PropertyDefinition;
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* Schema for array items
|
|
59
|
+
* @type {PropertyDefinition}
|
|
60
|
+
* @memberof PropertyDefinition
|
|
61
|
+
*/
|
|
62
|
+
items?: PropertyDefinition;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* @export
|
|
66
|
+
*/
|
|
67
|
+
export declare const PropertyDefinitionTypeEnum: {
|
|
68
|
+
readonly STRING: "string";
|
|
69
|
+
readonly INTEGER: "integer";
|
|
70
|
+
readonly NUMBER: "number";
|
|
71
|
+
readonly BOOLEAN: "boolean";
|
|
72
|
+
readonly OBJECT: "object";
|
|
73
|
+
readonly ARRAY: "array";
|
|
74
|
+
};
|
|
75
|
+
export type PropertyDefinitionTypeEnum = typeof PropertyDefinitionTypeEnum[keyof typeof PropertyDefinitionTypeEnum];
|
|
76
|
+
/**
|
|
77
|
+
* Check if a given object implements the PropertyDefinition interface.
|
|
78
|
+
*/
|
|
79
|
+
export declare function instanceOfPropertyDefinition(value: object): value is PropertyDefinition;
|
|
80
|
+
export declare function PropertyDefinitionFromJSON(json: any): PropertyDefinition;
|
|
81
|
+
export declare function PropertyDefinitionFromJSONTyped(json: any, ignoreDiscriminator: boolean): PropertyDefinition;
|
|
82
|
+
export declare function PropertyDefinitionToJSON(json: any): PropertyDefinition;
|
|
83
|
+
export declare function PropertyDefinitionToJSONTyped(value?: PropertyDefinition | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,66 @@
|
|
|
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.1
|
|
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
|
+
import { mapValues } from '../runtime';
|
|
15
|
+
import { ValidatorDefinitionFromJSON, ValidatorDefinitionToJSON, } from './ValidatorDefinition';
|
|
16
|
+
/**
|
|
17
|
+
* @export
|
|
18
|
+
*/
|
|
19
|
+
export const PropertyDefinitionTypeEnum = {
|
|
20
|
+
STRING: 'string',
|
|
21
|
+
INTEGER: 'integer',
|
|
22
|
+
NUMBER: 'number',
|
|
23
|
+
BOOLEAN: 'boolean',
|
|
24
|
+
OBJECT: 'object',
|
|
25
|
+
ARRAY: 'array'
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* Check if a given object implements the PropertyDefinition interface.
|
|
29
|
+
*/
|
|
30
|
+
export function instanceOfPropertyDefinition(value) {
|
|
31
|
+
return true;
|
|
32
|
+
}
|
|
33
|
+
export function PropertyDefinitionFromJSON(json) {
|
|
34
|
+
return PropertyDefinitionFromJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function PropertyDefinitionFromJSONTyped(json, ignoreDiscriminator) {
|
|
37
|
+
if (json == null) {
|
|
38
|
+
return json;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
42
|
+
'label': json['label'] == null ? undefined : json['label'],
|
|
43
|
+
'required': json['required'] == null ? undefined : json['required'],
|
|
44
|
+
'_default': json['default'] == null ? undefined : json['default'],
|
|
45
|
+
'validators': json['validators'] == null ? undefined : (json['validators'].map(ValidatorDefinitionFromJSON)),
|
|
46
|
+
'properties': json['properties'] == null ? undefined : (mapValues(json['properties'], PropertyDefinitionFromJSON)),
|
|
47
|
+
'items': json['items'] == null ? undefined : PropertyDefinitionFromJSON(json['items']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
export function PropertyDefinitionToJSON(json) {
|
|
51
|
+
return PropertyDefinitionToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
export function PropertyDefinitionToJSONTyped(value, ignoreDiscriminator = false) {
|
|
54
|
+
if (value == null) {
|
|
55
|
+
return value;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
'type': value['type'],
|
|
59
|
+
'label': value['label'],
|
|
60
|
+
'required': value['required'],
|
|
61
|
+
'default': value['_default'],
|
|
62
|
+
'validators': value['validators'] == null ? undefined : (value['validators'].map(ValidatorDefinitionToJSON)),
|
|
63
|
+
'properties': value['properties'] == null ? undefined : (mapValues(value['properties'], PropertyDefinitionToJSON)),
|
|
64
|
+
'items': PropertyDefinitionToJSON(value['items']),
|
|
65
|
+
};
|
|
66
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fulcrum CEM API
|
|
3
|
+
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const ServiceAction: {
|
|
17
|
+
readonly CREATE: "Create";
|
|
18
|
+
readonly START: "Start";
|
|
19
|
+
readonly STOP: "Stop";
|
|
20
|
+
readonly UPDATE: "Update";
|
|
21
|
+
readonly DELETE: "Delete";
|
|
22
|
+
};
|
|
23
|
+
export type ServiceAction = typeof ServiceAction[keyof typeof ServiceAction];
|
|
24
|
+
export declare function instanceOfServiceAction(value: any): boolean;
|
|
25
|
+
export declare function ServiceActionFromJSON(json: any): ServiceAction;
|
|
26
|
+
export declare function ServiceActionFromJSONTyped(json: any, ignoreDiscriminator: boolean): ServiceAction;
|
|
27
|
+
export declare function ServiceActionToJSON(value?: ServiceAction | null): any;
|
|
28
|
+
export declare function ServiceActionToJSONTyped(value: any, ignoreDiscriminator: boolean): ServiceAction;
|
|
@@ -0,0 +1,46 @@
|
|
|
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.1
|
|
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
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
*/
|
|
18
|
+
export const ServiceAction = {
|
|
19
|
+
CREATE: 'Create',
|
|
20
|
+
START: 'Start',
|
|
21
|
+
STOP: 'Stop',
|
|
22
|
+
UPDATE: 'Update',
|
|
23
|
+
DELETE: 'Delete'
|
|
24
|
+
};
|
|
25
|
+
export function instanceOfServiceAction(value) {
|
|
26
|
+
for (const key in ServiceAction) {
|
|
27
|
+
if (Object.prototype.hasOwnProperty.call(ServiceAction, key)) {
|
|
28
|
+
if (ServiceAction[key] === value) {
|
|
29
|
+
return true;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
return false;
|
|
34
|
+
}
|
|
35
|
+
export function ServiceActionFromJSON(json) {
|
|
36
|
+
return ServiceActionFromJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
export function ServiceActionFromJSONTyped(json, ignoreDiscriminator) {
|
|
39
|
+
return json;
|
|
40
|
+
}
|
|
41
|
+
export function ServiceActionToJSON(value) {
|
|
42
|
+
return value;
|
|
43
|
+
}
|
|
44
|
+
export function ServiceActionToJSONTyped(value, ignoreDiscriminator) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fulcrum CEM API
|
|
3
|
+
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ServiceGroupReq
|
|
16
|
+
*/
|
|
17
|
+
export interface ServiceGroupReq {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ServiceGroupReq
|
|
22
|
+
*/
|
|
23
|
+
name: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ServiceGroupReq
|
|
28
|
+
*/
|
|
29
|
+
consumerId: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ServiceGroupReq interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfServiceGroupReq(value: object): value is ServiceGroupReq;
|
|
35
|
+
export declare function ServiceGroupReqFromJSON(json: any): ServiceGroupReq;
|
|
36
|
+
export declare function ServiceGroupReqFromJSONTyped(json: any, ignoreDiscriminator: boolean): ServiceGroupReq;
|
|
37
|
+
export declare function ServiceGroupReqToJSON(json: any): ServiceGroupReq;
|
|
38
|
+
export declare function ServiceGroupReqToJSONTyped(value?: ServiceGroupReq | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,47 @@
|
|
|
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.1
|
|
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
|
+
* Check if a given object implements the ServiceGroupReq interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfServiceGroupReq(value) {
|
|
18
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('consumerId' in value) || value['consumerId'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
return true;
|
|
23
|
+
}
|
|
24
|
+
export function ServiceGroupReqFromJSON(json) {
|
|
25
|
+
return ServiceGroupReqFromJSONTyped(json, false);
|
|
26
|
+
}
|
|
27
|
+
export function ServiceGroupReqFromJSONTyped(json, ignoreDiscriminator) {
|
|
28
|
+
if (json == null) {
|
|
29
|
+
return json;
|
|
30
|
+
}
|
|
31
|
+
return {
|
|
32
|
+
'name': json['name'],
|
|
33
|
+
'consumerId': json['consumerId'],
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
export function ServiceGroupReqToJSON(json) {
|
|
37
|
+
return ServiceGroupReqToJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
export function ServiceGroupReqToJSONTyped(value, ignoreDiscriminator = false) {
|
|
40
|
+
if (value == null) {
|
|
41
|
+
return value;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'name': value['name'],
|
|
45
|
+
'consumerId': value['consumerId'],
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fulcrum CEM API
|
|
3
|
+
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ServiceGroupRes
|
|
16
|
+
*/
|
|
17
|
+
export interface ServiceGroupRes {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ServiceGroupRes
|
|
22
|
+
*/
|
|
23
|
+
id?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ServiceGroupRes
|
|
28
|
+
*/
|
|
29
|
+
name?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ServiceGroupRes
|
|
34
|
+
*/
|
|
35
|
+
consumerId?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {Date}
|
|
39
|
+
* @memberof ServiceGroupRes
|
|
40
|
+
*/
|
|
41
|
+
createdAt?: Date;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {Date}
|
|
45
|
+
* @memberof ServiceGroupRes
|
|
46
|
+
*/
|
|
47
|
+
updatedAt?: Date;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Check if a given object implements the ServiceGroupRes interface.
|
|
51
|
+
*/
|
|
52
|
+
export declare function instanceOfServiceGroupRes(value: object): value is ServiceGroupRes;
|
|
53
|
+
export declare function ServiceGroupResFromJSON(json: any): ServiceGroupRes;
|
|
54
|
+
export declare function ServiceGroupResFromJSONTyped(json: any, ignoreDiscriminator: boolean): ServiceGroupRes;
|
|
55
|
+
export declare function ServiceGroupResToJSON(json: any): ServiceGroupRes;
|
|
56
|
+
export declare function ServiceGroupResToJSONTyped(value?: ServiceGroupRes | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,49 @@
|
|
|
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.1
|
|
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
|
+
* Check if a given object implements the ServiceGroupRes interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfServiceGroupRes(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function ServiceGroupResFromJSON(json) {
|
|
21
|
+
return ServiceGroupResFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function ServiceGroupResFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
29
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
30
|
+
'consumerId': json['consumerId'] == null ? undefined : json['consumerId'],
|
|
31
|
+
'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
|
|
32
|
+
'updatedAt': json['updatedAt'] == null ? undefined : (new Date(json['updatedAt'])),
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
export function ServiceGroupResToJSON(json) {
|
|
36
|
+
return ServiceGroupResToJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
export function ServiceGroupResToJSONTyped(value, ignoreDiscriminator = false) {
|
|
39
|
+
if (value == null) {
|
|
40
|
+
return value;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'id': value['id'],
|
|
44
|
+
'name': value['name'],
|
|
45
|
+
'consumerId': value['consumerId'],
|
|
46
|
+
'createdAt': value['createdAt'] == null ? value['createdAt'] : value['createdAt'].toISOString(),
|
|
47
|
+
'updatedAt': value['updatedAt'] == null ? value['updatedAt'] : value['updatedAt'].toISOString(),
|
|
48
|
+
};
|
|
49
|
+
}
|