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,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fulcrum CEM API
|
|
6
|
+
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.0.1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfNotaryJobRes = instanceOfNotaryJobRes;
|
|
17
|
+
exports.NotaryJobResFromJSON = NotaryJobResFromJSON;
|
|
18
|
+
exports.NotaryJobResFromJSONTyped = NotaryJobResFromJSONTyped;
|
|
19
|
+
exports.NotaryJobResToJSON = NotaryJobResToJSON;
|
|
20
|
+
exports.NotaryJobResToJSONTyped = NotaryJobResToJSONTyped;
|
|
21
|
+
const ServiceOfferingRes_1 = require("./ServiceOfferingRes");
|
|
22
|
+
const NotaryJobStatus_1 = require("./NotaryJobStatus");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the NotaryJobRes interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfNotaryJobRes(value) {
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function NotaryJobResFromJSON(json) {
|
|
30
|
+
return NotaryJobResFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function NotaryJobResFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
38
|
+
'serviceOfferingId': json['serviceOfferingId'] == null ? undefined : json['serviceOfferingId'],
|
|
39
|
+
'providerId': json['providerId'] == null ? undefined : json['providerId'],
|
|
40
|
+
'externalJobId': json['externalJobId'] == null ? undefined : json['externalJobId'],
|
|
41
|
+
'status': json['status'] == null ? undefined : (0, NotaryJobStatus_1.NotaryJobStatusFromJSON)(json['status']),
|
|
42
|
+
'lastPolledAt': json['lastPolledAt'] == null ? undefined : (new Date(json['lastPolledAt'])),
|
|
43
|
+
'error': json['error'] == null ? undefined : json['error'],
|
|
44
|
+
'certifications': json['certifications'] == null ? undefined : json['certifications'],
|
|
45
|
+
'serviceOffering': json['serviceOffering'] == null ? undefined : (0, ServiceOfferingRes_1.ServiceOfferingResFromJSON)(json['serviceOffering']),
|
|
46
|
+
'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
|
|
47
|
+
'updatedAt': json['updatedAt'] == null ? undefined : (new Date(json['updatedAt'])),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
function NotaryJobResToJSON(json) {
|
|
51
|
+
return NotaryJobResToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
function NotaryJobResToJSONTyped(value, ignoreDiscriminator = false) {
|
|
54
|
+
if (value == null) {
|
|
55
|
+
return value;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
'id': value['id'],
|
|
59
|
+
'serviceOfferingId': value['serviceOfferingId'],
|
|
60
|
+
'providerId': value['providerId'],
|
|
61
|
+
'externalJobId': value['externalJobId'],
|
|
62
|
+
'status': (0, NotaryJobStatus_1.NotaryJobStatusToJSON)(value['status']),
|
|
63
|
+
'lastPolledAt': value['lastPolledAt'] == null ? value['lastPolledAt'] : value['lastPolledAt'].toISOString(),
|
|
64
|
+
'error': value['error'],
|
|
65
|
+
'certifications': value['certifications'],
|
|
66
|
+
'serviceOffering': (0, ServiceOfferingRes_1.ServiceOfferingResToJSON)(value['serviceOffering']),
|
|
67
|
+
'createdAt': value['createdAt'] == null ? value['createdAt'] : value['createdAt'].toISOString(),
|
|
68
|
+
'updatedAt': value['updatedAt'] == null ? value['updatedAt'] : value['updatedAt'].toISOString(),
|
|
69
|
+
};
|
|
70
|
+
}
|
|
@@ -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 NotaryJobStatus: {
|
|
17
|
+
readonly PENDING: "pending";
|
|
18
|
+
readonly PROCESSING: "processing";
|
|
19
|
+
readonly COMPLETED: "completed";
|
|
20
|
+
readonly FAILED: "failed";
|
|
21
|
+
readonly CANCELED: "canceled";
|
|
22
|
+
};
|
|
23
|
+
export type NotaryJobStatus = typeof NotaryJobStatus[keyof typeof NotaryJobStatus];
|
|
24
|
+
export declare function instanceOfNotaryJobStatus(value: any): boolean;
|
|
25
|
+
export declare function NotaryJobStatusFromJSON(json: any): NotaryJobStatus;
|
|
26
|
+
export declare function NotaryJobStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotaryJobStatus;
|
|
27
|
+
export declare function NotaryJobStatusToJSON(value?: NotaryJobStatus | null): any;
|
|
28
|
+
export declare function NotaryJobStatusToJSONTyped(value: any, ignoreDiscriminator: boolean): NotaryJobStatus;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fulcrum CEM API
|
|
6
|
+
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.0.1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.NotaryJobStatus = void 0;
|
|
17
|
+
exports.instanceOfNotaryJobStatus = instanceOfNotaryJobStatus;
|
|
18
|
+
exports.NotaryJobStatusFromJSON = NotaryJobStatusFromJSON;
|
|
19
|
+
exports.NotaryJobStatusFromJSONTyped = NotaryJobStatusFromJSONTyped;
|
|
20
|
+
exports.NotaryJobStatusToJSON = NotaryJobStatusToJSON;
|
|
21
|
+
exports.NotaryJobStatusToJSONTyped = NotaryJobStatusToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.NotaryJobStatus = {
|
|
27
|
+
PENDING: 'pending',
|
|
28
|
+
PROCESSING: 'processing',
|
|
29
|
+
COMPLETED: 'completed',
|
|
30
|
+
FAILED: 'failed',
|
|
31
|
+
CANCELED: 'canceled'
|
|
32
|
+
};
|
|
33
|
+
function instanceOfNotaryJobStatus(value) {
|
|
34
|
+
for (const key in exports.NotaryJobStatus) {
|
|
35
|
+
if (Object.prototype.hasOwnProperty.call(exports.NotaryJobStatus, key)) {
|
|
36
|
+
if (exports.NotaryJobStatus[key] === value) {
|
|
37
|
+
return true;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
return false;
|
|
42
|
+
}
|
|
43
|
+
function NotaryJobStatusFromJSON(json) {
|
|
44
|
+
return NotaryJobStatusFromJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function NotaryJobStatusFromJSONTyped(json, ignoreDiscriminator) {
|
|
47
|
+
return json;
|
|
48
|
+
}
|
|
49
|
+
function NotaryJobStatusToJSON(value) {
|
|
50
|
+
return value;
|
|
51
|
+
}
|
|
52
|
+
function NotaryJobStatusToJSONTyped(value, ignoreDiscriminator) {
|
|
53
|
+
return value;
|
|
54
|
+
}
|
|
@@ -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 PageRes
|
|
16
|
+
*/
|
|
17
|
+
export interface PageRes {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {Array<object>}
|
|
21
|
+
* @memberof PageRes
|
|
22
|
+
*/
|
|
23
|
+
items?: Array<object>;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof PageRes
|
|
28
|
+
*/
|
|
29
|
+
totalItems?: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof PageRes
|
|
34
|
+
*/
|
|
35
|
+
totalPages?: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof PageRes
|
|
40
|
+
*/
|
|
41
|
+
pageSize?: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof PageRes
|
|
46
|
+
*/
|
|
47
|
+
page?: number;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Check if a given object implements the PageRes interface.
|
|
51
|
+
*/
|
|
52
|
+
export declare function instanceOfPageRes(value: object): value is PageRes;
|
|
53
|
+
export declare function PageResFromJSON(json: any): PageRes;
|
|
54
|
+
export declare function PageResFromJSONTyped(json: any, ignoreDiscriminator: boolean): PageRes;
|
|
55
|
+
export declare function PageResToJSON(json: any): PageRes;
|
|
56
|
+
export declare function PageResToJSONTyped(value?: PageRes | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fulcrum CEM API
|
|
6
|
+
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.0.1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfPageRes = instanceOfPageRes;
|
|
17
|
+
exports.PageResFromJSON = PageResFromJSON;
|
|
18
|
+
exports.PageResFromJSONTyped = PageResFromJSONTyped;
|
|
19
|
+
exports.PageResToJSON = PageResToJSON;
|
|
20
|
+
exports.PageResToJSONTyped = PageResToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the PageRes interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfPageRes(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function PageResFromJSON(json) {
|
|
28
|
+
return PageResFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function PageResFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'items': json['items'] == null ? undefined : json['items'],
|
|
36
|
+
'totalItems': json['totalItems'] == null ? undefined : json['totalItems'],
|
|
37
|
+
'totalPages': json['totalPages'] == null ? undefined : json['totalPages'],
|
|
38
|
+
'pageSize': json['pageSize'] == null ? undefined : json['pageSize'],
|
|
39
|
+
'page': json['page'] == null ? undefined : json['page'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
function PageResToJSON(json) {
|
|
43
|
+
return PageResToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function PageResToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'items': value['items'],
|
|
51
|
+
'totalItems': value['totalItems'],
|
|
52
|
+
'totalPages': value['totalPages'],
|
|
53
|
+
'pageSize': value['pageSize'],
|
|
54
|
+
'page': value['page'],
|
|
55
|
+
};
|
|
56
|
+
}
|
|
@@ -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 PaginationParams
|
|
16
|
+
*/
|
|
17
|
+
export interface PaginationParams {
|
|
18
|
+
/**
|
|
19
|
+
* The page number (1-based)
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof PaginationParams
|
|
22
|
+
*/
|
|
23
|
+
page?: number;
|
|
24
|
+
/**
|
|
25
|
+
* The number of items per page
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof PaginationParams
|
|
28
|
+
*/
|
|
29
|
+
pageSize?: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the PaginationParams interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfPaginationParams(value: object): value is PaginationParams;
|
|
35
|
+
export declare function PaginationParamsFromJSON(json: any): PaginationParams;
|
|
36
|
+
export declare function PaginationParamsFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginationParams;
|
|
37
|
+
export declare function PaginationParamsToJSON(json: any): PaginationParams;
|
|
38
|
+
export declare function PaginationParamsToJSONTyped(value?: PaginationParams | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fulcrum CEM API
|
|
6
|
+
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.0.1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfPaginationParams = instanceOfPaginationParams;
|
|
17
|
+
exports.PaginationParamsFromJSON = PaginationParamsFromJSON;
|
|
18
|
+
exports.PaginationParamsFromJSONTyped = PaginationParamsFromJSONTyped;
|
|
19
|
+
exports.PaginationParamsToJSON = PaginationParamsToJSON;
|
|
20
|
+
exports.PaginationParamsToJSONTyped = PaginationParamsToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the PaginationParams interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfPaginationParams(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function PaginationParamsFromJSON(json) {
|
|
28
|
+
return PaginationParamsFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function PaginationParamsFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'page': json['page'] == null ? undefined : json['page'],
|
|
36
|
+
'pageSize': json['pageSize'] == null ? undefined : json['pageSize'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function PaginationParamsToJSON(json) {
|
|
40
|
+
return PaginationParamsToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function PaginationParamsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'page': value['page'],
|
|
48
|
+
'pageSize': value['pageSize'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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 { ParticipantStatus } from './ParticipantStatus';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ParticipantReq
|
|
17
|
+
*/
|
|
18
|
+
export interface ParticipantReq {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ParticipantReq
|
|
23
|
+
*/
|
|
24
|
+
name: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {ParticipantStatus}
|
|
28
|
+
* @memberof ParticipantReq
|
|
29
|
+
*/
|
|
30
|
+
status: ParticipantStatus;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the ParticipantReq interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfParticipantReq(value: object): value is ParticipantReq;
|
|
36
|
+
export declare function ParticipantReqFromJSON(json: any): ParticipantReq;
|
|
37
|
+
export declare function ParticipantReqFromJSONTyped(json: any, ignoreDiscriminator: boolean): ParticipantReq;
|
|
38
|
+
export declare function ParticipantReqToJSON(json: any): ParticipantReq;
|
|
39
|
+
export declare function ParticipantReqToJSONTyped(value?: ParticipantReq | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fulcrum CEM API
|
|
6
|
+
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.0.1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfParticipantReq = instanceOfParticipantReq;
|
|
17
|
+
exports.ParticipantReqFromJSON = ParticipantReqFromJSON;
|
|
18
|
+
exports.ParticipantReqFromJSONTyped = ParticipantReqFromJSONTyped;
|
|
19
|
+
exports.ParticipantReqToJSON = ParticipantReqToJSON;
|
|
20
|
+
exports.ParticipantReqToJSONTyped = ParticipantReqToJSONTyped;
|
|
21
|
+
const ParticipantStatus_1 = require("./ParticipantStatus");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the ParticipantReq interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfParticipantReq(value) {
|
|
26
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('status' in value) || value['status'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
function ParticipantReqFromJSON(json) {
|
|
33
|
+
return ParticipantReqFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
function ParticipantReqFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if (json == null) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'name': json['name'],
|
|
41
|
+
'status': (0, ParticipantStatus_1.ParticipantStatusFromJSON)(json['status']),
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
function ParticipantReqToJSON(json) {
|
|
45
|
+
return ParticipantReqToJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
function ParticipantReqToJSONTyped(value, ignoreDiscriminator = false) {
|
|
48
|
+
if (value == null) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
'name': value['name'],
|
|
53
|
+
'status': (0, ParticipantStatus_1.ParticipantStatusToJSON)(value['status']),
|
|
54
|
+
};
|
|
55
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
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 { ParticipantStatus } from './ParticipantStatus';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ParticipantRes
|
|
17
|
+
*/
|
|
18
|
+
export interface ParticipantRes {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ParticipantRes
|
|
23
|
+
*/
|
|
24
|
+
id?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ParticipantRes
|
|
29
|
+
*/
|
|
30
|
+
name?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {ParticipantStatus}
|
|
34
|
+
* @memberof ParticipantRes
|
|
35
|
+
*/
|
|
36
|
+
status?: ParticipantStatus;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {Date}
|
|
40
|
+
* @memberof ParticipantRes
|
|
41
|
+
*/
|
|
42
|
+
createdAt?: Date;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {Date}
|
|
46
|
+
* @memberof ParticipantRes
|
|
47
|
+
*/
|
|
48
|
+
updatedAt?: Date;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Check if a given object implements the ParticipantRes interface.
|
|
52
|
+
*/
|
|
53
|
+
export declare function instanceOfParticipantRes(value: object): value is ParticipantRes;
|
|
54
|
+
export declare function ParticipantResFromJSON(json: any): ParticipantRes;
|
|
55
|
+
export declare function ParticipantResFromJSONTyped(json: any, ignoreDiscriminator: boolean): ParticipantRes;
|
|
56
|
+
export declare function ParticipantResToJSON(json: any): ParticipantRes;
|
|
57
|
+
export declare function ParticipantResToJSONTyped(value?: ParticipantRes | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fulcrum CEM API
|
|
6
|
+
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.0.1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfParticipantRes = instanceOfParticipantRes;
|
|
17
|
+
exports.ParticipantResFromJSON = ParticipantResFromJSON;
|
|
18
|
+
exports.ParticipantResFromJSONTyped = ParticipantResFromJSONTyped;
|
|
19
|
+
exports.ParticipantResToJSON = ParticipantResToJSON;
|
|
20
|
+
exports.ParticipantResToJSONTyped = ParticipantResToJSONTyped;
|
|
21
|
+
const ParticipantStatus_1 = require("./ParticipantStatus");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the ParticipantRes interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfParticipantRes(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function ParticipantResFromJSON(json) {
|
|
29
|
+
return ParticipantResFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function ParticipantResFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
37
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
38
|
+
'status': json['status'] == null ? undefined : (0, ParticipantStatus_1.ParticipantStatusFromJSON)(json['status']),
|
|
39
|
+
'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
|
|
40
|
+
'updatedAt': json['updatedAt'] == null ? undefined : (new Date(json['updatedAt'])),
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function ParticipantResToJSON(json) {
|
|
44
|
+
return ParticipantResToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function ParticipantResToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'id': value['id'],
|
|
52
|
+
'name': value['name'],
|
|
53
|
+
'status': (0, ParticipantStatus_1.ParticipantStatusToJSON)(value['status']),
|
|
54
|
+
'createdAt': value['createdAt'] == null ? value['createdAt'] : value['createdAt'].toISOString(),
|
|
55
|
+
'updatedAt': value['updatedAt'] == null ? value['updatedAt'] : value['updatedAt'].toISOString(),
|
|
56
|
+
};
|
|
57
|
+
}
|
|
@@ -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,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fulcrum CEM API
|
|
6
|
+
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.0.1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ParticipantStatus = void 0;
|
|
17
|
+
exports.instanceOfParticipantStatus = instanceOfParticipantStatus;
|
|
18
|
+
exports.ParticipantStatusFromJSON = ParticipantStatusFromJSON;
|
|
19
|
+
exports.ParticipantStatusFromJSONTyped = ParticipantStatusFromJSONTyped;
|
|
20
|
+
exports.ParticipantStatusToJSON = ParticipantStatusToJSON;
|
|
21
|
+
exports.ParticipantStatusToJSONTyped = ParticipantStatusToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.ParticipantStatus = {
|
|
27
|
+
ENABLED: 'Enabled',
|
|
28
|
+
DISABLED: 'Disabled'
|
|
29
|
+
};
|
|
30
|
+
function instanceOfParticipantStatus(value) {
|
|
31
|
+
for (const key in exports.ParticipantStatus) {
|
|
32
|
+
if (Object.prototype.hasOwnProperty.call(exports.ParticipantStatus, key)) {
|
|
33
|
+
if (exports.ParticipantStatus[key] === value) {
|
|
34
|
+
return true;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
return false;
|
|
39
|
+
}
|
|
40
|
+
function ParticipantStatusFromJSON(json) {
|
|
41
|
+
return ParticipantStatusFromJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function ParticipantStatusFromJSONTyped(json, ignoreDiscriminator) {
|
|
44
|
+
return json;
|
|
45
|
+
}
|
|
46
|
+
function ParticipantStatusToJSON(value) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
function ParticipantStatusToJSONTyped(value, ignoreDiscriminator) {
|
|
50
|
+
return value;
|
|
51
|
+
}
|