fulcrum-cem-client 0.0.1 → 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 +136 -30
- package/.openapi-generator/VERSION +1 -1
- package/README.md +273 -28
- package/dist/apis/AgentsApi.d.ts +203 -120
- package/dist/apis/AgentsApi.js +200 -106
- 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 +219 -256
- package/dist/apis/ServicesApi.js +192 -268
- 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 +203 -120
- package/dist/esm/apis/AgentsApi.js +201 -107
- 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 +219 -256
- package/dist/esm/apis/ServicesApi.js +193 -269
- 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/AcknowledgeEvents200Response.d.ts +1 -1
- package/dist/esm/models/AcknowledgeEvents200Response.js +1 -1
- package/dist/esm/models/AcknowledgeEventsRequest.d.ts +1 -1
- package/dist/esm/models/AcknowledgeEventsRequest.js +1 -1
- 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/AgentTypeReq.d.ts +1 -1
- package/dist/esm/models/AgentTypeReq.js +1 -1
- package/dist/esm/models/AgentTypeRes.d.ts +13 -5
- package/dist/esm/models/AgentTypeRes.js +7 -4
- package/dist/esm/models/AgentTypesGet200Response.d.ts +57 -0
- package/dist/esm/models/AgentTypesGet200Response.js +50 -0
- 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 +48 -0
- package/dist/esm/models/CompleteJobReq.js +45 -0
- package/dist/esm/models/CompleteJobRequest.d.ts +1 -1
- package/dist/esm/models/CompleteJobRequest.js +1 -1
- package/dist/esm/models/CreateAgentReq.d.ts +7 -1
- package/dist/esm/models/CreateAgentReq.js +3 -1
- package/dist/esm/models/CreateAgentTypeReq.d.ts +47 -0
- package/dist/esm/models/CreateAgentTypeReq.js +51 -0
- package/dist/esm/models/CreateCEMServiceReq.d.ts +1 -1
- package/dist/esm/models/CreateCEMServiceReq.js +1 -1
- package/dist/esm/models/CreateEventRequest.d.ts +1 -1
- package/dist/esm/models/CreateEventRequest.js +1 -1
- package/dist/esm/models/CreateMetricEntryRequest.d.ts +1 -1
- package/dist/esm/models/CreateMetricEntryRequest.js +1 -1
- package/dist/esm/models/CreateMetricTypeRequest.d.ts +1 -1
- package/dist/esm/models/CreateMetricTypeRequest.js +1 -1
- package/dist/esm/models/CreateServiceTypeReq.d.ts +48 -0
- package/dist/esm/models/CreateServiceTypeReq.js +50 -0
- package/dist/esm/models/ErrorRes.d.ts +5 -11
- package/dist/esm/models/ErrorRes.js +1 -3
- package/dist/esm/models/EventAckReq.d.ts +44 -0
- package/dist/esm/models/EventAckReq.js +51 -0
- package/dist/esm/models/EventAckRes.d.ts +32 -0
- package/dist/esm/models/EventAckRes.js +41 -0
- package/dist/esm/models/EventLeaseReq.d.ts +50 -0
- package/dist/esm/models/EventLeaseReq.js +51 -0
- package/dist/esm/models/EventLeaseRes.d.ts +45 -0
- package/dist/esm/models/EventLeaseRes.js +46 -0
- package/dist/esm/models/EventRes.d.ts +94 -0
- package/dist/esm/models/EventRes.js +61 -0
- package/dist/esm/models/EventsList200Response.d.ts +63 -0
- package/dist/esm/models/EventsList200Response.js +52 -0
- package/dist/esm/models/FailJobReq.d.ts +34 -0
- package/dist/esm/models/FailJobReq.js +43 -0
- package/dist/esm/models/FailJobRequest.d.ts +1 -1
- package/dist/esm/models/FailJobRequest.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/LeaseEvents200Response.d.ts +1 -1
- package/dist/esm/models/LeaseEvents200Response.js +1 -1
- package/dist/esm/models/LeaseEventsRequest.d.ts +1 -1
- package/dist/esm/models/LeaseEventsRequest.js +1 -1
- 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/ListEvents200ResponseInner.d.ts +1 -1
- package/dist/esm/models/ListEvents200ResponseInner.js +1 -1
- package/dist/esm/models/ListMetricEntries200ResponseInner.d.ts +1 -1
- package/dist/esm/models/ListMetricEntries200ResponseInner.js +1 -1
- package/dist/esm/models/ListMetricTypes200ResponseInner.d.ts +1 -1
- package/dist/esm/models/ListMetricTypes200ResponseInner.js +1 -1
- package/dist/esm/models/MarkJobUnsupportedRequest.d.ts +1 -1
- package/dist/esm/models/MarkJobUnsupportedRequest.js +1 -1
- package/dist/esm/models/MetricEntityType.d.ts +26 -0
- package/dist/esm/models/MetricEntityType.js +44 -0
- package/dist/esm/models/MetricEntriesList200Response.d.ts +63 -0
- package/dist/esm/models/MetricEntriesList200Response.js +52 -0
- package/dist/esm/models/MetricEntryReq.d.ts +56 -0
- package/dist/esm/models/MetricEntryReq.js +55 -0
- package/dist/esm/models/MetricEntryRes.d.ts +86 -0
- package/dist/esm/models/MetricEntryRes.js +59 -0
- package/dist/esm/models/MetricTypeReq.d.ts +39 -0
- package/dist/esm/models/MetricTypeReq.js +48 -0
- package/dist/esm/models/MetricTypeRes.d.ts +57 -0
- package/dist/esm/models/MetricTypeRes.js +50 -0
- 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/PaginationParams.d.ts +1 -1
- package/dist/esm/models/PaginationParams.js +1 -1
- 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/ServiceAction.d.ts +1 -1
- package/dist/esm/models/ServiceAction.js +1 -1
- 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 +64 -0
- package/dist/esm/models/ServiceReq.js +57 -0
- package/dist/esm/models/ServiceRes.d.ts +10 -72
- package/dist/esm/models/ServiceRes.js +13 -37
- package/dist/esm/models/ServiceStatus.d.ts +2 -8
- package/dist/esm/models/ServiceStatus.js +2 -8
- package/dist/esm/models/ServiceTypeReq.d.ts +5 -6
- package/dist/esm/models/ServiceTypeReq.js +3 -5
- package/dist/esm/models/ServiceTypeRes.d.ts +9 -2
- package/dist/esm/models/ServiceTypeRes.js +4 -1
- package/dist/esm/models/ServiceTypesGet200Response.d.ts +57 -0
- package/dist/esm/models/ServiceTypesGet200Response.js +50 -0
- 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/UnsupportedJobReq.d.ts +32 -0
- package/dist/esm/models/UnsupportedJobReq.js +43 -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 +47 -0
- package/dist/esm/models/UpdateAgentTypeReq.js +47 -0
- package/dist/esm/models/UpdateCEMServiceReq.d.ts +1 -1
- package/dist/esm/models/UpdateCEMServiceReq.js +1 -1
- package/dist/esm/models/UpdateJobRequest.d.ts +1 -1
- package/dist/esm/models/UpdateJobRequest.js +1 -1
- package/dist/esm/models/UpdateMetricTypeRequest.d.ts +1 -1
- package/dist/esm/models/UpdateMetricTypeRequest.js +1 -1
- package/dist/esm/models/UpdateMyAgentStatusRequest.d.ts +1 -1
- package/dist/esm/models/UpdateMyAgentStatusRequest.js +1 -1
- package/dist/esm/models/UpdateParticipantRequest.d.ts +1 -1
- package/dist/esm/models/UpdateParticipantRequest.js +1 -1
- package/dist/esm/models/UpdateServiceGroupRequest.d.ts +1 -1
- package/dist/esm/models/UpdateServiceGroupRequest.js +1 -1
- package/dist/esm/models/UpdateServiceTypeReq.d.ts +48 -0
- package/dist/esm/models/UpdateServiceTypeReq.js +48 -0
- package/dist/esm/models/UpdateServiceTypeRequest.d.ts +1 -1
- package/dist/esm/models/UpdateServiceTypeRequest.js +1 -1
- package/dist/esm/models/UpdateTokenRequest.d.ts +1 -1
- package/dist/esm/models/UpdateTokenRequest.js +1 -1
- package/dist/esm/models/UpdateTransactionRecordRequest.d.ts +1 -1
- package/dist/esm/models/UpdateTransactionRecordRequest.js +1 -1
- package/dist/esm/models/ValidatePropertiesReq.d.ts +1 -1
- package/dist/esm/models/ValidatePropertiesReq.js +1 -1
- package/dist/esm/models/ValidatePropertiesRes.d.ts +1 -1
- package/dist/esm/models/ValidatePropertiesRes.js +1 -1
- package/dist/esm/models/ValidateServiceTypeProperties200Response.d.ts +1 -1
- package/dist/esm/models/ValidateServiceTypeProperties200Response.js +1 -1
- package/dist/esm/models/ValidateServiceTypePropertiesRequest.d.ts +1 -1
- package/dist/esm/models/ValidateServiceTypePropertiesRequest.js +1 -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 -4
- package/dist/esm/models/ValidatorDefinition.js +7 -5
- package/dist/esm/models/Variant.d.ts +1 -1
- package/dist/esm/models/Variant.js +1 -1
- package/dist/esm/models/index.d.ts +40 -30
- package/dist/esm/models/index.js +40 -30
- package/dist/esm/runtime.d.ts +1 -1
- package/dist/esm/runtime.js +1 -1
- package/dist/models/AcknowledgeEvents200Response.d.ts +1 -1
- package/dist/models/AcknowledgeEvents200Response.js +1 -1
- package/dist/models/AcknowledgeEventsRequest.d.ts +1 -1
- package/dist/models/AcknowledgeEventsRequest.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/AgentTypeReq.d.ts +1 -1
- package/dist/models/AgentTypeReq.js +1 -1
- package/dist/models/AgentTypeRes.d.ts +13 -5
- package/dist/models/AgentTypeRes.js +7 -4
- package/dist/models/AgentTypesGet200Response.d.ts +57 -0
- package/dist/models/AgentTypesGet200Response.js +57 -0
- 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 +48 -0
- package/dist/models/CompleteJobReq.js +52 -0
- package/dist/models/CompleteJobRequest.d.ts +1 -1
- package/dist/models/CompleteJobRequest.js +1 -1
- package/dist/models/CreateAgentReq.d.ts +7 -1
- package/dist/models/CreateAgentReq.js +3 -1
- package/dist/models/CreateAgentTypeReq.d.ts +47 -0
- package/dist/models/CreateAgentTypeReq.js +58 -0
- package/dist/models/CreateCEMServiceReq.d.ts +1 -1
- package/dist/models/CreateCEMServiceReq.js +1 -1
- package/dist/models/CreateEventRequest.d.ts +1 -1
- package/dist/models/CreateEventRequest.js +1 -1
- package/dist/models/CreateMetricEntryRequest.d.ts +1 -1
- package/dist/models/CreateMetricEntryRequest.js +1 -1
- package/dist/models/CreateMetricTypeRequest.d.ts +1 -1
- package/dist/models/CreateMetricTypeRequest.js +1 -1
- package/dist/models/CreateServiceTypeReq.d.ts +48 -0
- package/dist/models/CreateServiceTypeReq.js +57 -0
- package/dist/models/ErrorRes.d.ts +5 -11
- package/dist/models/ErrorRes.js +1 -3
- package/dist/models/EventAckReq.d.ts +44 -0
- package/dist/models/EventAckReq.js +58 -0
- package/dist/models/EventAckRes.d.ts +32 -0
- package/dist/models/EventAckRes.js +48 -0
- package/dist/models/EventLeaseReq.d.ts +50 -0
- package/dist/models/EventLeaseReq.js +58 -0
- package/dist/models/EventLeaseRes.d.ts +45 -0
- package/dist/models/EventLeaseRes.js +53 -0
- package/dist/models/EventRes.d.ts +94 -0
- package/dist/models/EventRes.js +68 -0
- package/dist/models/EventsList200Response.d.ts +63 -0
- package/dist/models/EventsList200Response.js +59 -0
- package/dist/models/FailJobReq.d.ts +34 -0
- package/dist/models/FailJobReq.js +50 -0
- package/dist/models/FailJobRequest.d.ts +1 -1
- package/dist/models/FailJobRequest.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/LeaseEvents200Response.d.ts +1 -1
- package/dist/models/LeaseEvents200Response.js +1 -1
- package/dist/models/LeaseEventsRequest.d.ts +1 -1
- package/dist/models/LeaseEventsRequest.js +1 -1
- 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/ListEvents200ResponseInner.d.ts +1 -1
- package/dist/models/ListEvents200ResponseInner.js +1 -1
- package/dist/models/ListMetricEntries200ResponseInner.d.ts +1 -1
- package/dist/models/ListMetricEntries200ResponseInner.js +1 -1
- package/dist/models/ListMetricTypes200ResponseInner.d.ts +1 -1
- package/dist/models/ListMetricTypes200ResponseInner.js +1 -1
- package/dist/models/MarkJobUnsupportedRequest.d.ts +1 -1
- package/dist/models/MarkJobUnsupportedRequest.js +1 -1
- package/dist/models/MetricEntityType.d.ts +26 -0
- package/dist/models/MetricEntityType.js +52 -0
- package/dist/models/MetricEntriesList200Response.d.ts +63 -0
- package/dist/models/MetricEntriesList200Response.js +59 -0
- package/dist/models/MetricEntryReq.d.ts +56 -0
- package/dist/models/MetricEntryReq.js +62 -0
- package/dist/models/MetricEntryRes.d.ts +86 -0
- package/dist/models/MetricEntryRes.js +66 -0
- package/dist/models/MetricTypeReq.d.ts +39 -0
- package/dist/models/MetricTypeReq.js +55 -0
- package/dist/models/MetricTypeRes.d.ts +57 -0
- package/dist/models/MetricTypeRes.js +57 -0
- 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/PaginationParams.d.ts +1 -1
- package/dist/models/PaginationParams.js +1 -1
- 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/ServiceAction.d.ts +1 -1
- package/dist/models/ServiceAction.js +1 -1
- 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 +64 -0
- package/dist/models/ServiceReq.js +64 -0
- package/dist/models/ServiceRes.d.ts +10 -72
- package/dist/models/ServiceRes.js +13 -37
- package/dist/models/ServiceStatus.d.ts +2 -8
- package/dist/models/ServiceStatus.js +2 -8
- package/dist/models/ServiceTypeReq.d.ts +5 -6
- package/dist/models/ServiceTypeReq.js +3 -5
- package/dist/models/ServiceTypeRes.d.ts +9 -2
- package/dist/models/ServiceTypeRes.js +4 -1
- package/dist/models/ServiceTypesGet200Response.d.ts +57 -0
- package/dist/models/ServiceTypesGet200Response.js +57 -0
- 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/UnsupportedJobReq.d.ts +32 -0
- package/dist/models/UnsupportedJobReq.js +50 -0
- package/dist/models/UpdateAgentReq.d.ts +7 -1
- package/dist/models/UpdateAgentReq.js +3 -1
- package/dist/models/UpdateAgentTypeReq.d.ts +47 -0
- package/dist/models/UpdateAgentTypeReq.js +54 -0
- package/dist/models/UpdateCEMServiceReq.d.ts +1 -1
- package/dist/models/UpdateCEMServiceReq.js +1 -1
- package/dist/models/UpdateJobRequest.d.ts +1 -1
- package/dist/models/UpdateJobRequest.js +1 -1
- package/dist/models/UpdateMetricTypeRequest.d.ts +1 -1
- package/dist/models/UpdateMetricTypeRequest.js +1 -1
- package/dist/models/UpdateMyAgentStatusRequest.d.ts +1 -1
- package/dist/models/UpdateMyAgentStatusRequest.js +1 -1
- package/dist/models/UpdateParticipantRequest.d.ts +1 -1
- package/dist/models/UpdateParticipantRequest.js +1 -1
- package/dist/models/UpdateServiceGroupRequest.d.ts +1 -1
- package/dist/models/UpdateServiceGroupRequest.js +1 -1
- package/dist/models/UpdateServiceTypeReq.d.ts +48 -0
- package/dist/models/UpdateServiceTypeReq.js +55 -0
- package/dist/models/UpdateServiceTypeRequest.d.ts +1 -1
- package/dist/models/UpdateServiceTypeRequest.js +1 -1
- package/dist/models/UpdateTokenRequest.d.ts +1 -1
- package/dist/models/UpdateTokenRequest.js +1 -1
- package/dist/models/UpdateTransactionRecordRequest.d.ts +1 -1
- package/dist/models/UpdateTransactionRecordRequest.js +1 -1
- package/dist/models/ValidatePropertiesReq.d.ts +1 -1
- package/dist/models/ValidatePropertiesReq.js +1 -1
- package/dist/models/ValidatePropertiesRes.d.ts +1 -1
- package/dist/models/ValidatePropertiesRes.js +1 -1
- package/dist/models/ValidateServiceTypeProperties200Response.d.ts +1 -1
- package/dist/models/ValidateServiceTypeProperties200Response.js +1 -1
- package/dist/models/ValidateServiceTypePropertiesRequest.d.ts +1 -1
- package/dist/models/ValidateServiceTypePropertiesRequest.js +1 -1
- package/dist/models/ValidationError.d.ts +1 -1
- package/dist/models/ValidationError.js +1 -1
- package/dist/models/ValidatorDefinition.d.ts +8 -4
- package/dist/models/ValidatorDefinition.js +7 -5
- package/dist/models/Variant.d.ts +1 -1
- package/dist/models/Variant.js +1 -1
- package/dist/models/index.d.ts +40 -30
- package/dist/models/index.js +40 -30
- 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 +376 -198
- 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 +360 -504
- package/src/apis/TokensApi.ts +101 -80
- package/src/apis/TransactionsApi.ts +63 -63
- package/src/models/AcknowledgeEvents200Response.ts +1 -1
- package/src/models/AcknowledgeEventsRequest.ts +1 -1
- package/src/models/AgentCreateRes.ts +17 -1
- package/src/models/AgentRes.ts +17 -1
- package/src/models/AgentStatus.ts +1 -1
- package/src/models/AgentTypeReq.ts +1 -1
- package/src/models/AgentTypeRes.ts +20 -12
- package/src/models/AgentTypesGet200Response.ts +105 -0
- 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 +81 -0
- package/src/models/CompleteJobRequest.ts +1 -1
- package/src/models/CreateAgentReq.ts +9 -1
- package/src/models/CreateAgentTypeReq.ts +91 -0
- package/src/models/CreateCEMServiceReq.ts +1 -1
- package/src/models/CreateEventRequest.ts +1 -1
- package/src/models/CreateMetricEntryRequest.ts +1 -1
- package/src/models/CreateMetricTypeRequest.ts +1 -1
- package/src/models/CreateServiceTypeReq.ts +97 -0
- package/src/models/ErrorRes.ts +5 -13
- package/src/models/EventAckReq.ts +84 -0
- package/src/models/EventAckRes.ts +65 -0
- package/src/models/EventLeaseReq.ts +91 -0
- package/src/models/EventLeaseRes.ts +89 -0
- package/src/models/EventRes.ts +145 -0
- package/src/models/EventsList200Response.ts +113 -0
- package/src/models/FailJobReq.ts +68 -0
- package/src/models/FailJobRequest.ts +1 -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/LeaseEvents200Response.ts +1 -1
- package/src/models/LeaseEventsRequest.ts +1 -1
- 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/ListEvents200ResponseInner.ts +1 -1
- package/src/models/ListMetricEntries200ResponseInner.ts +1 -1
- package/src/models/ListMetricTypes200ResponseInner.ts +1 -1
- package/src/models/MarkJobUnsupportedRequest.ts +1 -1
- package/src/models/MetricEntityType.ts +54 -0
- package/src/models/MetricEntriesList200Response.ts +113 -0
- package/src/models/MetricEntryReq.ts +100 -0
- package/src/models/MetricEntryRes.ts +137 -0
- package/src/models/MetricTypeReq.ts +85 -0
- package/src/models/MetricTypeRes.ts +107 -0
- 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/PaginationParams.ts +1 -1
- 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/ServiceAction.ts +1 -1
- 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 +108 -0
- package/src/models/ServiceRes.ts +22 -139
- package/src/models/ServiceStatus.ts +2 -8
- package/src/models/ServiceTypeReq.ts +6 -14
- package/src/models/ServiceTypeRes.ts +17 -2
- package/src/models/ServiceTypesGet200Response.ts +105 -0
- 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/UnsupportedJobReq.ts +66 -0
- package/src/models/UpdateAgentReq.ts +9 -1
- package/src/models/UpdateAgentTypeReq.ts +89 -0
- package/src/models/UpdateCEMServiceReq.ts +1 -1
- package/src/models/UpdateJobRequest.ts +1 -1
- package/src/models/UpdateMetricTypeRequest.ts +1 -1
- package/src/models/UpdateMyAgentStatusRequest.ts +1 -1
- package/src/models/UpdateParticipantRequest.ts +1 -1
- package/src/models/UpdateServiceGroupRequest.ts +1 -1
- package/src/models/UpdateServiceTypeReq.ts +96 -0
- package/src/models/UpdateServiceTypeRequest.ts +1 -1
- package/src/models/UpdateTokenRequest.ts +1 -1
- package/src/models/UpdateTransactionRecordRequest.ts +1 -1
- package/src/models/ValidatePropertiesReq.ts +1 -1
- package/src/models/ValidatePropertiesRes.ts +1 -1
- package/src/models/ValidateServiceTypeProperties200Response.ts +1 -1
- package/src/models/ValidateServiceTypePropertiesRequest.ts +1 -1
- package/src/models/ValidationError.ts +1 -1
- package/src/models/ValidatorDefinition.ts +10 -8
- package/src/models/Variant.ts +1 -1
- package/src/models/index.ts +40 -30
- package/src/runtime.ts +1 -1
|
@@ -0,0 +1,380 @@
|
|
|
1
|
+
# ParticipantsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://api.fulcrum.testudosrl.dev/api/v1*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
| [**participantsCreate**](ParticipantsApi.md#participantscreate) | **POST** /participants | Create a participant |
|
|
8
|
+
| [**participantsDelete**](ParticipantsApi.md#participantsdelete) | **DELETE** /participants/{id} | Delete a participant |
|
|
9
|
+
| [**participantsGet**](ParticipantsApi.md#participantsget) | **GET** /participants/{id} | Get a participant |
|
|
10
|
+
| [**participantsList**](ParticipantsApi.md#participantslist) | **GET** /participants | List participants |
|
|
11
|
+
| [**participantsUpdate**](ParticipantsApi.md#participantsupdate) | **PATCH** /participants/{id} | Update a participant |
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## participantsCreate
|
|
16
|
+
|
|
17
|
+
> ParticipantRes participantsCreate(participantReq)
|
|
18
|
+
|
|
19
|
+
Create a participant
|
|
20
|
+
|
|
21
|
+
Creates a new participant
|
|
22
|
+
|
|
23
|
+
### Example
|
|
24
|
+
|
|
25
|
+
```ts
|
|
26
|
+
import {
|
|
27
|
+
Configuration,
|
|
28
|
+
ParticipantsApi,
|
|
29
|
+
} from 'fulcrum-cem-client';
|
|
30
|
+
import type { ParticipantsCreateRequest } from 'fulcrum-cem-client';
|
|
31
|
+
|
|
32
|
+
async function example() {
|
|
33
|
+
console.log("🚀 Testing fulcrum-cem-client SDK...");
|
|
34
|
+
const config = new Configuration({
|
|
35
|
+
// To configure OAuth2 access token for authorization: BearerAuth implicit
|
|
36
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
37
|
+
});
|
|
38
|
+
const api = new ParticipantsApi(config);
|
|
39
|
+
|
|
40
|
+
const body = {
|
|
41
|
+
// ParticipantReq
|
|
42
|
+
participantReq: ...,
|
|
43
|
+
} satisfies ParticipantsCreateRequest;
|
|
44
|
+
|
|
45
|
+
try {
|
|
46
|
+
const data = await api.participantsCreate(body);
|
|
47
|
+
console.log(data);
|
|
48
|
+
} catch (error) {
|
|
49
|
+
console.error(error);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
// Run the test
|
|
54
|
+
example().catch(console.error);
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
### Parameters
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
| Name | Type | Description | Notes |
|
|
61
|
+
|------------- | ------------- | ------------- | -------------|
|
|
62
|
+
| **participantReq** | [ParticipantReq](ParticipantReq.md) | | |
|
|
63
|
+
|
|
64
|
+
### Return type
|
|
65
|
+
|
|
66
|
+
[**ParticipantRes**](ParticipantRes.md)
|
|
67
|
+
|
|
68
|
+
### Authorization
|
|
69
|
+
|
|
70
|
+
[BearerAuth implicit](../README.md#BearerAuth-implicit)
|
|
71
|
+
|
|
72
|
+
### HTTP request headers
|
|
73
|
+
|
|
74
|
+
- **Content-Type**: `application/json`
|
|
75
|
+
- **Accept**: `application/json`
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
### HTTP response details
|
|
79
|
+
| Status code | Description | Response headers |
|
|
80
|
+
|-------------|-------------|------------------|
|
|
81
|
+
| **201** | Participant created successfully | - |
|
|
82
|
+
| **400** | Invalid request | - |
|
|
83
|
+
|
|
84
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## participantsDelete
|
|
88
|
+
|
|
89
|
+
> participantsDelete(id)
|
|
90
|
+
|
|
91
|
+
Delete a participant
|
|
92
|
+
|
|
93
|
+
Deletes a participant by ID
|
|
94
|
+
|
|
95
|
+
### Example
|
|
96
|
+
|
|
97
|
+
```ts
|
|
98
|
+
import {
|
|
99
|
+
Configuration,
|
|
100
|
+
ParticipantsApi,
|
|
101
|
+
} from 'fulcrum-cem-client';
|
|
102
|
+
import type { ParticipantsDeleteRequest } from 'fulcrum-cem-client';
|
|
103
|
+
|
|
104
|
+
async function example() {
|
|
105
|
+
console.log("🚀 Testing fulcrum-cem-client SDK...");
|
|
106
|
+
const config = new Configuration({
|
|
107
|
+
// To configure OAuth2 access token for authorization: BearerAuth implicit
|
|
108
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
109
|
+
});
|
|
110
|
+
const api = new ParticipantsApi(config);
|
|
111
|
+
|
|
112
|
+
const body = {
|
|
113
|
+
// string
|
|
114
|
+
id: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
|
|
115
|
+
} satisfies ParticipantsDeleteRequest;
|
|
116
|
+
|
|
117
|
+
try {
|
|
118
|
+
const data = await api.participantsDelete(body);
|
|
119
|
+
console.log(data);
|
|
120
|
+
} catch (error) {
|
|
121
|
+
console.error(error);
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
// Run the test
|
|
126
|
+
example().catch(console.error);
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
### Parameters
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
| Name | Type | Description | Notes |
|
|
133
|
+
|------------- | ------------- | ------------- | -------------|
|
|
134
|
+
| **id** | `string` | | [Defaults to `undefined`] |
|
|
135
|
+
|
|
136
|
+
### Return type
|
|
137
|
+
|
|
138
|
+
`void` (Empty response body)
|
|
139
|
+
|
|
140
|
+
### Authorization
|
|
141
|
+
|
|
142
|
+
[BearerAuth implicit](../README.md#BearerAuth-implicit)
|
|
143
|
+
|
|
144
|
+
### HTTP request headers
|
|
145
|
+
|
|
146
|
+
- **Content-Type**: Not defined
|
|
147
|
+
- **Accept**: `application/json`
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
### HTTP response details
|
|
151
|
+
| Status code | Description | Response headers |
|
|
152
|
+
|-------------|-------------|------------------|
|
|
153
|
+
| **204** | Participant deleted successfully | - |
|
|
154
|
+
| **404** | Participant not found | - |
|
|
155
|
+
|
|
156
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
## participantsGet
|
|
160
|
+
|
|
161
|
+
> ParticipantRes participantsGet(id)
|
|
162
|
+
|
|
163
|
+
Get a participant
|
|
164
|
+
|
|
165
|
+
Retrieves a specific participant by ID
|
|
166
|
+
|
|
167
|
+
### Example
|
|
168
|
+
|
|
169
|
+
```ts
|
|
170
|
+
import {
|
|
171
|
+
Configuration,
|
|
172
|
+
ParticipantsApi,
|
|
173
|
+
} from 'fulcrum-cem-client';
|
|
174
|
+
import type { ParticipantsGetRequest } from 'fulcrum-cem-client';
|
|
175
|
+
|
|
176
|
+
async function example() {
|
|
177
|
+
console.log("🚀 Testing fulcrum-cem-client SDK...");
|
|
178
|
+
const config = new Configuration({
|
|
179
|
+
// To configure OAuth2 access token for authorization: BearerAuth implicit
|
|
180
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
181
|
+
});
|
|
182
|
+
const api = new ParticipantsApi(config);
|
|
183
|
+
|
|
184
|
+
const body = {
|
|
185
|
+
// string
|
|
186
|
+
id: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
|
|
187
|
+
} satisfies ParticipantsGetRequest;
|
|
188
|
+
|
|
189
|
+
try {
|
|
190
|
+
const data = await api.participantsGet(body);
|
|
191
|
+
console.log(data);
|
|
192
|
+
} catch (error) {
|
|
193
|
+
console.error(error);
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
// Run the test
|
|
198
|
+
example().catch(console.error);
|
|
199
|
+
```
|
|
200
|
+
|
|
201
|
+
### Parameters
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
| Name | Type | Description | Notes |
|
|
205
|
+
|------------- | ------------- | ------------- | -------------|
|
|
206
|
+
| **id** | `string` | | [Defaults to `undefined`] |
|
|
207
|
+
|
|
208
|
+
### Return type
|
|
209
|
+
|
|
210
|
+
[**ParticipantRes**](ParticipantRes.md)
|
|
211
|
+
|
|
212
|
+
### Authorization
|
|
213
|
+
|
|
214
|
+
[BearerAuth implicit](../README.md#BearerAuth-implicit)
|
|
215
|
+
|
|
216
|
+
### HTTP request headers
|
|
217
|
+
|
|
218
|
+
- **Content-Type**: Not defined
|
|
219
|
+
- **Accept**: `application/json`
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
### HTTP response details
|
|
223
|
+
| Status code | Description | Response headers |
|
|
224
|
+
|-------------|-------------|------------------|
|
|
225
|
+
| **200** | The participant details | - |
|
|
226
|
+
| **404** | Participant not found | - |
|
|
227
|
+
|
|
228
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
## participantsList
|
|
232
|
+
|
|
233
|
+
> ParticipantsList200Response participantsList(page, pageSize)
|
|
234
|
+
|
|
235
|
+
List participants
|
|
236
|
+
|
|
237
|
+
Retrieves a paginated list of participants
|
|
238
|
+
|
|
239
|
+
### Example
|
|
240
|
+
|
|
241
|
+
```ts
|
|
242
|
+
import {
|
|
243
|
+
Configuration,
|
|
244
|
+
ParticipantsApi,
|
|
245
|
+
} from 'fulcrum-cem-client';
|
|
246
|
+
import type { ParticipantsListRequest } from 'fulcrum-cem-client';
|
|
247
|
+
|
|
248
|
+
async function example() {
|
|
249
|
+
console.log("🚀 Testing fulcrum-cem-client SDK...");
|
|
250
|
+
const config = new Configuration({
|
|
251
|
+
// To configure OAuth2 access token for authorization: BearerAuth implicit
|
|
252
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
253
|
+
});
|
|
254
|
+
const api = new ParticipantsApi(config);
|
|
255
|
+
|
|
256
|
+
const body = {
|
|
257
|
+
// number (optional)
|
|
258
|
+
page: 56,
|
|
259
|
+
// number (optional)
|
|
260
|
+
pageSize: 56,
|
|
261
|
+
} satisfies ParticipantsListRequest;
|
|
262
|
+
|
|
263
|
+
try {
|
|
264
|
+
const data = await api.participantsList(body);
|
|
265
|
+
console.log(data);
|
|
266
|
+
} catch (error) {
|
|
267
|
+
console.error(error);
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
// Run the test
|
|
272
|
+
example().catch(console.error);
|
|
273
|
+
```
|
|
274
|
+
|
|
275
|
+
### Parameters
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
| Name | Type | Description | Notes |
|
|
279
|
+
|------------- | ------------- | ------------- | -------------|
|
|
280
|
+
| **page** | `number` | | [Optional] [Defaults to `1`] |
|
|
281
|
+
| **pageSize** | `number` | | [Optional] [Defaults to `20`] |
|
|
282
|
+
|
|
283
|
+
### Return type
|
|
284
|
+
|
|
285
|
+
[**ParticipantsList200Response**](ParticipantsList200Response.md)
|
|
286
|
+
|
|
287
|
+
### Authorization
|
|
288
|
+
|
|
289
|
+
[BearerAuth implicit](../README.md#BearerAuth-implicit)
|
|
290
|
+
|
|
291
|
+
### HTTP request headers
|
|
292
|
+
|
|
293
|
+
- **Content-Type**: Not defined
|
|
294
|
+
- **Accept**: `application/json`
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
### HTTP response details
|
|
298
|
+
| Status code | Description | Response headers |
|
|
299
|
+
|-------------|-------------|------------------|
|
|
300
|
+
| **200** | A paginated list of participants | - |
|
|
301
|
+
| **401** | Unauthorized | - |
|
|
302
|
+
| **403** | Forbidden | - |
|
|
303
|
+
|
|
304
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
## participantsUpdate
|
|
308
|
+
|
|
309
|
+
> ParticipantRes participantsUpdate(id, participantReq)
|
|
310
|
+
|
|
311
|
+
Update a participant
|
|
312
|
+
|
|
313
|
+
Updates an existing participant
|
|
314
|
+
|
|
315
|
+
### Example
|
|
316
|
+
|
|
317
|
+
```ts
|
|
318
|
+
import {
|
|
319
|
+
Configuration,
|
|
320
|
+
ParticipantsApi,
|
|
321
|
+
} from 'fulcrum-cem-client';
|
|
322
|
+
import type { ParticipantsUpdateRequest } from 'fulcrum-cem-client';
|
|
323
|
+
|
|
324
|
+
async function example() {
|
|
325
|
+
console.log("🚀 Testing fulcrum-cem-client SDK...");
|
|
326
|
+
const config = new Configuration({
|
|
327
|
+
// To configure OAuth2 access token for authorization: BearerAuth implicit
|
|
328
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
329
|
+
});
|
|
330
|
+
const api = new ParticipantsApi(config);
|
|
331
|
+
|
|
332
|
+
const body = {
|
|
333
|
+
// string
|
|
334
|
+
id: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
|
|
335
|
+
// ParticipantReq
|
|
336
|
+
participantReq: ...,
|
|
337
|
+
} satisfies ParticipantsUpdateRequest;
|
|
338
|
+
|
|
339
|
+
try {
|
|
340
|
+
const data = await api.participantsUpdate(body);
|
|
341
|
+
console.log(data);
|
|
342
|
+
} catch (error) {
|
|
343
|
+
console.error(error);
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
// Run the test
|
|
348
|
+
example().catch(console.error);
|
|
349
|
+
```
|
|
350
|
+
|
|
351
|
+
### Parameters
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
| Name | Type | Description | Notes |
|
|
355
|
+
|------------- | ------------- | ------------- | -------------|
|
|
356
|
+
| **id** | `string` | | [Defaults to `undefined`] |
|
|
357
|
+
| **participantReq** | [ParticipantReq](ParticipantReq.md) | | |
|
|
358
|
+
|
|
359
|
+
### Return type
|
|
360
|
+
|
|
361
|
+
[**ParticipantRes**](ParticipantRes.md)
|
|
362
|
+
|
|
363
|
+
### Authorization
|
|
364
|
+
|
|
365
|
+
[BearerAuth implicit](../README.md#BearerAuth-implicit)
|
|
366
|
+
|
|
367
|
+
### HTTP request headers
|
|
368
|
+
|
|
369
|
+
- **Content-Type**: `application/json`
|
|
370
|
+
- **Accept**: `application/json`
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
### HTTP response details
|
|
374
|
+
| Status code | Description | Response headers |
|
|
375
|
+
|-------------|-------------|------------------|
|
|
376
|
+
| **200** | Participant updated successfully | - |
|
|
377
|
+
| **404** | Participant not found | - |
|
|
378
|
+
|
|
379
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
380
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
|
|
2
|
+
# ParticipantsList200Response
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`items` | [Array<ParticipantRes>](ParticipantRes.md)
|
|
10
|
+
`totalItems` | number
|
|
11
|
+
`totalPages` | number
|
|
12
|
+
`currentPage` | number
|
|
13
|
+
`hasNext` | boolean
|
|
14
|
+
`hasPrev` | boolean
|
|
15
|
+
|
|
16
|
+
## Example
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
import type { ParticipantsList200Response } from 'fulcrum-cem-client'
|
|
20
|
+
|
|
21
|
+
// TODO: Update the object below with actual values
|
|
22
|
+
const example = {
|
|
23
|
+
"items": null,
|
|
24
|
+
"totalItems": null,
|
|
25
|
+
"totalPages": null,
|
|
26
|
+
"currentPage": null,
|
|
27
|
+
"hasNext": null,
|
|
28
|
+
"hasPrev": null,
|
|
29
|
+
} satisfies ParticipantsList200Response
|
|
30
|
+
|
|
31
|
+
console.log(example)
|
|
32
|
+
|
|
33
|
+
// Convert the instance to a JSON string
|
|
34
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
35
|
+
console.log(exampleJSON)
|
|
36
|
+
|
|
37
|
+
// Parse the JSON string back to an object
|
|
38
|
+
const exampleParsed = JSON.parse(exampleJSON) as ParticipantsList200Response
|
|
39
|
+
console.log(exampleParsed)
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
43
|
+
|
|
44
|
+
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
|
|
2
|
+
# PriceItem
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`id` | string
|
|
10
|
+
`name` | string
|
|
11
|
+
`price` | number
|
|
12
|
+
`currency` | string
|
|
13
|
+
`unit` | string
|
|
14
|
+
`billingPeriod` | string
|
|
15
|
+
`description` | string
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```typescript
|
|
20
|
+
import type { PriceItem } from 'fulcrum-cem-client'
|
|
21
|
+
|
|
22
|
+
// TODO: Update the object below with actual values
|
|
23
|
+
const example = {
|
|
24
|
+
"id": null,
|
|
25
|
+
"name": null,
|
|
26
|
+
"price": null,
|
|
27
|
+
"currency": null,
|
|
28
|
+
"unit": null,
|
|
29
|
+
"billingPeriod": null,
|
|
30
|
+
"description": null,
|
|
31
|
+
} satisfies PriceItem
|
|
32
|
+
|
|
33
|
+
console.log(example)
|
|
34
|
+
|
|
35
|
+
// Convert the instance to a JSON string
|
|
36
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
37
|
+
console.log(exampleJSON)
|
|
38
|
+
|
|
39
|
+
// Parse the JSON string back to an object
|
|
40
|
+
const exampleParsed = JSON.parse(exampleJSON) as PriceItem
|
|
41
|
+
console.log(exampleParsed)
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
45
|
+
|
|
46
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
|
|
2
|
+
# PropertyDefinition
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`type` | string
|
|
10
|
+
`label` | string
|
|
11
|
+
`required` | boolean
|
|
12
|
+
`_default` | any
|
|
13
|
+
`immutable` | boolean
|
|
14
|
+
`authorizers` | [Array<AuthorizerDefinition>](AuthorizerDefinition.md)
|
|
15
|
+
`secret` | [SecretDefinition](SecretDefinition.md)
|
|
16
|
+
`generator` | [GeneratorDefinition](GeneratorDefinition.md)
|
|
17
|
+
`validators` | [Array<ValidatorDefinition>](ValidatorDefinition.md)
|
|
18
|
+
`properties` | [{ [key: string]: PropertyDefinition; }](PropertyDefinition.md)
|
|
19
|
+
`items` | [PropertyDefinition](PropertyDefinition.md)
|
|
20
|
+
|
|
21
|
+
## Example
|
|
22
|
+
|
|
23
|
+
```typescript
|
|
24
|
+
import type { PropertyDefinition } from 'fulcrum-cem-client'
|
|
25
|
+
|
|
26
|
+
// TODO: Update the object below with actual values
|
|
27
|
+
const example = {
|
|
28
|
+
"type": null,
|
|
29
|
+
"label": null,
|
|
30
|
+
"required": null,
|
|
31
|
+
"_default": null,
|
|
32
|
+
"immutable": null,
|
|
33
|
+
"authorizers": null,
|
|
34
|
+
"secret": null,
|
|
35
|
+
"generator": null,
|
|
36
|
+
"validators": null,
|
|
37
|
+
"properties": null,
|
|
38
|
+
"items": null,
|
|
39
|
+
} satisfies PropertyDefinition
|
|
40
|
+
|
|
41
|
+
console.log(example)
|
|
42
|
+
|
|
43
|
+
// Convert the instance to a JSON string
|
|
44
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
45
|
+
console.log(exampleJSON)
|
|
46
|
+
|
|
47
|
+
// Parse the JSON string back to an object
|
|
48
|
+
const exampleParsed = JSON.parse(exampleJSON) as PropertyDefinition
|
|
49
|
+
console.log(exampleParsed)
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
53
|
+
|
|
54
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
|
|
2
|
+
# SecretDefinition
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`type` | string
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import type { SecretDefinition } from 'fulcrum-cem-client'
|
|
15
|
+
|
|
16
|
+
// TODO: Update the object below with actual values
|
|
17
|
+
const example = {
|
|
18
|
+
"type": persistent,
|
|
19
|
+
} satisfies SecretDefinition
|
|
20
|
+
|
|
21
|
+
console.log(example)
|
|
22
|
+
|
|
23
|
+
// Convert the instance to a JSON string
|
|
24
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
25
|
+
console.log(exampleJSON)
|
|
26
|
+
|
|
27
|
+
// Parse the JSON string back to an object
|
|
28
|
+
const exampleParsed = JSON.parse(exampleJSON) as SecretDefinition
|
|
29
|
+
console.log(exampleParsed)
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
33
|
+
|
|
34
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
|
|
2
|
+
# ServiceGroupReq
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`name` | string
|
|
10
|
+
`consumerId` | string
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import type { ServiceGroupReq } from 'fulcrum-cem-client'
|
|
16
|
+
|
|
17
|
+
// TODO: Update the object below with actual values
|
|
18
|
+
const example = {
|
|
19
|
+
"name": Web Servers,
|
|
20
|
+
"consumerId": 123e4567-e89b-12d3-a456-426614174000,
|
|
21
|
+
} satisfies ServiceGroupReq
|
|
22
|
+
|
|
23
|
+
console.log(example)
|
|
24
|
+
|
|
25
|
+
// Convert the instance to a JSON string
|
|
26
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
27
|
+
console.log(exampleJSON)
|
|
28
|
+
|
|
29
|
+
// Parse the JSON string back to an object
|
|
30
|
+
const exampleParsed = JSON.parse(exampleJSON) as ServiceGroupReq
|
|
31
|
+
console.log(exampleParsed)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
35
|
+
|
|
36
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
|
|
2
|
+
# ServiceGroupRes
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`id` | string
|
|
10
|
+
`name` | string
|
|
11
|
+
`consumerId` | string
|
|
12
|
+
`createdAt` | Date
|
|
13
|
+
`updatedAt` | Date
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import type { ServiceGroupRes } from 'fulcrum-cem-client'
|
|
19
|
+
|
|
20
|
+
// TODO: Update the object below with actual values
|
|
21
|
+
const example = {
|
|
22
|
+
"id": 123e4567-e89b-12d3-a456-426614174000,
|
|
23
|
+
"name": Web Servers,
|
|
24
|
+
"consumerId": 123e4567-e89b-12d3-a456-426614174000,
|
|
25
|
+
"createdAt": null,
|
|
26
|
+
"updatedAt": null,
|
|
27
|
+
} satisfies ServiceGroupRes
|
|
28
|
+
|
|
29
|
+
console.log(example)
|
|
30
|
+
|
|
31
|
+
// Convert the instance to a JSON string
|
|
32
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
33
|
+
console.log(exampleJSON)
|
|
34
|
+
|
|
35
|
+
// Parse the JSON string back to an object
|
|
36
|
+
const exampleParsed = JSON.parse(exampleJSON) as ServiceGroupRes
|
|
37
|
+
console.log(exampleParsed)
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
41
|
+
|
|
42
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
|
|
2
|
+
# ServiceGroupsList200Response
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`items` | [Array<ServiceGroupRes>](ServiceGroupRes.md)
|
|
10
|
+
`totalItems` | number
|
|
11
|
+
`totalPages` | number
|
|
12
|
+
`currentPage` | number
|
|
13
|
+
`hasNext` | boolean
|
|
14
|
+
`hasPrev` | boolean
|
|
15
|
+
|
|
16
|
+
## Example
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
import type { ServiceGroupsList200Response } from 'fulcrum-cem-client'
|
|
20
|
+
|
|
21
|
+
// TODO: Update the object below with actual values
|
|
22
|
+
const example = {
|
|
23
|
+
"items": null,
|
|
24
|
+
"totalItems": null,
|
|
25
|
+
"totalPages": null,
|
|
26
|
+
"currentPage": null,
|
|
27
|
+
"hasNext": null,
|
|
28
|
+
"hasPrev": null,
|
|
29
|
+
} satisfies ServiceGroupsList200Response
|
|
30
|
+
|
|
31
|
+
console.log(example)
|
|
32
|
+
|
|
33
|
+
// Convert the instance to a JSON string
|
|
34
|
+
const exampleJSON: string = JSON.stringify(example)
|
|
35
|
+
console.log(exampleJSON)
|
|
36
|
+
|
|
37
|
+
// Parse the JSON string back to an object
|
|
38
|
+
const exampleParsed = JSON.parse(exampleJSON) as ServiceGroupsList200Response
|
|
39
|
+
console.log(exampleParsed)
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
43
|
+
|
|
44
|
+
|