fulcrum-cem-client 0.0.2 → 0.0.3
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 +119 -33
- package/.openapi-generator/VERSION +1 -1
- package/README.md +273 -28
- package/dist/apis/AgentsApi.d.ts +141 -147
- package/dist/apis/AgentsApi.js +107 -130
- package/dist/apis/CommitmentsApi.d.ts +31 -31
- package/dist/apis/CommitmentsApi.js +21 -21
- package/dist/apis/EventApi.d.ts +43 -58
- package/dist/apis/EventApi.js +30 -59
- package/dist/apis/JobsApi.d.ts +92 -129
- package/dist/apis/JobsApi.js +65 -132
- package/dist/apis/MetricsApi.d.ts +105 -84
- package/dist/apis/MetricsApi.js +86 -72
- package/dist/apis/NotaryJobsApi.d.ts +31 -31
- package/dist/apis/NotaryJobsApi.js +20 -20
- package/dist/apis/ParticipantsApi.d.ts +66 -51
- package/dist/apis/ParticipantsApi.js +40 -30
- package/dist/apis/ServiceOfferingsApi.d.ts +31 -31
- package/dist/apis/ServiceOfferingsApi.js +21 -21
- package/dist/apis/ServiceOrdersApi.d.ts +20 -20
- package/dist/apis/ServiceOrdersApi.js +13 -13
- package/dist/apis/ServicesApi.d.ts +209 -252
- package/dist/apis/ServicesApi.js +181 -261
- package/dist/apis/TokensApi.d.ts +80 -62
- package/dist/apis/TokensApi.js +48 -36
- package/dist/apis/TransactionsApi.d.ts +44 -44
- package/dist/apis/TransactionsApi.js +31 -31
- package/dist/esm/apis/AgentsApi.d.ts +141 -147
- package/dist/esm/apis/AgentsApi.js +108 -131
- package/dist/esm/apis/CommitmentsApi.d.ts +31 -31
- package/dist/esm/apis/CommitmentsApi.js +21 -21
- package/dist/esm/apis/EventApi.d.ts +43 -58
- package/dist/esm/apis/EventApi.js +31 -60
- package/dist/esm/apis/JobsApi.d.ts +92 -129
- package/dist/esm/apis/JobsApi.js +66 -133
- package/dist/esm/apis/MetricsApi.d.ts +105 -84
- package/dist/esm/apis/MetricsApi.js +87 -73
- package/dist/esm/apis/NotaryJobsApi.d.ts +31 -31
- package/dist/esm/apis/NotaryJobsApi.js +20 -20
- package/dist/esm/apis/ParticipantsApi.d.ts +66 -51
- package/dist/esm/apis/ParticipantsApi.js +41 -31
- package/dist/esm/apis/ServiceOfferingsApi.d.ts +31 -31
- package/dist/esm/apis/ServiceOfferingsApi.js +21 -21
- package/dist/esm/apis/ServiceOrdersApi.d.ts +20 -20
- package/dist/esm/apis/ServiceOrdersApi.js +13 -13
- package/dist/esm/apis/ServicesApi.d.ts +209 -252
- package/dist/esm/apis/ServicesApi.js +182 -262
- package/dist/esm/apis/TokensApi.d.ts +80 -62
- package/dist/esm/apis/TokensApi.js +49 -37
- package/dist/esm/apis/TransactionsApi.d.ts +44 -44
- package/dist/esm/apis/TransactionsApi.js +32 -32
- package/dist/esm/models/AgentCreateRes.d.ts +15 -1
- package/dist/esm/models/AgentCreateRes.js +5 -1
- package/dist/esm/models/AgentRes.d.ts +15 -1
- package/dist/esm/models/AgentRes.js +5 -1
- package/dist/esm/models/AgentStatus.d.ts +1 -1
- package/dist/esm/models/AgentStatus.js +1 -1
- package/dist/esm/models/AgentTypeRes.d.ts +10 -1
- package/dist/esm/models/AgentTypeRes.js +5 -1
- package/dist/esm/models/AgentTypesList200Response.d.ts +63 -0
- package/dist/esm/models/AgentTypesList200Response.js +52 -0
- package/dist/esm/models/AgentsList200Response.d.ts +63 -0
- package/dist/esm/models/AgentsList200Response.js +52 -0
- package/dist/esm/models/AgentsUpdateStatusRequest.d.ts +33 -0
- package/dist/esm/models/AgentsUpdateStatusRequest.js +44 -0
- package/dist/esm/models/AuthRole.d.ts +1 -1
- package/dist/esm/models/AuthRole.js +1 -1
- package/dist/esm/models/AuthorizerDefinition.d.ts +48 -0
- package/dist/esm/models/AuthorizerDefinition.js +54 -0
- package/dist/esm/models/ByPeriodReq.d.ts +1 -1
- package/dist/esm/models/ByPeriodReq.js +1 -1
- package/dist/esm/models/ByPeriodReqFrom.d.ts +1 -1
- package/dist/esm/models/ByPeriodReqFrom.js +1 -1
- package/dist/esm/models/CommitmentReq.d.ts +1 -1
- package/dist/esm/models/CommitmentReq.js +1 -1
- package/dist/esm/models/CommitmentRes.d.ts +1 -1
- package/dist/esm/models/CommitmentRes.js +1 -1
- package/dist/esm/models/CompleteJobReq.d.ts +12 -4
- package/dist/esm/models/CompleteJobReq.js +7 -5
- package/dist/esm/models/CreateAgentReq.d.ts +7 -1
- package/dist/esm/models/CreateAgentReq.js +3 -1
- package/dist/esm/models/CreateAgentTypeReq.d.ts +10 -1
- package/dist/esm/models/CreateAgentTypeReq.js +7 -1
- package/dist/esm/models/CreateCEMServiceReq.d.ts +1 -1
- package/dist/esm/models/CreateCEMServiceReq.js +1 -1
- package/dist/esm/models/CreateServiceTypeReq.d.ts +9 -2
- package/dist/esm/models/CreateServiceTypeReq.js +4 -1
- package/dist/esm/models/ErrorRes.d.ts +5 -11
- package/dist/esm/models/ErrorRes.js +1 -3
- package/dist/esm/models/EventAckReq.d.ts +1 -1
- package/dist/esm/models/EventAckReq.js +1 -1
- package/dist/esm/models/EventAckRes.d.ts +1 -1
- package/dist/esm/models/EventAckRes.js +1 -1
- package/dist/esm/models/EventLeaseReq.d.ts +1 -1
- package/dist/esm/models/EventLeaseReq.js +1 -1
- package/dist/esm/models/EventLeaseRes.d.ts +1 -1
- package/dist/esm/models/EventLeaseRes.js +1 -1
- package/dist/esm/models/EventRes.d.ts +31 -1
- package/dist/esm/models/EventRes.js +11 -1
- package/dist/esm/models/EventsList200Response.d.ts +63 -0
- package/dist/esm/models/EventsList200Response.js +52 -0
- package/dist/esm/models/FailJobReq.d.ts +3 -1
- package/dist/esm/models/FailJobReq.js +1 -1
- package/dist/esm/models/GeneratorDefinition.d.ts +47 -0
- package/dist/esm/models/GeneratorDefinition.js +53 -0
- package/dist/esm/models/JobRes.d.ts +21 -25
- package/dist/esm/models/JobRes.js +11 -13
- package/dist/esm/models/JobStatus.d.ts +6 -2
- package/dist/esm/models/JobStatus.js +7 -3
- package/dist/esm/models/JobsList200Response.d.ts +63 -0
- package/dist/esm/models/JobsList200Response.js +52 -0
- package/dist/esm/models/LifecycleAction.d.ts +55 -0
- package/dist/esm/models/LifecycleAction.js +56 -0
- package/dist/esm/models/LifecycleSchema.d.ts +60 -0
- package/dist/esm/models/LifecycleSchema.js +57 -0
- package/dist/esm/models/LifecycleState.d.ts +32 -0
- package/dist/esm/models/LifecycleState.js +43 -0
- package/dist/esm/models/LifecycleTransition.d.ts +53 -0
- package/dist/esm/models/LifecycleTransition.js +51 -0
- package/dist/esm/models/MetricEntityType.d.ts +1 -1
- package/dist/esm/models/MetricEntityType.js +1 -1
- package/dist/esm/models/MetricEntriesList200Response.d.ts +63 -0
- package/dist/esm/models/MetricEntriesList200Response.js +52 -0
- package/dist/esm/models/MetricEntryReq.d.ts +3 -3
- package/dist/esm/models/MetricEntryReq.js +3 -3
- package/dist/esm/models/MetricEntryRes.d.ts +25 -1
- package/dist/esm/models/MetricEntryRes.js +9 -1
- package/dist/esm/models/MetricTypeReq.d.ts +1 -1
- package/dist/esm/models/MetricTypeReq.js +1 -1
- package/dist/esm/models/MetricTypeRes.d.ts +1 -1
- package/dist/esm/models/MetricTypeRes.js +1 -1
- package/dist/esm/models/MetricTypesList200Response.d.ts +63 -0
- package/dist/esm/models/MetricTypesList200Response.js +52 -0
- package/dist/esm/models/MetricTypesUpdateRequest.d.ts +32 -0
- package/dist/esm/models/MetricTypesUpdateRequest.js +41 -0
- package/dist/esm/models/NotaryJobRes.d.ts +1 -1
- package/dist/esm/models/NotaryJobRes.js +1 -1
- package/dist/esm/models/NotaryJobStatus.d.ts +1 -1
- package/dist/esm/models/NotaryJobStatus.js +1 -1
- package/dist/esm/models/PageRes.d.ts +14 -8
- package/dist/esm/models/PageRes.js +7 -5
- package/dist/esm/models/ParticipantReq.d.ts +1 -1
- package/dist/esm/models/ParticipantReq.js +1 -1
- package/dist/esm/models/ParticipantRes.d.ts +1 -1
- package/dist/esm/models/ParticipantRes.js +1 -1
- package/dist/esm/models/ParticipantStatus.d.ts +1 -1
- package/dist/esm/models/ParticipantStatus.js +1 -1
- package/dist/esm/models/ParticipantsList200Response.d.ts +63 -0
- package/dist/esm/models/ParticipantsList200Response.js +52 -0
- package/dist/esm/models/PriceItem.d.ts +1 -1
- package/dist/esm/models/PriceItem.js +1 -1
- package/dist/esm/models/PropertyDefinition.d.ts +31 -2
- package/dist/esm/models/PropertyDefinition.js +15 -2
- package/dist/esm/models/SecretDefinition.d.ts +43 -0
- package/dist/esm/models/SecretDefinition.js +50 -0
- package/dist/esm/models/ServiceGroupReq.d.ts +1 -1
- package/dist/esm/models/ServiceGroupReq.js +1 -1
- package/dist/esm/models/ServiceGroupRes.d.ts +1 -1
- package/dist/esm/models/ServiceGroupRes.js +1 -1
- package/dist/esm/models/ServiceGroupsList200Response.d.ts +63 -0
- package/dist/esm/models/ServiceGroupsList200Response.js +52 -0
- package/dist/esm/models/ServiceOfferingReq.d.ts +1 -1
- package/dist/esm/models/ServiceOfferingReq.js +1 -1
- package/dist/esm/models/ServiceOfferingRes.d.ts +1 -1
- package/dist/esm/models/ServiceOfferingRes.js +1 -1
- package/dist/esm/models/ServiceOfferingResServiceType.d.ts +1 -1
- package/dist/esm/models/ServiceOfferingResServiceType.js +1 -1
- package/dist/esm/models/ServiceOrderReq.d.ts +1 -1
- package/dist/esm/models/ServiceOrderReq.js +1 -1
- package/dist/esm/models/ServiceOrderRes.d.ts +9 -2
- package/dist/esm/models/ServiceOrderRes.js +6 -3
- package/dist/esm/models/ServiceOrderStatus.d.ts +26 -0
- package/dist/esm/models/ServiceOrderStatus.js +44 -0
- package/dist/esm/models/ServiceReq.d.ts +1 -1
- package/dist/esm/models/ServiceReq.js +1 -1
- package/dist/esm/models/ServiceRes.d.ts +6 -7
- package/dist/esm/models/ServiceRes.js +7 -8
- package/dist/esm/models/ServiceTypeRes.d.ts +9 -2
- package/dist/esm/models/ServiceTypeRes.js +4 -1
- package/dist/esm/models/ServiceTypesList200Response.d.ts +63 -0
- package/dist/esm/models/ServiceTypesList200Response.js +52 -0
- package/dist/esm/models/ServicesActionRequest.d.ts +34 -0
- package/dist/esm/models/ServicesActionRequest.js +41 -0
- package/dist/esm/models/SubmitNotaryJobReq.d.ts +1 -1
- package/dist/esm/models/SubmitNotaryJobReq.js +1 -1
- package/dist/esm/models/TokenReq.d.ts +1 -1
- package/dist/esm/models/TokenReq.js +1 -1
- package/dist/esm/models/TokenRes.d.ts +2 -8
- package/dist/esm/models/TokenRes.js +3 -5
- package/dist/esm/models/TokensList200Response.d.ts +63 -0
- package/dist/esm/models/TokensList200Response.js +52 -0
- package/dist/esm/models/TokensUpdateRequest.d.ts +51 -0
- package/dist/esm/models/TokensUpdateRequest.js +48 -0
- package/dist/esm/models/TransactionEntityType.d.ts +1 -1
- package/dist/esm/models/TransactionEntityType.js +1 -1
- package/dist/esm/models/TransactionRecordReq.d.ts +1 -1
- package/dist/esm/models/TransactionRecordReq.js +1 -1
- package/dist/esm/models/TransactionRecordRes.d.ts +1 -1
- package/dist/esm/models/TransactionRecordRes.js +1 -1
- package/dist/esm/models/TransactionStatus.d.ts +1 -1
- package/dist/esm/models/TransactionStatus.js +1 -1
- package/dist/esm/models/TransactionType.d.ts +1 -1
- package/dist/esm/models/TransactionType.js +1 -1
- package/dist/esm/models/TransactionsUpdateRequest.d.ts +45 -0
- package/dist/esm/models/TransactionsUpdateRequest.js +46 -0
- package/dist/esm/models/UpdateAgentReq.d.ts +7 -1
- package/dist/esm/models/UpdateAgentReq.js +3 -1
- package/dist/esm/models/UpdateAgentTypeReq.d.ts +10 -1
- package/dist/esm/models/UpdateAgentTypeReq.js +5 -1
- package/dist/esm/models/UpdateCEMServiceReq.d.ts +1 -1
- package/dist/esm/models/UpdateCEMServiceReq.js +1 -1
- package/dist/esm/models/UpdateServiceTypeReq.d.ts +9 -2
- package/dist/esm/models/UpdateServiceTypeReq.js +4 -1
- package/dist/esm/models/ValidationError.d.ts +1 -1
- package/dist/esm/models/ValidationError.js +1 -1
- package/dist/esm/models/ValidatorDefinition.d.ts +8 -6
- package/dist/esm/models/ValidatorDefinition.js +6 -6
- package/dist/esm/models/Variant.d.ts +1 -1
- package/dist/esm/models/Variant.js +1 -1
- package/dist/esm/models/index.d.ts +23 -33
- package/dist/esm/models/index.js +23 -33
- package/dist/esm/runtime.d.ts +1 -1
- package/dist/esm/runtime.js +1 -1
- package/dist/models/AgentCreateRes.d.ts +15 -1
- package/dist/models/AgentCreateRes.js +5 -1
- package/dist/models/AgentRes.d.ts +15 -1
- package/dist/models/AgentRes.js +5 -1
- package/dist/models/AgentStatus.d.ts +1 -1
- package/dist/models/AgentStatus.js +1 -1
- package/dist/models/AgentTypeRes.d.ts +10 -1
- package/dist/models/AgentTypeRes.js +5 -1
- package/dist/models/AgentTypesList200Response.d.ts +63 -0
- package/dist/models/AgentTypesList200Response.js +59 -0
- package/dist/models/AgentsList200Response.d.ts +63 -0
- package/dist/models/AgentsList200Response.js +59 -0
- package/dist/models/AgentsUpdateStatusRequest.d.ts +33 -0
- package/dist/models/AgentsUpdateStatusRequest.js +51 -0
- package/dist/models/AuthRole.d.ts +1 -1
- package/dist/models/AuthRole.js +1 -1
- package/dist/models/AuthorizerDefinition.d.ts +48 -0
- package/dist/models/AuthorizerDefinition.js +62 -0
- package/dist/models/ByPeriodReq.d.ts +1 -1
- package/dist/models/ByPeriodReq.js +1 -1
- package/dist/models/ByPeriodReqFrom.d.ts +1 -1
- package/dist/models/ByPeriodReqFrom.js +1 -1
- package/dist/models/CommitmentReq.d.ts +1 -1
- package/dist/models/CommitmentReq.js +1 -1
- package/dist/models/CommitmentRes.d.ts +1 -1
- package/dist/models/CommitmentRes.js +1 -1
- package/dist/models/CompleteJobReq.d.ts +12 -4
- package/dist/models/CompleteJobReq.js +7 -5
- package/dist/models/CreateAgentReq.d.ts +7 -1
- package/dist/models/CreateAgentReq.js +3 -1
- package/dist/models/CreateAgentTypeReq.d.ts +10 -1
- package/dist/models/CreateAgentTypeReq.js +7 -1
- package/dist/models/CreateCEMServiceReq.d.ts +1 -1
- package/dist/models/CreateCEMServiceReq.js +1 -1
- package/dist/models/CreateServiceTypeReq.d.ts +9 -2
- package/dist/models/CreateServiceTypeReq.js +4 -1
- package/dist/models/ErrorRes.d.ts +5 -11
- package/dist/models/ErrorRes.js +1 -3
- package/dist/models/EventAckReq.d.ts +1 -1
- package/dist/models/EventAckReq.js +1 -1
- package/dist/models/EventAckRes.d.ts +1 -1
- package/dist/models/EventAckRes.js +1 -1
- package/dist/models/EventLeaseReq.d.ts +1 -1
- package/dist/models/EventLeaseReq.js +1 -1
- package/dist/models/EventLeaseRes.d.ts +1 -1
- package/dist/models/EventLeaseRes.js +1 -1
- package/dist/models/EventRes.d.ts +31 -1
- package/dist/models/EventRes.js +11 -1
- package/dist/models/EventsList200Response.d.ts +63 -0
- package/dist/models/EventsList200Response.js +59 -0
- package/dist/models/FailJobReq.d.ts +3 -1
- package/dist/models/FailJobReq.js +1 -1
- package/dist/models/GeneratorDefinition.d.ts +47 -0
- package/dist/models/GeneratorDefinition.js +61 -0
- package/dist/models/JobRes.d.ts +21 -25
- package/dist/models/JobRes.js +11 -13
- package/dist/models/JobStatus.d.ts +6 -2
- package/dist/models/JobStatus.js +7 -3
- package/dist/models/JobsList200Response.d.ts +63 -0
- package/dist/models/JobsList200Response.js +59 -0
- package/dist/models/LifecycleAction.d.ts +55 -0
- package/dist/models/LifecycleAction.js +64 -0
- package/dist/models/LifecycleSchema.d.ts +60 -0
- package/dist/models/LifecycleSchema.js +64 -0
- package/dist/models/LifecycleState.d.ts +32 -0
- package/dist/models/LifecycleState.js +50 -0
- package/dist/models/LifecycleTransition.d.ts +53 -0
- package/dist/models/LifecycleTransition.js +58 -0
- package/dist/models/MetricEntityType.d.ts +1 -1
- package/dist/models/MetricEntityType.js +1 -1
- package/dist/models/MetricEntriesList200Response.d.ts +63 -0
- package/dist/models/MetricEntriesList200Response.js +59 -0
- package/dist/models/MetricEntryReq.d.ts +3 -3
- package/dist/models/MetricEntryReq.js +3 -3
- package/dist/models/MetricEntryRes.d.ts +25 -1
- package/dist/models/MetricEntryRes.js +9 -1
- package/dist/models/MetricTypeReq.d.ts +1 -1
- package/dist/models/MetricTypeReq.js +1 -1
- package/dist/models/MetricTypeRes.d.ts +1 -1
- package/dist/models/MetricTypeRes.js +1 -1
- package/dist/models/MetricTypesList200Response.d.ts +63 -0
- package/dist/models/MetricTypesList200Response.js +59 -0
- package/dist/models/MetricTypesUpdateRequest.d.ts +32 -0
- package/dist/models/MetricTypesUpdateRequest.js +48 -0
- package/dist/models/NotaryJobRes.d.ts +1 -1
- package/dist/models/NotaryJobRes.js +1 -1
- package/dist/models/NotaryJobStatus.d.ts +1 -1
- package/dist/models/NotaryJobStatus.js +1 -1
- package/dist/models/PageRes.d.ts +14 -8
- package/dist/models/PageRes.js +7 -5
- package/dist/models/ParticipantReq.d.ts +1 -1
- package/dist/models/ParticipantReq.js +1 -1
- package/dist/models/ParticipantRes.d.ts +1 -1
- package/dist/models/ParticipantRes.js +1 -1
- package/dist/models/ParticipantStatus.d.ts +1 -1
- package/dist/models/ParticipantStatus.js +1 -1
- package/dist/models/ParticipantsList200Response.d.ts +63 -0
- package/dist/models/ParticipantsList200Response.js +59 -0
- package/dist/models/PriceItem.d.ts +1 -1
- package/dist/models/PriceItem.js +1 -1
- package/dist/models/PropertyDefinition.d.ts +31 -2
- package/dist/models/PropertyDefinition.js +15 -2
- package/dist/models/SecretDefinition.d.ts +43 -0
- package/dist/models/SecretDefinition.js +58 -0
- package/dist/models/ServiceGroupReq.d.ts +1 -1
- package/dist/models/ServiceGroupReq.js +1 -1
- package/dist/models/ServiceGroupRes.d.ts +1 -1
- package/dist/models/ServiceGroupRes.js +1 -1
- package/dist/models/ServiceGroupsList200Response.d.ts +63 -0
- package/dist/models/ServiceGroupsList200Response.js +59 -0
- package/dist/models/ServiceOfferingReq.d.ts +1 -1
- package/dist/models/ServiceOfferingReq.js +1 -1
- package/dist/models/ServiceOfferingRes.d.ts +1 -1
- package/dist/models/ServiceOfferingRes.js +1 -1
- package/dist/models/ServiceOfferingResServiceType.d.ts +1 -1
- package/dist/models/ServiceOfferingResServiceType.js +1 -1
- package/dist/models/ServiceOrderReq.d.ts +1 -1
- package/dist/models/ServiceOrderReq.js +1 -1
- package/dist/models/ServiceOrderRes.d.ts +9 -2
- package/dist/models/ServiceOrderRes.js +6 -3
- package/dist/models/ServiceOrderStatus.d.ts +26 -0
- package/dist/models/ServiceOrderStatus.js +52 -0
- package/dist/models/ServiceReq.d.ts +1 -1
- package/dist/models/ServiceReq.js +1 -1
- package/dist/models/ServiceRes.d.ts +6 -7
- package/dist/models/ServiceRes.js +7 -8
- package/dist/models/ServiceTypeRes.d.ts +9 -2
- package/dist/models/ServiceTypeRes.js +4 -1
- package/dist/models/ServiceTypesList200Response.d.ts +63 -0
- package/dist/models/ServiceTypesList200Response.js +59 -0
- package/dist/models/ServicesActionRequest.d.ts +34 -0
- package/dist/models/ServicesActionRequest.js +48 -0
- package/dist/models/SubmitNotaryJobReq.d.ts +1 -1
- package/dist/models/SubmitNotaryJobReq.js +1 -1
- package/dist/models/TokenReq.d.ts +1 -1
- package/dist/models/TokenReq.js +1 -1
- package/dist/models/TokenRes.d.ts +2 -8
- package/dist/models/TokenRes.js +3 -5
- package/dist/models/TokensList200Response.d.ts +63 -0
- package/dist/models/TokensList200Response.js +59 -0
- package/dist/models/TokensUpdateRequest.d.ts +51 -0
- package/dist/models/TokensUpdateRequest.js +55 -0
- package/dist/models/TransactionEntityType.d.ts +1 -1
- package/dist/models/TransactionEntityType.js +1 -1
- package/dist/models/TransactionRecordReq.d.ts +1 -1
- package/dist/models/TransactionRecordReq.js +1 -1
- package/dist/models/TransactionRecordRes.d.ts +1 -1
- package/dist/models/TransactionRecordRes.js +1 -1
- package/dist/models/TransactionStatus.d.ts +1 -1
- package/dist/models/TransactionStatus.js +1 -1
- package/dist/models/TransactionType.d.ts +1 -1
- package/dist/models/TransactionType.js +1 -1
- package/dist/models/TransactionsUpdateRequest.d.ts +45 -0
- package/dist/models/TransactionsUpdateRequest.js +53 -0
- package/dist/models/UpdateAgentReq.d.ts +7 -1
- package/dist/models/UpdateAgentReq.js +3 -1
- package/dist/models/UpdateAgentTypeReq.d.ts +10 -1
- package/dist/models/UpdateAgentTypeReq.js +5 -1
- package/dist/models/UpdateCEMServiceReq.d.ts +1 -1
- package/dist/models/UpdateCEMServiceReq.js +1 -1
- package/dist/models/UpdateServiceTypeReq.d.ts +9 -2
- package/dist/models/UpdateServiceTypeReq.js +4 -1
- package/dist/models/ValidationError.d.ts +1 -1
- package/dist/models/ValidationError.js +1 -1
- package/dist/models/ValidatorDefinition.d.ts +8 -6
- package/dist/models/ValidatorDefinition.js +6 -6
- package/dist/models/Variant.d.ts +1 -1
- package/dist/models/Variant.js +1 -1
- package/dist/models/index.d.ts +23 -33
- package/dist/models/index.js +23 -33
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/docs/AgentCreateRes.md +58 -0
- package/docs/AgentRes.md +56 -0
- package/docs/AgentStatus.md +32 -0
- package/docs/AgentTypeRes.md +44 -0
- package/docs/AgentTypesList200Response.md +44 -0
- package/docs/AgentsApi.md +901 -0
- package/docs/AgentsList200Response.md +44 -0
- package/docs/AgentsUpdateStatusRequest.md +34 -0
- package/docs/AuthRole.md +33 -0
- package/docs/AuthorizerDefinition.md +36 -0
- package/docs/ByPeriodReq.md +36 -0
- package/docs/ByPeriodReqFrom.md +36 -0
- package/docs/CommitmentReq.md +40 -0
- package/docs/CommitmentRes.md +46 -0
- package/docs/CommitmentsApi.md +379 -0
- package/docs/CompleteJobReq.md +38 -0
- package/docs/CreateAgentReq.md +44 -0
- package/docs/CreateAgentTypeReq.md +38 -0
- package/docs/CreateCEMServiceReq.md +46 -0
- package/docs/CreateServiceTypeReq.md +38 -0
- package/docs/ErrorRes.md +36 -0
- package/docs/EventAckReq.md +38 -0
- package/docs/EventAckRes.md +34 -0
- package/docs/EventApi.md +241 -0
- package/docs/EventLeaseReq.md +40 -0
- package/docs/EventLeaseRes.md +38 -0
- package/docs/EventRes.md +54 -0
- package/docs/EventsList200Response.md +44 -0
- package/docs/FailJobReq.md +34 -0
- package/docs/GeneratorDefinition.md +36 -0
- package/docs/JobRes.md +62 -0
- package/docs/JobStatus.md +33 -0
- package/docs/JobsApi.md +459 -0
- package/docs/JobsList200Response.md +44 -0
- package/docs/LifecycleAction.md +38 -0
- package/docs/LifecycleSchema.md +43 -0
- package/docs/LifecycleState.md +34 -0
- package/docs/LifecycleTransition.md +40 -0
- package/docs/MetricEntityType.md +32 -0
- package/docs/MetricEntriesList200Response.md +44 -0
- package/docs/MetricEntryReq.md +42 -0
- package/docs/MetricEntryRes.md +52 -0
- package/docs/MetricTypeReq.md +36 -0
- package/docs/MetricTypeRes.md +42 -0
- package/docs/MetricTypesList200Response.md +44 -0
- package/docs/MetricTypesUpdateRequest.md +34 -0
- package/docs/MetricsApi.md +531 -0
- package/docs/NotaryJobRes.md +54 -0
- package/docs/NotaryJobStatus.md +32 -0
- package/docs/NotaryJobsApi.md +381 -0
- package/docs/PageRes.md +44 -0
- package/docs/ParticipantReq.md +36 -0
- package/docs/ParticipantRes.md +42 -0
- package/docs/ParticipantStatus.md +32 -0
- package/docs/ParticipantsApi.md +380 -0
- package/docs/ParticipantsList200Response.md +44 -0
- package/docs/PriceItem.md +46 -0
- package/docs/PropertyDefinition.md +54 -0
- package/docs/SecretDefinition.md +34 -0
- package/docs/ServiceGroupReq.md +36 -0
- package/docs/ServiceGroupRes.md +42 -0
- package/docs/ServiceGroupsList200Response.md +44 -0
- package/docs/ServiceOfferingReq.md +48 -0
- package/docs/ServiceOfferingRes.md +58 -0
- package/docs/ServiceOfferingResServiceType.md +36 -0
- package/docs/ServiceOfferingsApi.md +379 -0
- package/docs/ServiceOrderReq.md +36 -0
- package/docs/ServiceOrderRes.md +70 -0
- package/docs/ServiceOrderStatus.md +32 -0
- package/docs/ServiceOrdersApi.md +233 -0
- package/docs/ServiceReq.md +44 -0
- package/docs/ServiceRes.md +58 -0
- package/docs/ServiceTypeRes.md +44 -0
- package/docs/ServiceTypesList200Response.md +44 -0
- package/docs/ServicesActionRequest.md +34 -0
- package/docs/ServicesApi.md +1283 -0
- package/docs/SubmitNotaryJobReq.md +38 -0
- package/docs/TokenReq.md +40 -0
- package/docs/TokenRes.md +50 -0
- package/docs/TokensApi.md +453 -0
- package/docs/TokensList200Response.md +44 -0
- package/docs/TokensUpdateRequest.md +40 -0
- package/docs/TransactionEntityType.md +32 -0
- package/docs/TransactionRecordReq.md +56 -0
- package/docs/TransactionRecordRes.md +74 -0
- package/docs/TransactionStatus.md +32 -0
- package/docs/TransactionType.md +32 -0
- package/docs/TransactionsApi.md +525 -0
- package/docs/TransactionsUpdateRequest.md +38 -0
- package/docs/UpdateAgentReq.md +42 -0
- package/docs/UpdateAgentTypeReq.md +38 -0
- package/docs/UpdateCEMServiceReq.md +38 -0
- package/docs/UpdateServiceTypeReq.md +38 -0
- package/docs/ValidationError.md +36 -0
- package/docs/ValidatorDefinition.md +36 -0
- package/docs/Variant.md +40 -0
- package/package.json +2 -2
- package/src/apis/AgentsApi.ts +209 -251
- package/src/apis/CommitmentsApi.ts +41 -41
- package/src/apis/EventApi.ts +72 -129
- package/src/apis/JobsApi.ts +129 -262
- package/src/apis/MetricsApi.ts +176 -149
- package/src/apis/NotaryJobsApi.ts +40 -40
- package/src/apis/ParticipantsApi.ts +82 -67
- package/src/apis/ServiceOfferingsApi.ts +41 -41
- package/src/apis/ServiceOrdersApi.ts +26 -26
- package/src/apis/ServicesApi.ts +336 -489
- package/src/apis/TokensApi.ts +101 -80
- package/src/apis/TransactionsApi.ts +63 -63
- package/src/models/AgentCreateRes.ts +17 -1
- package/src/models/AgentRes.ts +17 -1
- package/src/models/AgentStatus.ts +1 -1
- package/src/models/AgentTypeRes.ts +17 -1
- package/src/models/AgentTypesList200Response.ts +113 -0
- package/src/models/AgentsList200Response.ts +113 -0
- package/src/models/AgentsUpdateStatusRequest.ts +76 -0
- package/src/models/AuthRole.ts +1 -1
- package/src/models/AuthorizerDefinition.ts +86 -0
- package/src/models/ByPeriodReq.ts +1 -1
- package/src/models/ByPeriodReqFrom.ts +1 -1
- package/src/models/CommitmentReq.ts +1 -1
- package/src/models/CommitmentRes.ts +1 -1
- package/src/models/CompleteJobReq.ts +16 -8
- package/src/models/CreateAgentReq.ts +9 -1
- package/src/models/CreateAgentTypeReq.ts +18 -1
- package/src/models/CreateCEMServiceReq.ts +1 -1
- package/src/models/CreateServiceTypeReq.ts +17 -2
- package/src/models/ErrorRes.ts +5 -13
- package/src/models/EventAckReq.ts +1 -1
- package/src/models/EventAckRes.ts +1 -1
- package/src/models/EventLeaseReq.ts +1 -1
- package/src/models/EventLeaseRes.ts +1 -1
- package/src/models/EventRes.ts +41 -1
- package/src/models/EventsList200Response.ts +113 -0
- package/src/models/FailJobReq.ts +3 -1
- package/src/models/GeneratorDefinition.ts +85 -0
- package/src/models/JobRes.ts +31 -45
- package/src/models/JobStatus.ts +7 -3
- package/src/models/JobsList200Response.ts +113 -0
- package/src/models/LifecycleAction.ts +104 -0
- package/src/models/LifecycleSchema.ts +117 -0
- package/src/models/LifecycleState.ts +66 -0
- package/src/models/LifecycleTransition.ts +94 -0
- package/src/models/MetricEntityType.ts +1 -1
- package/src/models/MetricEntriesList200Response.ts +113 -0
- package/src/models/MetricEntryReq.ts +5 -5
- package/src/models/MetricEntryRes.ts +33 -1
- package/src/models/MetricTypeReq.ts +1 -1
- package/src/models/MetricTypeRes.ts +1 -1
- package/src/models/MetricTypesList200Response.ts +113 -0
- package/src/models/MetricTypesUpdateRequest.ts +65 -0
- package/src/models/NotaryJobRes.ts +1 -1
- package/src/models/NotaryJobStatus.ts +1 -1
- package/src/models/PageRes.ts +20 -12
- package/src/models/ParticipantReq.ts +1 -1
- package/src/models/ParticipantRes.ts +1 -1
- package/src/models/ParticipantStatus.ts +1 -1
- package/src/models/ParticipantsList200Response.ts +113 -0
- package/src/models/PriceItem.ts +1 -1
- package/src/models/PropertyDefinition.ts +58 -3
- package/src/models/SecretDefinition.ts +80 -0
- package/src/models/ServiceGroupReq.ts +1 -1
- package/src/models/ServiceGroupRes.ts +1 -1
- package/src/models/ServiceGroupsList200Response.ts +113 -0
- package/src/models/ServiceOfferingReq.ts +1 -1
- package/src/models/ServiceOfferingRes.ts +1 -1
- package/src/models/ServiceOfferingResServiceType.ts +1 -1
- package/src/models/ServiceOrderReq.ts +1 -1
- package/src/models/ServiceOrderRes.ts +21 -4
- package/src/models/ServiceOrderStatus.ts +54 -0
- package/src/models/ServiceReq.ts +1 -1
- package/src/models/ServiceRes.ts +12 -22
- package/src/models/ServiceTypeRes.ts +17 -2
- package/src/models/ServiceTypesList200Response.ts +113 -0
- package/src/models/ServicesActionRequest.ts +65 -0
- package/src/models/SubmitNotaryJobReq.ts +1 -1
- package/src/models/TokenReq.ts +1 -1
- package/src/models/TokenRes.ts +4 -12
- package/src/models/TokensList200Response.ts +113 -0
- package/src/models/TokensUpdateRequest.ts +99 -0
- package/src/models/TransactionEntityType.ts +1 -1
- package/src/models/TransactionRecordReq.ts +1 -1
- package/src/models/TransactionRecordRes.ts +1 -1
- package/src/models/TransactionStatus.ts +1 -1
- package/src/models/TransactionType.ts +1 -1
- package/src/models/TransactionsUpdateRequest.ts +91 -0
- package/src/models/UpdateAgentReq.ts +9 -1
- package/src/models/UpdateAgentTypeReq.ts +17 -1
- package/src/models/UpdateCEMServiceReq.ts +1 -1
- package/src/models/UpdateServiceTypeReq.ts +17 -2
- package/src/models/ValidationError.ts +1 -1
- package/src/models/ValidatorDefinition.ts +9 -9
- package/src/models/Variant.ts +1 -1
- package/src/models/index.ts +23 -33
- package/src/runtime.ts +1 -1
|
@@ -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.3
|
|
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.instanceOfTransactionsUpdateRequest = instanceOfTransactionsUpdateRequest;
|
|
17
|
+
exports.TransactionsUpdateRequestFromJSON = TransactionsUpdateRequestFromJSON;
|
|
18
|
+
exports.TransactionsUpdateRequestFromJSONTyped = TransactionsUpdateRequestFromJSONTyped;
|
|
19
|
+
exports.TransactionsUpdateRequestToJSON = TransactionsUpdateRequestToJSON;
|
|
20
|
+
exports.TransactionsUpdateRequestToJSONTyped = TransactionsUpdateRequestToJSONTyped;
|
|
21
|
+
const TransactionStatus_1 = require("./TransactionStatus");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the TransactionsUpdateRequest interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfTransactionsUpdateRequest(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function TransactionsUpdateRequestFromJSON(json) {
|
|
29
|
+
return TransactionsUpdateRequestFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function TransactionsUpdateRequestFromJSONTyped(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 TransactionsUpdateRequestToJSON(json) {
|
|
42
|
+
return TransactionsUpdateRequestToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function TransactionsUpdateRequestToJSONTyped(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
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Fulcrum CEM API
|
|
3
3
|
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.3
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -42,6 +42,12 @@ export interface UpdateAgentReq {
|
|
|
42
42
|
_configuration?: {
|
|
43
43
|
[key: string]: any;
|
|
44
44
|
};
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof UpdateAgentReq
|
|
49
|
+
*/
|
|
50
|
+
servicePoolSetId?: string;
|
|
45
51
|
}
|
|
46
52
|
/**
|
|
47
53
|
* Check if a given object implements the UpdateAgentReq interface.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Fulcrum CEM API
|
|
6
6
|
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.0.
|
|
8
|
+
* The version of the OpenAPI document: 0.0.3
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -37,6 +37,7 @@ function UpdateAgentReqFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
37
37
|
'status': json['status'] == null ? undefined : (0, AgentStatus_1.AgentStatusFromJSON)(json['status']),
|
|
38
38
|
'tags': json['tags'] == null ? undefined : json['tags'],
|
|
39
39
|
'_configuration': json['configuration'] == null ? undefined : json['configuration'],
|
|
40
|
+
'servicePoolSetId': json['servicePoolSetId'] == null ? undefined : json['servicePoolSetId'],
|
|
40
41
|
};
|
|
41
42
|
}
|
|
42
43
|
function UpdateAgentReqToJSON(json) {
|
|
@@ -51,5 +52,6 @@ function UpdateAgentReqToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
51
52
|
'status': (0, AgentStatus_1.AgentStatusToJSON)(value['status']),
|
|
52
53
|
'tags': value['tags'],
|
|
53
54
|
'configuration': value['_configuration'],
|
|
55
|
+
'servicePoolSetId': value['servicePoolSetId'],
|
|
54
56
|
};
|
|
55
57
|
}
|
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
* Fulcrum CEM API
|
|
3
3
|
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.3
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { PropertyDefinition } from './PropertyDefinition';
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
14
15
|
* @export
|
|
@@ -27,6 +28,14 @@ export interface UpdateAgentTypeReq {
|
|
|
27
28
|
* @memberof UpdateAgentTypeReq
|
|
28
29
|
*/
|
|
29
30
|
serviceTypeIds?: Array<string>;
|
|
31
|
+
/**
|
|
32
|
+
* Schema defining validation rules and structure for agent configuration properties
|
|
33
|
+
* @type {{ [key: string]: PropertyDefinition; }}
|
|
34
|
+
* @memberof UpdateAgentTypeReq
|
|
35
|
+
*/
|
|
36
|
+
configurationSchema?: {
|
|
37
|
+
[key: string]: PropertyDefinition;
|
|
38
|
+
};
|
|
30
39
|
}
|
|
31
40
|
/**
|
|
32
41
|
* Check if a given object implements the UpdateAgentTypeReq interface.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Fulcrum CEM API
|
|
6
6
|
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.0.
|
|
8
|
+
* The version of the OpenAPI document: 0.0.3
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,6 +18,8 @@ exports.UpdateAgentTypeReqFromJSON = UpdateAgentTypeReqFromJSON;
|
|
|
18
18
|
exports.UpdateAgentTypeReqFromJSONTyped = UpdateAgentTypeReqFromJSONTyped;
|
|
19
19
|
exports.UpdateAgentTypeReqToJSON = UpdateAgentTypeReqToJSON;
|
|
20
20
|
exports.UpdateAgentTypeReqToJSONTyped = UpdateAgentTypeReqToJSONTyped;
|
|
21
|
+
const runtime_1 = require("../runtime");
|
|
22
|
+
const PropertyDefinition_1 = require("./PropertyDefinition");
|
|
21
23
|
/**
|
|
22
24
|
* Check if a given object implements the UpdateAgentTypeReq interface.
|
|
23
25
|
*/
|
|
@@ -34,6 +36,7 @@ function UpdateAgentTypeReqFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
36
|
return {
|
|
35
37
|
'name': json['name'] == null ? undefined : json['name'],
|
|
36
38
|
'serviceTypeIds': json['serviceTypeIds'] == null ? undefined : json['serviceTypeIds'],
|
|
39
|
+
'configurationSchema': json['configurationSchema'] == null ? undefined : ((0, runtime_1.mapValues)(json['configurationSchema'], PropertyDefinition_1.PropertyDefinitionFromJSON)),
|
|
37
40
|
};
|
|
38
41
|
}
|
|
39
42
|
function UpdateAgentTypeReqToJSON(json) {
|
|
@@ -46,5 +49,6 @@ function UpdateAgentTypeReqToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
46
49
|
return {
|
|
47
50
|
'name': value['name'],
|
|
48
51
|
'serviceTypeIds': value['serviceTypeIds'],
|
|
52
|
+
'configurationSchema': value['configurationSchema'] == null ? undefined : ((0, runtime_1.mapValues)(value['configurationSchema'], PropertyDefinition_1.PropertyDefinitionToJSON)),
|
|
49
53
|
};
|
|
50
54
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Fulcrum CEM API
|
|
3
3
|
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.3
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Fulcrum CEM API
|
|
6
6
|
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.0.
|
|
8
|
+
* The version of the OpenAPI document: 0.0.3
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
* Fulcrum CEM API
|
|
3
3
|
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.3
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { LifecycleSchema } from './LifecycleSchema';
|
|
12
13
|
import type { PropertyDefinition } from './PropertyDefinition';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
@@ -23,13 +24,19 @@ export interface UpdateServiceTypeReq {
|
|
|
23
24
|
*/
|
|
24
25
|
name?: string;
|
|
25
26
|
/**
|
|
26
|
-
* JSON schema defining validation rules for service properties
|
|
27
|
+
* properties.JSON schema defining validation rules for service properties
|
|
27
28
|
* @type {{ [key: string]: PropertyDefinition; }}
|
|
28
29
|
* @memberof UpdateServiceTypeReq
|
|
29
30
|
*/
|
|
30
31
|
propertySchema?: {
|
|
31
32
|
[key: string]: PropertyDefinition;
|
|
32
33
|
};
|
|
34
|
+
/**
|
|
35
|
+
* Updated lifecycle schema defining states, actions, and transitions for services of this type
|
|
36
|
+
* @type {LifecycleSchema}
|
|
37
|
+
* @memberof UpdateServiceTypeReq
|
|
38
|
+
*/
|
|
39
|
+
lifecycleSchema?: LifecycleSchema;
|
|
33
40
|
}
|
|
34
41
|
/**
|
|
35
42
|
* Check if a given object implements the UpdateServiceTypeReq interface.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Fulcrum CEM API
|
|
6
6
|
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.0.
|
|
8
|
+
* The version of the OpenAPI document: 0.0.3
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -19,6 +19,7 @@ exports.UpdateServiceTypeReqFromJSONTyped = UpdateServiceTypeReqFromJSONTyped;
|
|
|
19
19
|
exports.UpdateServiceTypeReqToJSON = UpdateServiceTypeReqToJSON;
|
|
20
20
|
exports.UpdateServiceTypeReqToJSONTyped = UpdateServiceTypeReqToJSONTyped;
|
|
21
21
|
const runtime_1 = require("../runtime");
|
|
22
|
+
const LifecycleSchema_1 = require("./LifecycleSchema");
|
|
22
23
|
const PropertyDefinition_1 = require("./PropertyDefinition");
|
|
23
24
|
/**
|
|
24
25
|
* Check if a given object implements the UpdateServiceTypeReq interface.
|
|
@@ -36,6 +37,7 @@ function UpdateServiceTypeReqFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
36
37
|
return {
|
|
37
38
|
'name': json['name'] == null ? undefined : json['name'],
|
|
38
39
|
'propertySchema': json['propertySchema'] == null ? undefined : ((0, runtime_1.mapValues)(json['propertySchema'], PropertyDefinition_1.PropertyDefinitionFromJSON)),
|
|
40
|
+
'lifecycleSchema': json['lifecycleSchema'] == null ? undefined : (0, LifecycleSchema_1.LifecycleSchemaFromJSON)(json['lifecycleSchema']),
|
|
39
41
|
};
|
|
40
42
|
}
|
|
41
43
|
function UpdateServiceTypeReqToJSON(json) {
|
|
@@ -48,5 +50,6 @@ function UpdateServiceTypeReqToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
48
50
|
return {
|
|
49
51
|
'name': value['name'],
|
|
50
52
|
'propertySchema': value['propertySchema'] == null ? undefined : ((0, runtime_1.mapValues)(value['propertySchema'], PropertyDefinition_1.PropertyDefinitionToJSON)),
|
|
53
|
+
'lifecycleSchema': (0, LifecycleSchema_1.LifecycleSchemaToJSON)(value['lifecycleSchema']),
|
|
51
54
|
};
|
|
52
55
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Fulcrum CEM API
|
|
3
3
|
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.3
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Fulcrum CEM API
|
|
6
6
|
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.0.
|
|
8
|
+
* The version of the OpenAPI document: 0.0.3
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Fulcrum CEM API
|
|
3
3
|
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.3
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -22,11 +22,13 @@ export interface ValidatorDefinition {
|
|
|
22
22
|
*/
|
|
23
23
|
type: ValidatorDefinitionTypeEnum;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {any}
|
|
25
|
+
* Configuration for the validator (structure depends on validator type)
|
|
26
|
+
* @type {{ [key: string]: any; }}
|
|
27
27
|
* @memberof ValidatorDefinition
|
|
28
28
|
*/
|
|
29
|
-
|
|
29
|
+
config: {
|
|
30
|
+
[key: string]: any;
|
|
31
|
+
};
|
|
30
32
|
}
|
|
31
33
|
/**
|
|
32
34
|
* @export
|
|
@@ -41,8 +43,8 @@ export declare const ValidatorDefinitionTypeEnum: {
|
|
|
41
43
|
readonly MIN_ITEMS: "minItems";
|
|
42
44
|
readonly MAX_ITEMS: "maxItems";
|
|
43
45
|
readonly UNIQUE_ITEMS: "uniqueItems";
|
|
44
|
-
readonly
|
|
45
|
-
readonly
|
|
46
|
+
readonly SERVICE_OPTION: "serviceOption";
|
|
47
|
+
readonly SERVICE_REFERENCE: "serviceReference";
|
|
46
48
|
};
|
|
47
49
|
export type ValidatorDefinitionTypeEnum = typeof ValidatorDefinitionTypeEnum[keyof typeof ValidatorDefinitionTypeEnum];
|
|
48
50
|
/**
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Fulcrum CEM API
|
|
6
6
|
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.0.
|
|
8
|
+
* The version of the OpenAPI document: 0.0.3
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,8 +32,8 @@ exports.ValidatorDefinitionTypeEnum = {
|
|
|
32
32
|
MIN_ITEMS: 'minItems',
|
|
33
33
|
MAX_ITEMS: 'maxItems',
|
|
34
34
|
UNIQUE_ITEMS: 'uniqueItems',
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
SERVICE_OPTION: 'serviceOption',
|
|
36
|
+
SERVICE_REFERENCE: 'serviceReference'
|
|
37
37
|
};
|
|
38
38
|
/**
|
|
39
39
|
* Check if a given object implements the ValidatorDefinition interface.
|
|
@@ -41,7 +41,7 @@ exports.ValidatorDefinitionTypeEnum = {
|
|
|
41
41
|
function instanceOfValidatorDefinition(value) {
|
|
42
42
|
if (!('type' in value) || value['type'] === undefined)
|
|
43
43
|
return false;
|
|
44
|
-
if (!('
|
|
44
|
+
if (!('config' in value) || value['config'] === undefined)
|
|
45
45
|
return false;
|
|
46
46
|
return true;
|
|
47
47
|
}
|
|
@@ -54,7 +54,7 @@ function ValidatorDefinitionFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
54
54
|
}
|
|
55
55
|
return {
|
|
56
56
|
'type': json['type'],
|
|
57
|
-
'
|
|
57
|
+
'config': json['config'],
|
|
58
58
|
};
|
|
59
59
|
}
|
|
60
60
|
function ValidatorDefinitionToJSON(json) {
|
|
@@ -66,6 +66,6 @@ function ValidatorDefinitionToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
66
66
|
}
|
|
67
67
|
return {
|
|
68
68
|
'type': value['type'],
|
|
69
|
-
'
|
|
69
|
+
'config': value['config'],
|
|
70
70
|
};
|
|
71
71
|
}
|
package/dist/models/Variant.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Fulcrum CEM API
|
|
3
3
|
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.3
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Variant.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Fulcrum CEM API
|
|
6
6
|
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.0.
|
|
8
|
+
* The version of the OpenAPI document: 0.0.3
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,24 +1,20 @@
|
|
|
1
|
-
export * from './AcknowledgeEvents200Response';
|
|
2
|
-
export * from './AcknowledgeEventsRequest';
|
|
3
1
|
export * from './AgentCreateRes';
|
|
4
2
|
export * from './AgentRes';
|
|
5
3
|
export * from './AgentStatus';
|
|
6
|
-
export * from './AgentTypeReq';
|
|
7
4
|
export * from './AgentTypeRes';
|
|
8
|
-
export * from './
|
|
5
|
+
export * from './AgentTypesList200Response';
|
|
6
|
+
export * from './AgentsList200Response';
|
|
7
|
+
export * from './AgentsUpdateStatusRequest';
|
|
9
8
|
export * from './AuthRole';
|
|
9
|
+
export * from './AuthorizerDefinition';
|
|
10
10
|
export * from './ByPeriodReq';
|
|
11
11
|
export * from './ByPeriodReqFrom';
|
|
12
12
|
export * from './CommitmentReq';
|
|
13
13
|
export * from './CommitmentRes';
|
|
14
14
|
export * from './CompleteJobReq';
|
|
15
|
-
export * from './CompleteJobRequest';
|
|
16
15
|
export * from './CreateAgentReq';
|
|
17
16
|
export * from './CreateAgentTypeReq';
|
|
18
17
|
export * from './CreateCEMServiceReq';
|
|
19
|
-
export * from './CreateEventRequest';
|
|
20
|
-
export * from './CreateMetricEntryRequest';
|
|
21
|
-
export * from './CreateMetricTypeRequest';
|
|
22
18
|
export * from './CreateServiceTypeReq';
|
|
23
19
|
export * from './ErrorRes';
|
|
24
20
|
export * from './EventAckReq';
|
|
@@ -26,69 +22,63 @@ export * from './EventAckRes';
|
|
|
26
22
|
export * from './EventLeaseReq';
|
|
27
23
|
export * from './EventLeaseRes';
|
|
28
24
|
export * from './EventRes';
|
|
25
|
+
export * from './EventsList200Response';
|
|
29
26
|
export * from './FailJobReq';
|
|
30
|
-
export * from './
|
|
27
|
+
export * from './GeneratorDefinition';
|
|
31
28
|
export * from './JobRes';
|
|
32
29
|
export * from './JobStatus';
|
|
33
|
-
export * from './
|
|
34
|
-
export * from './
|
|
35
|
-
export * from './
|
|
36
|
-
export * from './
|
|
37
|
-
export * from './
|
|
38
|
-
export * from './MarkJobUnsupportedRequest';
|
|
30
|
+
export * from './JobsList200Response';
|
|
31
|
+
export * from './LifecycleAction';
|
|
32
|
+
export * from './LifecycleSchema';
|
|
33
|
+
export * from './LifecycleState';
|
|
34
|
+
export * from './LifecycleTransition';
|
|
39
35
|
export * from './MetricEntityType';
|
|
36
|
+
export * from './MetricEntriesList200Response';
|
|
40
37
|
export * from './MetricEntryReq';
|
|
41
38
|
export * from './MetricEntryRes';
|
|
42
39
|
export * from './MetricTypeReq';
|
|
43
40
|
export * from './MetricTypeRes';
|
|
41
|
+
export * from './MetricTypesList200Response';
|
|
42
|
+
export * from './MetricTypesUpdateRequest';
|
|
44
43
|
export * from './NotaryJobRes';
|
|
45
44
|
export * from './NotaryJobStatus';
|
|
46
45
|
export * from './PageRes';
|
|
47
|
-
export * from './PaginationParams';
|
|
48
46
|
export * from './ParticipantReq';
|
|
49
47
|
export * from './ParticipantRes';
|
|
50
48
|
export * from './ParticipantStatus';
|
|
49
|
+
export * from './ParticipantsList200Response';
|
|
51
50
|
export * from './PriceItem';
|
|
52
51
|
export * from './PropertyDefinition';
|
|
53
|
-
export * from './
|
|
52
|
+
export * from './SecretDefinition';
|
|
54
53
|
export * from './ServiceGroupReq';
|
|
55
54
|
export * from './ServiceGroupRes';
|
|
55
|
+
export * from './ServiceGroupsList200Response';
|
|
56
56
|
export * from './ServiceOfferingReq';
|
|
57
57
|
export * from './ServiceOfferingRes';
|
|
58
58
|
export * from './ServiceOfferingResServiceType';
|
|
59
59
|
export * from './ServiceOrderReq';
|
|
60
60
|
export * from './ServiceOrderRes';
|
|
61
|
+
export * from './ServiceOrderStatus';
|
|
61
62
|
export * from './ServiceReq';
|
|
62
63
|
export * from './ServiceRes';
|
|
63
|
-
export * from './ServiceStatus';
|
|
64
|
-
export * from './ServiceTypeReq';
|
|
65
64
|
export * from './ServiceTypeRes';
|
|
66
|
-
export * from './
|
|
65
|
+
export * from './ServiceTypesList200Response';
|
|
66
|
+
export * from './ServicesActionRequest';
|
|
67
67
|
export * from './SubmitNotaryJobReq';
|
|
68
68
|
export * from './TokenReq';
|
|
69
69
|
export * from './TokenRes';
|
|
70
|
+
export * from './TokensList200Response';
|
|
71
|
+
export * from './TokensUpdateRequest';
|
|
70
72
|
export * from './TransactionEntityType';
|
|
71
73
|
export * from './TransactionRecordReq';
|
|
72
74
|
export * from './TransactionRecordRes';
|
|
73
75
|
export * from './TransactionStatus';
|
|
74
76
|
export * from './TransactionType';
|
|
75
|
-
export * from './
|
|
77
|
+
export * from './TransactionsUpdateRequest';
|
|
76
78
|
export * from './UpdateAgentReq';
|
|
77
79
|
export * from './UpdateAgentTypeReq';
|
|
78
80
|
export * from './UpdateCEMServiceReq';
|
|
79
|
-
export * from './UpdateJobRequest';
|
|
80
|
-
export * from './UpdateMetricTypeRequest';
|
|
81
|
-
export * from './UpdateMyAgentStatusRequest';
|
|
82
|
-
export * from './UpdateParticipantRequest';
|
|
83
|
-
export * from './UpdateServiceGroupRequest';
|
|
84
81
|
export * from './UpdateServiceTypeReq';
|
|
85
|
-
export * from './UpdateServiceTypeRequest';
|
|
86
|
-
export * from './UpdateTokenRequest';
|
|
87
|
-
export * from './UpdateTransactionRecordRequest';
|
|
88
|
-
export * from './ValidatePropertiesReq';
|
|
89
|
-
export * from './ValidatePropertiesRes';
|
|
90
|
-
export * from './ValidateServiceTypeProperties200Response';
|
|
91
|
-
export * from './ValidateServiceTypePropertiesRequest';
|
|
92
82
|
export * from './ValidationError';
|
|
93
83
|
export * from './ValidatorDefinition';
|
|
94
84
|
export * from './Variant';
|
package/dist/models/index.js
CHANGED
|
@@ -16,27 +16,23 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
/* tslint:disable */
|
|
18
18
|
/* eslint-disable */
|
|
19
|
-
__exportStar(require("./AcknowledgeEvents200Response"), exports);
|
|
20
|
-
__exportStar(require("./AcknowledgeEventsRequest"), exports);
|
|
21
19
|
__exportStar(require("./AgentCreateRes"), exports);
|
|
22
20
|
__exportStar(require("./AgentRes"), exports);
|
|
23
21
|
__exportStar(require("./AgentStatus"), exports);
|
|
24
|
-
__exportStar(require("./AgentTypeReq"), exports);
|
|
25
22
|
__exportStar(require("./AgentTypeRes"), exports);
|
|
26
|
-
__exportStar(require("./
|
|
23
|
+
__exportStar(require("./AgentTypesList200Response"), exports);
|
|
24
|
+
__exportStar(require("./AgentsList200Response"), exports);
|
|
25
|
+
__exportStar(require("./AgentsUpdateStatusRequest"), exports);
|
|
27
26
|
__exportStar(require("./AuthRole"), exports);
|
|
27
|
+
__exportStar(require("./AuthorizerDefinition"), exports);
|
|
28
28
|
__exportStar(require("./ByPeriodReq"), exports);
|
|
29
29
|
__exportStar(require("./ByPeriodReqFrom"), exports);
|
|
30
30
|
__exportStar(require("./CommitmentReq"), exports);
|
|
31
31
|
__exportStar(require("./CommitmentRes"), exports);
|
|
32
32
|
__exportStar(require("./CompleteJobReq"), exports);
|
|
33
|
-
__exportStar(require("./CompleteJobRequest"), exports);
|
|
34
33
|
__exportStar(require("./CreateAgentReq"), exports);
|
|
35
34
|
__exportStar(require("./CreateAgentTypeReq"), exports);
|
|
36
35
|
__exportStar(require("./CreateCEMServiceReq"), exports);
|
|
37
|
-
__exportStar(require("./CreateEventRequest"), exports);
|
|
38
|
-
__exportStar(require("./CreateMetricEntryRequest"), exports);
|
|
39
|
-
__exportStar(require("./CreateMetricTypeRequest"), exports);
|
|
40
36
|
__exportStar(require("./CreateServiceTypeReq"), exports);
|
|
41
37
|
__exportStar(require("./ErrorRes"), exports);
|
|
42
38
|
__exportStar(require("./EventAckReq"), exports);
|
|
@@ -44,69 +40,63 @@ __exportStar(require("./EventAckRes"), exports);
|
|
|
44
40
|
__exportStar(require("./EventLeaseReq"), exports);
|
|
45
41
|
__exportStar(require("./EventLeaseRes"), exports);
|
|
46
42
|
__exportStar(require("./EventRes"), exports);
|
|
43
|
+
__exportStar(require("./EventsList200Response"), exports);
|
|
47
44
|
__exportStar(require("./FailJobReq"), exports);
|
|
48
|
-
__exportStar(require("./
|
|
45
|
+
__exportStar(require("./GeneratorDefinition"), exports);
|
|
49
46
|
__exportStar(require("./JobRes"), exports);
|
|
50
47
|
__exportStar(require("./JobStatus"), exports);
|
|
51
|
-
__exportStar(require("./
|
|
52
|
-
__exportStar(require("./
|
|
53
|
-
__exportStar(require("./
|
|
54
|
-
__exportStar(require("./
|
|
55
|
-
__exportStar(require("./
|
|
56
|
-
__exportStar(require("./MarkJobUnsupportedRequest"), exports);
|
|
48
|
+
__exportStar(require("./JobsList200Response"), exports);
|
|
49
|
+
__exportStar(require("./LifecycleAction"), exports);
|
|
50
|
+
__exportStar(require("./LifecycleSchema"), exports);
|
|
51
|
+
__exportStar(require("./LifecycleState"), exports);
|
|
52
|
+
__exportStar(require("./LifecycleTransition"), exports);
|
|
57
53
|
__exportStar(require("./MetricEntityType"), exports);
|
|
54
|
+
__exportStar(require("./MetricEntriesList200Response"), exports);
|
|
58
55
|
__exportStar(require("./MetricEntryReq"), exports);
|
|
59
56
|
__exportStar(require("./MetricEntryRes"), exports);
|
|
60
57
|
__exportStar(require("./MetricTypeReq"), exports);
|
|
61
58
|
__exportStar(require("./MetricTypeRes"), exports);
|
|
59
|
+
__exportStar(require("./MetricTypesList200Response"), exports);
|
|
60
|
+
__exportStar(require("./MetricTypesUpdateRequest"), exports);
|
|
62
61
|
__exportStar(require("./NotaryJobRes"), exports);
|
|
63
62
|
__exportStar(require("./NotaryJobStatus"), exports);
|
|
64
63
|
__exportStar(require("./PageRes"), exports);
|
|
65
|
-
__exportStar(require("./PaginationParams"), exports);
|
|
66
64
|
__exportStar(require("./ParticipantReq"), exports);
|
|
67
65
|
__exportStar(require("./ParticipantRes"), exports);
|
|
68
66
|
__exportStar(require("./ParticipantStatus"), exports);
|
|
67
|
+
__exportStar(require("./ParticipantsList200Response"), exports);
|
|
69
68
|
__exportStar(require("./PriceItem"), exports);
|
|
70
69
|
__exportStar(require("./PropertyDefinition"), exports);
|
|
71
|
-
__exportStar(require("./
|
|
70
|
+
__exportStar(require("./SecretDefinition"), exports);
|
|
72
71
|
__exportStar(require("./ServiceGroupReq"), exports);
|
|
73
72
|
__exportStar(require("./ServiceGroupRes"), exports);
|
|
73
|
+
__exportStar(require("./ServiceGroupsList200Response"), exports);
|
|
74
74
|
__exportStar(require("./ServiceOfferingReq"), exports);
|
|
75
75
|
__exportStar(require("./ServiceOfferingRes"), exports);
|
|
76
76
|
__exportStar(require("./ServiceOfferingResServiceType"), exports);
|
|
77
77
|
__exportStar(require("./ServiceOrderReq"), exports);
|
|
78
78
|
__exportStar(require("./ServiceOrderRes"), exports);
|
|
79
|
+
__exportStar(require("./ServiceOrderStatus"), exports);
|
|
79
80
|
__exportStar(require("./ServiceReq"), exports);
|
|
80
81
|
__exportStar(require("./ServiceRes"), exports);
|
|
81
|
-
__exportStar(require("./ServiceStatus"), exports);
|
|
82
|
-
__exportStar(require("./ServiceTypeReq"), exports);
|
|
83
82
|
__exportStar(require("./ServiceTypeRes"), exports);
|
|
84
|
-
__exportStar(require("./
|
|
83
|
+
__exportStar(require("./ServiceTypesList200Response"), exports);
|
|
84
|
+
__exportStar(require("./ServicesActionRequest"), exports);
|
|
85
85
|
__exportStar(require("./SubmitNotaryJobReq"), exports);
|
|
86
86
|
__exportStar(require("./TokenReq"), exports);
|
|
87
87
|
__exportStar(require("./TokenRes"), exports);
|
|
88
|
+
__exportStar(require("./TokensList200Response"), exports);
|
|
89
|
+
__exportStar(require("./TokensUpdateRequest"), exports);
|
|
88
90
|
__exportStar(require("./TransactionEntityType"), exports);
|
|
89
91
|
__exportStar(require("./TransactionRecordReq"), exports);
|
|
90
92
|
__exportStar(require("./TransactionRecordRes"), exports);
|
|
91
93
|
__exportStar(require("./TransactionStatus"), exports);
|
|
92
94
|
__exportStar(require("./TransactionType"), exports);
|
|
93
|
-
__exportStar(require("./
|
|
95
|
+
__exportStar(require("./TransactionsUpdateRequest"), exports);
|
|
94
96
|
__exportStar(require("./UpdateAgentReq"), exports);
|
|
95
97
|
__exportStar(require("./UpdateAgentTypeReq"), exports);
|
|
96
98
|
__exportStar(require("./UpdateCEMServiceReq"), exports);
|
|
97
|
-
__exportStar(require("./UpdateJobRequest"), exports);
|
|
98
|
-
__exportStar(require("./UpdateMetricTypeRequest"), exports);
|
|
99
|
-
__exportStar(require("./UpdateMyAgentStatusRequest"), exports);
|
|
100
|
-
__exportStar(require("./UpdateParticipantRequest"), exports);
|
|
101
|
-
__exportStar(require("./UpdateServiceGroupRequest"), exports);
|
|
102
99
|
__exportStar(require("./UpdateServiceTypeReq"), exports);
|
|
103
|
-
__exportStar(require("./UpdateServiceTypeRequest"), exports);
|
|
104
|
-
__exportStar(require("./UpdateTokenRequest"), exports);
|
|
105
|
-
__exportStar(require("./UpdateTransactionRecordRequest"), exports);
|
|
106
|
-
__exportStar(require("./ValidatePropertiesReq"), exports);
|
|
107
|
-
__exportStar(require("./ValidatePropertiesRes"), exports);
|
|
108
|
-
__exportStar(require("./ValidateServiceTypeProperties200Response"), exports);
|
|
109
|
-
__exportStar(require("./ValidateServiceTypePropertiesRequest"), exports);
|
|
110
100
|
__exportStar(require("./ValidationError"), exports);
|
|
111
101
|
__exportStar(require("./ValidatorDefinition"), exports);
|
|
112
102
|
__exportStar(require("./Variant"), exports);
|
package/dist/runtime.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Fulcrum CEM API
|
|
3
3
|
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.3
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/runtime.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Fulcrum CEM API
|
|
6
6
|
* A comprehensive cloud infrastructure management system designed to orchestrate and monitor distributed cloud resources across multiple providers, with CEM-specific extensions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.0.
|
|
8
|
+
* The version of the OpenAPI document: 0.0.3
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|