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,159 @@
|
|
|
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 { TransactionType } from './TransactionType';
|
|
13
|
+
import type { ServiceOrderRes } from './ServiceOrderRes';
|
|
14
|
+
import type { TransactionEntityType } from './TransactionEntityType';
|
|
15
|
+
import type { TransactionStatus } from './TransactionStatus';
|
|
16
|
+
import type { ParticipantRes } from './ParticipantRes';
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface TransactionRecordRes
|
|
21
|
+
*/
|
|
22
|
+
export interface TransactionRecordRes {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TransactionRecordRes
|
|
27
|
+
*/
|
|
28
|
+
id?: string;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof TransactionRecordRes
|
|
33
|
+
*/
|
|
34
|
+
serviceOrderId?: string;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {TransactionType}
|
|
38
|
+
* @memberof TransactionRecordRes
|
|
39
|
+
*/
|
|
40
|
+
transactionType?: TransactionType;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {TransactionEntityType}
|
|
44
|
+
* @memberof TransactionRecordRes
|
|
45
|
+
*/
|
|
46
|
+
debtorType?: TransactionEntityType;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof TransactionRecordRes
|
|
51
|
+
*/
|
|
52
|
+
debtorId?: string;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {TransactionEntityType}
|
|
56
|
+
* @memberof TransactionRecordRes
|
|
57
|
+
*/
|
|
58
|
+
creditorType?: TransactionEntityType;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof TransactionRecordRes
|
|
63
|
+
*/
|
|
64
|
+
creditorId?: string;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof TransactionRecordRes
|
|
69
|
+
*/
|
|
70
|
+
amount?: number;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {Date}
|
|
74
|
+
* @memberof TransactionRecordRes
|
|
75
|
+
*/
|
|
76
|
+
billingPeriodStart?: Date;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {Date}
|
|
80
|
+
* @memberof TransactionRecordRes
|
|
81
|
+
*/
|
|
82
|
+
billingPeriodEnd?: Date;
|
|
83
|
+
/**
|
|
84
|
+
* A generic properties.JSON object
|
|
85
|
+
* @type {{ [key: string]: any; }}
|
|
86
|
+
* @memberof TransactionRecordRes
|
|
87
|
+
*/
|
|
88
|
+
calculationData?: {
|
|
89
|
+
[key: string]: any;
|
|
90
|
+
};
|
|
91
|
+
/**
|
|
92
|
+
*
|
|
93
|
+
* @type {string}
|
|
94
|
+
* @memberof TransactionRecordRes
|
|
95
|
+
*/
|
|
96
|
+
priceItemId?: string;
|
|
97
|
+
/**
|
|
98
|
+
*
|
|
99
|
+
* @type {string}
|
|
100
|
+
* @memberof TransactionRecordRes
|
|
101
|
+
*/
|
|
102
|
+
externalId?: string;
|
|
103
|
+
/**
|
|
104
|
+
*
|
|
105
|
+
* @type {TransactionStatus}
|
|
106
|
+
* @memberof TransactionRecordRes
|
|
107
|
+
*/
|
|
108
|
+
status?: TransactionStatus;
|
|
109
|
+
/**
|
|
110
|
+
*
|
|
111
|
+
* @type {string}
|
|
112
|
+
* @memberof TransactionRecordRes
|
|
113
|
+
*/
|
|
114
|
+
errorMessage?: string;
|
|
115
|
+
/**
|
|
116
|
+
*
|
|
117
|
+
* @type {string}
|
|
118
|
+
* @memberof TransactionRecordRes
|
|
119
|
+
*/
|
|
120
|
+
notes?: string;
|
|
121
|
+
/**
|
|
122
|
+
*
|
|
123
|
+
* @type {ServiceOrderRes}
|
|
124
|
+
* @memberof TransactionRecordRes
|
|
125
|
+
*/
|
|
126
|
+
serviceOrder?: ServiceOrderRes;
|
|
127
|
+
/**
|
|
128
|
+
*
|
|
129
|
+
* @type {ParticipantRes}
|
|
130
|
+
* @memberof TransactionRecordRes
|
|
131
|
+
*/
|
|
132
|
+
debtor?: ParticipantRes;
|
|
133
|
+
/**
|
|
134
|
+
*
|
|
135
|
+
* @type {ParticipantRes}
|
|
136
|
+
* @memberof TransactionRecordRes
|
|
137
|
+
*/
|
|
138
|
+
creditor?: ParticipantRes;
|
|
139
|
+
/**
|
|
140
|
+
*
|
|
141
|
+
* @type {Date}
|
|
142
|
+
* @memberof TransactionRecordRes
|
|
143
|
+
*/
|
|
144
|
+
createdAt?: Date;
|
|
145
|
+
/**
|
|
146
|
+
*
|
|
147
|
+
* @type {Date}
|
|
148
|
+
* @memberof TransactionRecordRes
|
|
149
|
+
*/
|
|
150
|
+
updatedAt?: Date;
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* Check if a given object implements the TransactionRecordRes interface.
|
|
154
|
+
*/
|
|
155
|
+
export declare function instanceOfTransactionRecordRes(value: object): value is TransactionRecordRes;
|
|
156
|
+
export declare function TransactionRecordResFromJSON(json: any): TransactionRecordRes;
|
|
157
|
+
export declare function TransactionRecordResFromJSONTyped(json: any, ignoreDiscriminator: boolean): TransactionRecordRes;
|
|
158
|
+
export declare function TransactionRecordResToJSON(json: any): TransactionRecordRes;
|
|
159
|
+
export declare function TransactionRecordResToJSONTyped(value?: TransactionRecordRes | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,93 @@
|
|
|
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.instanceOfTransactionRecordRes = instanceOfTransactionRecordRes;
|
|
17
|
+
exports.TransactionRecordResFromJSON = TransactionRecordResFromJSON;
|
|
18
|
+
exports.TransactionRecordResFromJSONTyped = TransactionRecordResFromJSONTyped;
|
|
19
|
+
exports.TransactionRecordResToJSON = TransactionRecordResToJSON;
|
|
20
|
+
exports.TransactionRecordResToJSONTyped = TransactionRecordResToJSONTyped;
|
|
21
|
+
const TransactionType_1 = require("./TransactionType");
|
|
22
|
+
const ServiceOrderRes_1 = require("./ServiceOrderRes");
|
|
23
|
+
const TransactionEntityType_1 = require("./TransactionEntityType");
|
|
24
|
+
const TransactionStatus_1 = require("./TransactionStatus");
|
|
25
|
+
const ParticipantRes_1 = require("./ParticipantRes");
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the TransactionRecordRes interface.
|
|
28
|
+
*/
|
|
29
|
+
function instanceOfTransactionRecordRes(value) {
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
function TransactionRecordResFromJSON(json) {
|
|
33
|
+
return TransactionRecordResFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
function TransactionRecordResFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if (json == null) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
41
|
+
'serviceOrderId': json['serviceOrderId'] == null ? undefined : json['serviceOrderId'],
|
|
42
|
+
'transactionType': json['transactionType'] == null ? undefined : (0, TransactionType_1.TransactionTypeFromJSON)(json['transactionType']),
|
|
43
|
+
'debtorType': json['debtorType'] == null ? undefined : (0, TransactionEntityType_1.TransactionEntityTypeFromJSON)(json['debtorType']),
|
|
44
|
+
'debtorId': json['debtorId'] == null ? undefined : json['debtorId'],
|
|
45
|
+
'creditorType': json['creditorType'] == null ? undefined : (0, TransactionEntityType_1.TransactionEntityTypeFromJSON)(json['creditorType']),
|
|
46
|
+
'creditorId': json['creditorId'] == null ? undefined : json['creditorId'],
|
|
47
|
+
'amount': json['amount'] == null ? undefined : json['amount'],
|
|
48
|
+
'billingPeriodStart': json['billingPeriodStart'] == null ? undefined : (new Date(json['billingPeriodStart'])),
|
|
49
|
+
'billingPeriodEnd': json['billingPeriodEnd'] == null ? undefined : (new Date(json['billingPeriodEnd'])),
|
|
50
|
+
'calculationData': json['calculationData'] == null ? undefined : json['calculationData'],
|
|
51
|
+
'priceItemId': json['priceItemId'] == null ? undefined : json['priceItemId'],
|
|
52
|
+
'externalId': json['externalId'] == null ? undefined : json['externalId'],
|
|
53
|
+
'status': json['status'] == null ? undefined : (0, TransactionStatus_1.TransactionStatusFromJSON)(json['status']),
|
|
54
|
+
'errorMessage': json['errorMessage'] == null ? undefined : json['errorMessage'],
|
|
55
|
+
'notes': json['notes'] == null ? undefined : json['notes'],
|
|
56
|
+
'serviceOrder': json['serviceOrder'] == null ? undefined : (0, ServiceOrderRes_1.ServiceOrderResFromJSON)(json['serviceOrder']),
|
|
57
|
+
'debtor': json['debtor'] == null ? undefined : (0, ParticipantRes_1.ParticipantResFromJSON)(json['debtor']),
|
|
58
|
+
'creditor': json['creditor'] == null ? undefined : (0, ParticipantRes_1.ParticipantResFromJSON)(json['creditor']),
|
|
59
|
+
'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
|
|
60
|
+
'updatedAt': json['updatedAt'] == null ? undefined : (new Date(json['updatedAt'])),
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
function TransactionRecordResToJSON(json) {
|
|
64
|
+
return TransactionRecordResToJSONTyped(json, false);
|
|
65
|
+
}
|
|
66
|
+
function TransactionRecordResToJSONTyped(value, ignoreDiscriminator = false) {
|
|
67
|
+
if (value == null) {
|
|
68
|
+
return value;
|
|
69
|
+
}
|
|
70
|
+
return {
|
|
71
|
+
'id': value['id'],
|
|
72
|
+
'serviceOrderId': value['serviceOrderId'],
|
|
73
|
+
'transactionType': (0, TransactionType_1.TransactionTypeToJSON)(value['transactionType']),
|
|
74
|
+
'debtorType': (0, TransactionEntityType_1.TransactionEntityTypeToJSON)(value['debtorType']),
|
|
75
|
+
'debtorId': value['debtorId'],
|
|
76
|
+
'creditorType': (0, TransactionEntityType_1.TransactionEntityTypeToJSON)(value['creditorType']),
|
|
77
|
+
'creditorId': value['creditorId'],
|
|
78
|
+
'amount': value['amount'],
|
|
79
|
+
'billingPeriodStart': value['billingPeriodStart'] == null ? value['billingPeriodStart'] : value['billingPeriodStart'].toISOString(),
|
|
80
|
+
'billingPeriodEnd': value['billingPeriodEnd'] == null ? value['billingPeriodEnd'] : value['billingPeriodEnd'].toISOString(),
|
|
81
|
+
'calculationData': value['calculationData'],
|
|
82
|
+
'priceItemId': value['priceItemId'],
|
|
83
|
+
'externalId': value['externalId'],
|
|
84
|
+
'status': (0, TransactionStatus_1.TransactionStatusToJSON)(value['status']),
|
|
85
|
+
'errorMessage': value['errorMessage'],
|
|
86
|
+
'notes': value['notes'],
|
|
87
|
+
'serviceOrder': (0, ServiceOrderRes_1.ServiceOrderResToJSON)(value['serviceOrder']),
|
|
88
|
+
'debtor': (0, ParticipantRes_1.ParticipantResToJSON)(value['debtor']),
|
|
89
|
+
'creditor': (0, ParticipantRes_1.ParticipantResToJSON)(value['creditor']),
|
|
90
|
+
'createdAt': value['createdAt'] == null ? value['createdAt'] : value['createdAt'].toISOString(),
|
|
91
|
+
'updatedAt': value['updatedAt'] == null ? value['updatedAt'] : value['updatedAt'].toISOString(),
|
|
92
|
+
};
|
|
93
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 TransactionStatus: {
|
|
17
|
+
readonly PENDING: "Pending";
|
|
18
|
+
readonly COMPLETED: "Completed";
|
|
19
|
+
readonly FAILED: "Failed";
|
|
20
|
+
};
|
|
21
|
+
export type TransactionStatus = typeof TransactionStatus[keyof typeof TransactionStatus];
|
|
22
|
+
export declare function instanceOfTransactionStatus(value: any): boolean;
|
|
23
|
+
export declare function TransactionStatusFromJSON(json: any): TransactionStatus;
|
|
24
|
+
export declare function TransactionStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): TransactionStatus;
|
|
25
|
+
export declare function TransactionStatusToJSON(value?: TransactionStatus | null): any;
|
|
26
|
+
export declare function TransactionStatusToJSONTyped(value: any, ignoreDiscriminator: boolean): TransactionStatus;
|
|
@@ -0,0 +1,52 @@
|
|
|
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.TransactionStatus = void 0;
|
|
17
|
+
exports.instanceOfTransactionStatus = instanceOfTransactionStatus;
|
|
18
|
+
exports.TransactionStatusFromJSON = TransactionStatusFromJSON;
|
|
19
|
+
exports.TransactionStatusFromJSONTyped = TransactionStatusFromJSONTyped;
|
|
20
|
+
exports.TransactionStatusToJSON = TransactionStatusToJSON;
|
|
21
|
+
exports.TransactionStatusToJSONTyped = TransactionStatusToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.TransactionStatus = {
|
|
27
|
+
PENDING: 'Pending',
|
|
28
|
+
COMPLETED: 'Completed',
|
|
29
|
+
FAILED: 'Failed'
|
|
30
|
+
};
|
|
31
|
+
function instanceOfTransactionStatus(value) {
|
|
32
|
+
for (const key in exports.TransactionStatus) {
|
|
33
|
+
if (Object.prototype.hasOwnProperty.call(exports.TransactionStatus, key)) {
|
|
34
|
+
if (exports.TransactionStatus[key] === value) {
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
return false;
|
|
40
|
+
}
|
|
41
|
+
function TransactionStatusFromJSON(json) {
|
|
42
|
+
return TransactionStatusFromJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function TransactionStatusFromJSONTyped(json, ignoreDiscriminator) {
|
|
45
|
+
return json;
|
|
46
|
+
}
|
|
47
|
+
function TransactionStatusToJSON(value) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
function TransactionStatusToJSONTyped(value, ignoreDiscriminator) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 TransactionType: {
|
|
17
|
+
readonly CHARGE: "Charge";
|
|
18
|
+
readonly CREDIT: "Credit";
|
|
19
|
+
readonly PAYMENT: "Payment";
|
|
20
|
+
};
|
|
21
|
+
export type TransactionType = typeof TransactionType[keyof typeof TransactionType];
|
|
22
|
+
export declare function instanceOfTransactionType(value: any): boolean;
|
|
23
|
+
export declare function TransactionTypeFromJSON(json: any): TransactionType;
|
|
24
|
+
export declare function TransactionTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): TransactionType;
|
|
25
|
+
export declare function TransactionTypeToJSON(value?: TransactionType | null): any;
|
|
26
|
+
export declare function TransactionTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): TransactionType;
|
|
@@ -0,0 +1,52 @@
|
|
|
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.TransactionType = void 0;
|
|
17
|
+
exports.instanceOfTransactionType = instanceOfTransactionType;
|
|
18
|
+
exports.TransactionTypeFromJSON = TransactionTypeFromJSON;
|
|
19
|
+
exports.TransactionTypeFromJSONTyped = TransactionTypeFromJSONTyped;
|
|
20
|
+
exports.TransactionTypeToJSON = TransactionTypeToJSON;
|
|
21
|
+
exports.TransactionTypeToJSONTyped = TransactionTypeToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.TransactionType = {
|
|
27
|
+
CHARGE: 'Charge',
|
|
28
|
+
CREDIT: 'Credit',
|
|
29
|
+
PAYMENT: 'Payment'
|
|
30
|
+
};
|
|
31
|
+
function instanceOfTransactionType(value) {
|
|
32
|
+
for (const key in exports.TransactionType) {
|
|
33
|
+
if (Object.prototype.hasOwnProperty.call(exports.TransactionType, key)) {
|
|
34
|
+
if (exports.TransactionType[key] === value) {
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
return false;
|
|
40
|
+
}
|
|
41
|
+
function TransactionTypeFromJSON(json) {
|
|
42
|
+
return TransactionTypeFromJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function TransactionTypeFromJSONTyped(json, ignoreDiscriminator) {
|
|
45
|
+
return json;
|
|
46
|
+
}
|
|
47
|
+
function TransactionTypeToJSON(value) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
function TransactionTypeToJSONTyped(value, ignoreDiscriminator) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
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 { AgentStatus } from './AgentStatus';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UpdateAgentReq
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateAgentReq {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof UpdateAgentReq
|
|
23
|
+
*/
|
|
24
|
+
name?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {AgentStatus}
|
|
28
|
+
* @memberof UpdateAgentReq
|
|
29
|
+
*/
|
|
30
|
+
status?: AgentStatus;
|
|
31
|
+
/**
|
|
32
|
+
* Tags representing capabilities or certifications of this agent
|
|
33
|
+
* @type {Array<string>}
|
|
34
|
+
* @memberof UpdateAgentReq
|
|
35
|
+
*/
|
|
36
|
+
tags?: Array<string>;
|
|
37
|
+
/**
|
|
38
|
+
* A generic properties.JSON object
|
|
39
|
+
* @type {{ [key: string]: any; }}
|
|
40
|
+
* @memberof UpdateAgentReq
|
|
41
|
+
*/
|
|
42
|
+
_configuration?: {
|
|
43
|
+
[key: string]: any;
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Check if a given object implements the UpdateAgentReq interface.
|
|
48
|
+
*/
|
|
49
|
+
export declare function instanceOfUpdateAgentReq(value: object): value is UpdateAgentReq;
|
|
50
|
+
export declare function UpdateAgentReqFromJSON(json: any): UpdateAgentReq;
|
|
51
|
+
export declare function UpdateAgentReqFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateAgentReq;
|
|
52
|
+
export declare function UpdateAgentReqToJSON(json: any): UpdateAgentReq;
|
|
53
|
+
export declare function UpdateAgentReqToJSONTyped(value?: UpdateAgentReq | 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.instanceOfUpdateAgentReq = instanceOfUpdateAgentReq;
|
|
17
|
+
exports.UpdateAgentReqFromJSON = UpdateAgentReqFromJSON;
|
|
18
|
+
exports.UpdateAgentReqFromJSONTyped = UpdateAgentReqFromJSONTyped;
|
|
19
|
+
exports.UpdateAgentReqToJSON = UpdateAgentReqToJSON;
|
|
20
|
+
exports.UpdateAgentReqToJSONTyped = UpdateAgentReqToJSONTyped;
|
|
21
|
+
const AgentStatus_1 = require("./AgentStatus");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the UpdateAgentReq interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfUpdateAgentReq(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function UpdateAgentReqFromJSON(json) {
|
|
29
|
+
return UpdateAgentReqFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function UpdateAgentReqFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
37
|
+
'status': json['status'] == null ? undefined : (0, AgentStatus_1.AgentStatusFromJSON)(json['status']),
|
|
38
|
+
'tags': json['tags'] == null ? undefined : json['tags'],
|
|
39
|
+
'_configuration': json['configuration'] == null ? undefined : json['configuration'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
function UpdateAgentReqToJSON(json) {
|
|
43
|
+
return UpdateAgentReqToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function UpdateAgentReqToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'name': value['name'],
|
|
51
|
+
'status': (0, AgentStatus_1.AgentStatusToJSON)(value['status']),
|
|
52
|
+
'tags': value['tags'],
|
|
53
|
+
'configuration': value['_configuration'],
|
|
54
|
+
};
|
|
55
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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 UpdateCEMServiceReq
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateCEMServiceReq {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UpdateCEMServiceReq
|
|
22
|
+
*/
|
|
23
|
+
name?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UpdateCEMServiceReq
|
|
28
|
+
*/
|
|
29
|
+
variantId?: string;
|
|
30
|
+
/**
|
|
31
|
+
* A generic properties.JSON object
|
|
32
|
+
* @type {{ [key: string]: any; }}
|
|
33
|
+
* @memberof UpdateCEMServiceReq
|
|
34
|
+
*/
|
|
35
|
+
properties?: {
|
|
36
|
+
[key: string]: any;
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Check if a given object implements the UpdateCEMServiceReq interface.
|
|
41
|
+
*/
|
|
42
|
+
export declare function instanceOfUpdateCEMServiceReq(value: object): value is UpdateCEMServiceReq;
|
|
43
|
+
export declare function UpdateCEMServiceReqFromJSON(json: any): UpdateCEMServiceReq;
|
|
44
|
+
export declare function UpdateCEMServiceReqFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateCEMServiceReq;
|
|
45
|
+
export declare function UpdateCEMServiceReqToJSON(json: any): UpdateCEMServiceReq;
|
|
46
|
+
export declare function UpdateCEMServiceReqToJSONTyped(value?: UpdateCEMServiceReq | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,52 @@
|
|
|
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.instanceOfUpdateCEMServiceReq = instanceOfUpdateCEMServiceReq;
|
|
17
|
+
exports.UpdateCEMServiceReqFromJSON = UpdateCEMServiceReqFromJSON;
|
|
18
|
+
exports.UpdateCEMServiceReqFromJSONTyped = UpdateCEMServiceReqFromJSONTyped;
|
|
19
|
+
exports.UpdateCEMServiceReqToJSON = UpdateCEMServiceReqToJSON;
|
|
20
|
+
exports.UpdateCEMServiceReqToJSONTyped = UpdateCEMServiceReqToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the UpdateCEMServiceReq interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfUpdateCEMServiceReq(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function UpdateCEMServiceReqFromJSON(json) {
|
|
28
|
+
return UpdateCEMServiceReqFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function UpdateCEMServiceReqFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
36
|
+
'variantId': json['variantId'] == null ? undefined : json['variantId'],
|
|
37
|
+
'properties': json['properties'] == null ? undefined : json['properties'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function UpdateCEMServiceReqToJSON(json) {
|
|
41
|
+
return UpdateCEMServiceReqToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function UpdateCEMServiceReqToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'name': value['name'],
|
|
49
|
+
'variantId': value['variantId'],
|
|
50
|
+
'properties': value['properties'],
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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 { JobStatus } from './JobStatus';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UpdateJobRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateJobRequest {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {JobStatus}
|
|
22
|
+
* @memberof UpdateJobRequest
|
|
23
|
+
*/
|
|
24
|
+
status?: JobStatus;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof UpdateJobRequest
|
|
29
|
+
*/
|
|
30
|
+
errorMessage?: string;
|
|
31
|
+
/**
|
|
32
|
+
* A generic properties.JSON object
|
|
33
|
+
* @type {{ [key: string]: any; }}
|
|
34
|
+
* @memberof UpdateJobRequest
|
|
35
|
+
*/
|
|
36
|
+
resources?: {
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Check if a given object implements the UpdateJobRequest interface.
|
|
42
|
+
*/
|
|
43
|
+
export declare function instanceOfUpdateJobRequest(value: object): value is UpdateJobRequest;
|
|
44
|
+
export declare function UpdateJobRequestFromJSON(json: any): UpdateJobRequest;
|
|
45
|
+
export declare function UpdateJobRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateJobRequest;
|
|
46
|
+
export declare function UpdateJobRequestToJSON(json: any): UpdateJobRequest;
|
|
47
|
+
export declare function UpdateJobRequestToJSONTyped(value?: UpdateJobRequest | null, ignoreDiscriminator?: boolean): any;
|