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,53 @@
|
|
|
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.instanceOfUpdateTransactionRecordRequest = instanceOfUpdateTransactionRecordRequest;
|
|
17
|
+
exports.UpdateTransactionRecordRequestFromJSON = UpdateTransactionRecordRequestFromJSON;
|
|
18
|
+
exports.UpdateTransactionRecordRequestFromJSONTyped = UpdateTransactionRecordRequestFromJSONTyped;
|
|
19
|
+
exports.UpdateTransactionRecordRequestToJSON = UpdateTransactionRecordRequestToJSON;
|
|
20
|
+
exports.UpdateTransactionRecordRequestToJSONTyped = UpdateTransactionRecordRequestToJSONTyped;
|
|
21
|
+
const TransactionStatus_1 = require("./TransactionStatus");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the UpdateTransactionRecordRequest interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfUpdateTransactionRecordRequest(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function UpdateTransactionRecordRequestFromJSON(json) {
|
|
29
|
+
return UpdateTransactionRecordRequestFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function UpdateTransactionRecordRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'status': json['status'] == null ? undefined : (0, TransactionStatus_1.TransactionStatusFromJSON)(json['status']),
|
|
37
|
+
'errorMessage': json['errorMessage'] == null ? undefined : json['errorMessage'],
|
|
38
|
+
'notes': json['notes'] == null ? undefined : json['notes'],
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function UpdateTransactionRecordRequestToJSON(json) {
|
|
42
|
+
return UpdateTransactionRecordRequestToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function UpdateTransactionRecordRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'status': (0, TransactionStatus_1.TransactionStatusToJSON)(value['status']),
|
|
50
|
+
'errorMessage': value['errorMessage'],
|
|
51
|
+
'notes': value['notes'],
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 ValidatePropertiesReq
|
|
16
|
+
*/
|
|
17
|
+
export interface ValidatePropertiesReq {
|
|
18
|
+
/**
|
|
19
|
+
* Properties to validate against the schema
|
|
20
|
+
* @type {{ [key: string]: any; }}
|
|
21
|
+
* @memberof ValidatePropertiesReq
|
|
22
|
+
*/
|
|
23
|
+
properties: {
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Check if a given object implements the ValidatePropertiesReq interface.
|
|
29
|
+
*/
|
|
30
|
+
export declare function instanceOfValidatePropertiesReq(value: object): value is ValidatePropertiesReq;
|
|
31
|
+
export declare function ValidatePropertiesReqFromJSON(json: any): ValidatePropertiesReq;
|
|
32
|
+
export declare function ValidatePropertiesReqFromJSONTyped(json: any, ignoreDiscriminator: boolean): ValidatePropertiesReq;
|
|
33
|
+
export declare function ValidatePropertiesReqToJSON(json: any): ValidatePropertiesReq;
|
|
34
|
+
export declare function ValidatePropertiesReqToJSONTyped(value?: ValidatePropertiesReq | 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.instanceOfValidatePropertiesReq = instanceOfValidatePropertiesReq;
|
|
17
|
+
exports.ValidatePropertiesReqFromJSON = ValidatePropertiesReqFromJSON;
|
|
18
|
+
exports.ValidatePropertiesReqFromJSONTyped = ValidatePropertiesReqFromJSONTyped;
|
|
19
|
+
exports.ValidatePropertiesReqToJSON = ValidatePropertiesReqToJSON;
|
|
20
|
+
exports.ValidatePropertiesReqToJSONTyped = ValidatePropertiesReqToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ValidatePropertiesReq interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfValidatePropertiesReq(value) {
|
|
25
|
+
if (!('properties' in value) || value['properties'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function ValidatePropertiesReqFromJSON(json) {
|
|
30
|
+
return ValidatePropertiesReqFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function ValidatePropertiesReqFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'properties': json['properties'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function ValidatePropertiesReqToJSON(json) {
|
|
41
|
+
return ValidatePropertiesReqToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function ValidatePropertiesReqToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'properties': value['properties'],
|
|
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 { ValidationError } from './ValidationError';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ValidatePropertiesRes
|
|
17
|
+
*/
|
|
18
|
+
export interface ValidatePropertiesRes {
|
|
19
|
+
/**
|
|
20
|
+
* Whether the properties are valid
|
|
21
|
+
* @type {boolean}
|
|
22
|
+
* @memberof ValidatePropertiesRes
|
|
23
|
+
*/
|
|
24
|
+
valid?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Array of validation errors (empty if valid)
|
|
27
|
+
* @type {Array<ValidationError>}
|
|
28
|
+
* @memberof ValidatePropertiesRes
|
|
29
|
+
*/
|
|
30
|
+
errors?: Array<ValidationError>;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the ValidatePropertiesRes interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfValidatePropertiesRes(value: object): value is ValidatePropertiesRes;
|
|
36
|
+
export declare function ValidatePropertiesResFromJSON(json: any): ValidatePropertiesRes;
|
|
37
|
+
export declare function ValidatePropertiesResFromJSONTyped(json: any, ignoreDiscriminator: boolean): ValidatePropertiesRes;
|
|
38
|
+
export declare function ValidatePropertiesResToJSON(json: any): ValidatePropertiesRes;
|
|
39
|
+
export declare function ValidatePropertiesResToJSONTyped(value?: ValidatePropertiesRes | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -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.instanceOfValidatePropertiesRes = instanceOfValidatePropertiesRes;
|
|
17
|
+
exports.ValidatePropertiesResFromJSON = ValidatePropertiesResFromJSON;
|
|
18
|
+
exports.ValidatePropertiesResFromJSONTyped = ValidatePropertiesResFromJSONTyped;
|
|
19
|
+
exports.ValidatePropertiesResToJSON = ValidatePropertiesResToJSON;
|
|
20
|
+
exports.ValidatePropertiesResToJSONTyped = ValidatePropertiesResToJSONTyped;
|
|
21
|
+
const ValidationError_1 = require("./ValidationError");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the ValidatePropertiesRes interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfValidatePropertiesRes(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function ValidatePropertiesResFromJSON(json) {
|
|
29
|
+
return ValidatePropertiesResFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function ValidatePropertiesResFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'valid': json['valid'] == null ? undefined : json['valid'],
|
|
37
|
+
'errors': json['errors'] == null ? undefined : (json['errors'].map(ValidationError_1.ValidationErrorFromJSON)),
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function ValidatePropertiesResToJSON(json) {
|
|
41
|
+
return ValidatePropertiesResToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function ValidatePropertiesResToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'valid': value['valid'],
|
|
49
|
+
'errors': value['errors'] == null ? undefined : (value['errors'].map(ValidationError_1.ValidationErrorToJSON)),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -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 ValidateServiceTypeProperties200Response
|
|
16
|
+
*/
|
|
17
|
+
export interface ValidateServiceTypeProperties200Response {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof ValidateServiceTypeProperties200Response
|
|
22
|
+
*/
|
|
23
|
+
valid?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {Array<object>}
|
|
27
|
+
* @memberof ValidateServiceTypeProperties200Response
|
|
28
|
+
*/
|
|
29
|
+
errors?: Array<object>;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ValidateServiceTypeProperties200Response interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfValidateServiceTypeProperties200Response(value: object): value is ValidateServiceTypeProperties200Response;
|
|
35
|
+
export declare function ValidateServiceTypeProperties200ResponseFromJSON(json: any): ValidateServiceTypeProperties200Response;
|
|
36
|
+
export declare function ValidateServiceTypeProperties200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ValidateServiceTypeProperties200Response;
|
|
37
|
+
export declare function ValidateServiceTypeProperties200ResponseToJSON(json: any): ValidateServiceTypeProperties200Response;
|
|
38
|
+
export declare function ValidateServiceTypeProperties200ResponseToJSONTyped(value?: ValidateServiceTypeProperties200Response | 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.instanceOfValidateServiceTypeProperties200Response = instanceOfValidateServiceTypeProperties200Response;
|
|
17
|
+
exports.ValidateServiceTypeProperties200ResponseFromJSON = ValidateServiceTypeProperties200ResponseFromJSON;
|
|
18
|
+
exports.ValidateServiceTypeProperties200ResponseFromJSONTyped = ValidateServiceTypeProperties200ResponseFromJSONTyped;
|
|
19
|
+
exports.ValidateServiceTypeProperties200ResponseToJSON = ValidateServiceTypeProperties200ResponseToJSON;
|
|
20
|
+
exports.ValidateServiceTypeProperties200ResponseToJSONTyped = ValidateServiceTypeProperties200ResponseToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ValidateServiceTypeProperties200Response interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfValidateServiceTypeProperties200Response(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function ValidateServiceTypeProperties200ResponseFromJSON(json) {
|
|
28
|
+
return ValidateServiceTypeProperties200ResponseFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function ValidateServiceTypeProperties200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'valid': json['valid'] == null ? undefined : json['valid'],
|
|
36
|
+
'errors': json['errors'] == null ? undefined : json['errors'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function ValidateServiceTypeProperties200ResponseToJSON(json) {
|
|
40
|
+
return ValidateServiceTypeProperties200ResponseToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function ValidateServiceTypeProperties200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'valid': value['valid'],
|
|
48
|
+
'errors': value['errors'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 ValidateServiceTypePropertiesRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface ValidateServiceTypePropertiesRequest {
|
|
18
|
+
/**
|
|
19
|
+
* A generic properties.JSON object
|
|
20
|
+
* @type {{ [key: string]: any; }}
|
|
21
|
+
* @memberof ValidateServiceTypePropertiesRequest
|
|
22
|
+
*/
|
|
23
|
+
properties?: {
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Check if a given object implements the ValidateServiceTypePropertiesRequest interface.
|
|
29
|
+
*/
|
|
30
|
+
export declare function instanceOfValidateServiceTypePropertiesRequest(value: object): value is ValidateServiceTypePropertiesRequest;
|
|
31
|
+
export declare function ValidateServiceTypePropertiesRequestFromJSON(json: any): ValidateServiceTypePropertiesRequest;
|
|
32
|
+
export declare function ValidateServiceTypePropertiesRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ValidateServiceTypePropertiesRequest;
|
|
33
|
+
export declare function ValidateServiceTypePropertiesRequestToJSON(json: any): ValidateServiceTypePropertiesRequest;
|
|
34
|
+
export declare function ValidateServiceTypePropertiesRequestToJSONTyped(value?: ValidateServiceTypePropertiesRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,48 @@
|
|
|
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.instanceOfValidateServiceTypePropertiesRequest = instanceOfValidateServiceTypePropertiesRequest;
|
|
17
|
+
exports.ValidateServiceTypePropertiesRequestFromJSON = ValidateServiceTypePropertiesRequestFromJSON;
|
|
18
|
+
exports.ValidateServiceTypePropertiesRequestFromJSONTyped = ValidateServiceTypePropertiesRequestFromJSONTyped;
|
|
19
|
+
exports.ValidateServiceTypePropertiesRequestToJSON = ValidateServiceTypePropertiesRequestToJSON;
|
|
20
|
+
exports.ValidateServiceTypePropertiesRequestToJSONTyped = ValidateServiceTypePropertiesRequestToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ValidateServiceTypePropertiesRequest interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfValidateServiceTypePropertiesRequest(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function ValidateServiceTypePropertiesRequestFromJSON(json) {
|
|
28
|
+
return ValidateServiceTypePropertiesRequestFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function ValidateServiceTypePropertiesRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'properties': json['properties'] == null ? undefined : json['properties'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
function ValidateServiceTypePropertiesRequestToJSON(json) {
|
|
39
|
+
return ValidateServiceTypePropertiesRequestToJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function ValidateServiceTypePropertiesRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
42
|
+
if (value == null) {
|
|
43
|
+
return value;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'properties': value['properties'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -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 ValidationError
|
|
16
|
+
*/
|
|
17
|
+
export interface ValidationError {
|
|
18
|
+
/**
|
|
19
|
+
* Path to the property that failed validation
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ValidationError
|
|
22
|
+
*/
|
|
23
|
+
path?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Error message describing the validation failure
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ValidationError
|
|
28
|
+
*/
|
|
29
|
+
message?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ValidationError interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfValidationError(value: object): value is ValidationError;
|
|
35
|
+
export declare function ValidationErrorFromJSON(json: any): ValidationError;
|
|
36
|
+
export declare function ValidationErrorFromJSONTyped(json: any, ignoreDiscriminator: boolean): ValidationError;
|
|
37
|
+
export declare function ValidationErrorToJSON(json: any): ValidationError;
|
|
38
|
+
export declare function ValidationErrorToJSONTyped(value?: ValidationError | 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.instanceOfValidationError = instanceOfValidationError;
|
|
17
|
+
exports.ValidationErrorFromJSON = ValidationErrorFromJSON;
|
|
18
|
+
exports.ValidationErrorFromJSONTyped = ValidationErrorFromJSONTyped;
|
|
19
|
+
exports.ValidationErrorToJSON = ValidationErrorToJSON;
|
|
20
|
+
exports.ValidationErrorToJSONTyped = ValidationErrorToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ValidationError interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfValidationError(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function ValidationErrorFromJSON(json) {
|
|
28
|
+
return ValidationErrorFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function ValidationErrorFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'path': json['path'] == null ? undefined : json['path'],
|
|
36
|
+
'message': json['message'] == null ? undefined : json['message'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function ValidationErrorToJSON(json) {
|
|
40
|
+
return ValidationErrorToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function ValidationErrorToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'path': value['path'],
|
|
48
|
+
'message': value['message'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ValidatorDefinition
|
|
16
|
+
*/
|
|
17
|
+
export interface ValidatorDefinition {
|
|
18
|
+
/**
|
|
19
|
+
* Type of validator
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ValidatorDefinition
|
|
22
|
+
*/
|
|
23
|
+
type: ValidatorDefinitionTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {any}
|
|
27
|
+
* @memberof ValidatorDefinition
|
|
28
|
+
*/
|
|
29
|
+
value: any | null;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export declare const ValidatorDefinitionTypeEnum: {
|
|
35
|
+
readonly MIN_LENGTH: "minLength";
|
|
36
|
+
readonly MAX_LENGTH: "maxLength";
|
|
37
|
+
readonly PATTERN: "pattern";
|
|
38
|
+
readonly ENUM: "enum";
|
|
39
|
+
readonly MIN: "min";
|
|
40
|
+
readonly MAX: "max";
|
|
41
|
+
readonly MIN_ITEMS: "minItems";
|
|
42
|
+
readonly MAX_ITEMS: "maxItems";
|
|
43
|
+
readonly UNIQUE_ITEMS: "uniqueItems";
|
|
44
|
+
};
|
|
45
|
+
export type ValidatorDefinitionTypeEnum = typeof ValidatorDefinitionTypeEnum[keyof typeof ValidatorDefinitionTypeEnum];
|
|
46
|
+
/**
|
|
47
|
+
* Check if a given object implements the ValidatorDefinition interface.
|
|
48
|
+
*/
|
|
49
|
+
export declare function instanceOfValidatorDefinition(value: object): value is ValidatorDefinition;
|
|
50
|
+
export declare function ValidatorDefinitionFromJSON(json: any): ValidatorDefinition;
|
|
51
|
+
export declare function ValidatorDefinitionFromJSONTyped(json: any, ignoreDiscriminator: boolean): ValidatorDefinition;
|
|
52
|
+
export declare function ValidatorDefinitionToJSON(json: any): ValidatorDefinition;
|
|
53
|
+
export declare function ValidatorDefinitionToJSONTyped(value?: ValidatorDefinition | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,69 @@
|
|
|
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.ValidatorDefinitionTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfValidatorDefinition = instanceOfValidatorDefinition;
|
|
18
|
+
exports.ValidatorDefinitionFromJSON = ValidatorDefinitionFromJSON;
|
|
19
|
+
exports.ValidatorDefinitionFromJSONTyped = ValidatorDefinitionFromJSONTyped;
|
|
20
|
+
exports.ValidatorDefinitionToJSON = ValidatorDefinitionToJSON;
|
|
21
|
+
exports.ValidatorDefinitionToJSONTyped = ValidatorDefinitionToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.ValidatorDefinitionTypeEnum = {
|
|
26
|
+
MIN_LENGTH: 'minLength',
|
|
27
|
+
MAX_LENGTH: 'maxLength',
|
|
28
|
+
PATTERN: 'pattern',
|
|
29
|
+
ENUM: 'enum',
|
|
30
|
+
MIN: 'min',
|
|
31
|
+
MAX: 'max',
|
|
32
|
+
MIN_ITEMS: 'minItems',
|
|
33
|
+
MAX_ITEMS: 'maxItems',
|
|
34
|
+
UNIQUE_ITEMS: 'uniqueItems'
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* Check if a given object implements the ValidatorDefinition interface.
|
|
38
|
+
*/
|
|
39
|
+
function instanceOfValidatorDefinition(value) {
|
|
40
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
if (!('value' in value) || value['value'] === undefined)
|
|
43
|
+
return false;
|
|
44
|
+
return true;
|
|
45
|
+
}
|
|
46
|
+
function ValidatorDefinitionFromJSON(json) {
|
|
47
|
+
return ValidatorDefinitionFromJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
function ValidatorDefinitionFromJSONTyped(json, ignoreDiscriminator) {
|
|
50
|
+
if (json == null) {
|
|
51
|
+
return json;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'type': json['type'],
|
|
55
|
+
'value': json['value'],
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
function ValidatorDefinitionToJSON(json) {
|
|
59
|
+
return ValidatorDefinitionToJSONTyped(json, false);
|
|
60
|
+
}
|
|
61
|
+
function ValidatorDefinitionToJSONTyped(value, ignoreDiscriminator = false) {
|
|
62
|
+
if (value == null) {
|
|
63
|
+
return value;
|
|
64
|
+
}
|
|
65
|
+
return {
|
|
66
|
+
'type': value['type'],
|
|
67
|
+
'value': value['value'],
|
|
68
|
+
};
|
|
69
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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 Variant
|
|
16
|
+
*/
|
|
17
|
+
export interface Variant {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Variant
|
|
22
|
+
*/
|
|
23
|
+
id?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof Variant
|
|
28
|
+
*/
|
|
29
|
+
name?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof Variant
|
|
34
|
+
*/
|
|
35
|
+
description?: string;
|
|
36
|
+
/**
|
|
37
|
+
* A generic properties.JSON object
|
|
38
|
+
* @type {{ [key: string]: any; }}
|
|
39
|
+
* @memberof Variant
|
|
40
|
+
*/
|
|
41
|
+
properties?: {
|
|
42
|
+
[key: string]: any;
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Check if a given object implements the Variant interface.
|
|
47
|
+
*/
|
|
48
|
+
export declare function instanceOfVariant(value: object): value is Variant;
|
|
49
|
+
export declare function VariantFromJSON(json: any): Variant;
|
|
50
|
+
export declare function VariantFromJSONTyped(json: any, ignoreDiscriminator: boolean): Variant;
|
|
51
|
+
export declare function VariantToJSON(json: any): Variant;
|
|
52
|
+
export declare function VariantToJSONTyped(value?: Variant | null, ignoreDiscriminator?: boolean): any;
|