@cirrobio/api-client 0.9.0 → 0.9.2
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/README.md +1 -1
- package/dist/apis/AuditApi.d.ts +60 -0
- package/dist/apis/AuditApi.js +114 -0
- package/dist/apis/BillingApi.d.ts +71 -0
- package/dist/apis/BillingApi.js +186 -0
- package/dist/apis/ComputeEnvironmentApi.d.ts +124 -0
- package/dist/apis/ComputeEnvironmentApi.js +345 -0
- package/dist/apis/DashboardsApi.d.ts +88 -0
- package/dist/apis/DashboardsApi.js +237 -0
- package/dist/apis/DatasetsApi.d.ts +162 -0
- package/dist/apis/DatasetsApi.js +447 -0
- package/dist/apis/ExecutionApi.d.ts +110 -0
- package/dist/apis/ExecutionApi.js +287 -0
- package/dist/apis/FileApi.d.ts +60 -0
- package/dist/apis/FileApi.js +159 -0
- package/dist/apis/GovernanceApi.d.ts +253 -0
- package/dist/apis/GovernanceApi.js +726 -0
- package/dist/apis/MetadataApi.d.ts +85 -0
- package/dist/apis/MetadataApi.js +235 -0
- package/dist/apis/MetricsApi.d.ts +41 -0
- package/dist/apis/MetricsApi.js +104 -0
- package/dist/apis/NotebooksApi.d.ts +101 -0
- package/dist/apis/NotebooksApi.js +270 -0
- package/dist/apis/ProcessesApi.d.ts +138 -0
- package/dist/apis/ProcessesApi.js +381 -0
- package/dist/apis/ProjectRequestsApi.d.ts +31 -0
- package/dist/apis/ProjectRequestsApi.js +72 -0
- package/dist/apis/ProjectsApi.d.ts +225 -0
- package/dist/apis/ProjectsApi.js +645 -0
- package/dist/apis/ReferencesApi.d.ts +91 -0
- package/dist/apis/ReferencesApi.js +252 -0
- package/dist/apis/SharingApi.d.ts +145 -0
- package/dist/apis/SharingApi.js +396 -0
- package/dist/apis/SystemApi.d.ts +36 -0
- package/dist/apis/SystemApi.js +99 -0
- package/dist/apis/ToolsApi.d.ts +31 -0
- package/dist/apis/ToolsApi.js +72 -0
- package/dist/apis/UsersApi.d.ts +86 -0
- package/dist/apis/UsersApi.js +230 -0
- package/dist/apis/index.d.ts +19 -0
- package/dist/apis/index.js +37 -0
- package/dist/esm/apis/AuditApi.d.ts +60 -0
- package/dist/esm/apis/AuditApi.js +110 -0
- package/dist/esm/apis/BillingApi.d.ts +71 -0
- package/dist/esm/apis/BillingApi.js +182 -0
- package/dist/esm/apis/ComputeEnvironmentApi.d.ts +124 -0
- package/dist/esm/apis/ComputeEnvironmentApi.js +341 -0
- package/dist/esm/apis/DashboardsApi.d.ts +88 -0
- package/dist/esm/apis/DashboardsApi.js +233 -0
- package/dist/esm/apis/DatasetsApi.d.ts +162 -0
- package/dist/esm/apis/DatasetsApi.js +443 -0
- package/dist/esm/apis/ExecutionApi.d.ts +110 -0
- package/dist/esm/apis/ExecutionApi.js +283 -0
- package/dist/esm/apis/FileApi.d.ts +60 -0
- package/dist/esm/apis/FileApi.js +155 -0
- package/dist/esm/apis/GovernanceApi.d.ts +253 -0
- package/dist/esm/apis/GovernanceApi.js +722 -0
- package/dist/esm/apis/MetadataApi.d.ts +85 -0
- package/dist/esm/apis/MetadataApi.js +231 -0
- package/dist/esm/apis/MetricsApi.d.ts +41 -0
- package/dist/esm/apis/MetricsApi.js +100 -0
- package/dist/esm/apis/NotebooksApi.d.ts +101 -0
- package/dist/esm/apis/NotebooksApi.js +266 -0
- package/dist/esm/apis/ProcessesApi.d.ts +138 -0
- package/dist/esm/apis/ProcessesApi.js +377 -0
- package/dist/esm/apis/ProjectRequestsApi.d.ts +31 -0
- package/dist/esm/apis/ProjectRequestsApi.js +68 -0
- package/dist/esm/apis/ProjectsApi.d.ts +225 -0
- package/dist/esm/apis/ProjectsApi.js +641 -0
- package/dist/esm/apis/ReferencesApi.d.ts +91 -0
- package/dist/esm/apis/ReferencesApi.js +248 -0
- package/dist/esm/apis/SharingApi.d.ts +145 -0
- package/dist/esm/apis/SharingApi.js +392 -0
- package/dist/esm/apis/SystemApi.d.ts +36 -0
- package/dist/esm/apis/SystemApi.js +95 -0
- package/dist/esm/apis/ToolsApi.d.ts +31 -0
- package/dist/esm/apis/ToolsApi.js +68 -0
- package/dist/esm/apis/UsersApi.d.ts +86 -0
- package/dist/esm/apis/UsersApi.js +226 -0
- package/dist/esm/apis/index.d.ts +19 -0
- package/dist/esm/index.d.ts +3 -0
- package/dist/esm/models/AWSCredentials.d.ts +55 -0
- package/{src/models/AWSCredentials.ts → dist/esm/models/AWSCredentials.js} +5 -51
- package/dist/esm/models/Agent.d.ts +52 -0
- package/{src/models/Agent.ts → dist/esm/models/Agent.js} +6 -52
- package/dist/esm/models/AgentDetail.d.ts +91 -0
- package/{src/models/AgentDetail.ts → dist/esm/models/AgentDetail.js} +7 -94
- package/dist/esm/models/AgentInput.d.ts +67 -0
- package/{src/models/AgentInput.ts → dist/esm/models/AgentInput.js} +5 -57
- package/dist/esm/models/AgentRegistration.d.ts +55 -0
- package/{src/models/AgentRegistration.ts → dist/esm/models/AgentRegistration.js} +4 -51
- package/dist/esm/models/AgentStatus.d.ts +23 -0
- package/{src/models/AgentStatus.ts → dist/esm/models/AgentStatus.js} +10 -15
- package/dist/esm/models/AllowedDataType.d.ts +44 -0
- package/dist/esm/models/AllowedDataType.js +50 -0
- package/dist/esm/models/ApproveAccessRequest.d.ts +32 -0
- package/{src/models/ApproveAccessRequest.ts → dist/esm/models/ApproveAccessRequest.js} +5 -34
- package/dist/esm/models/ApproveProjectAccessRequest.d.ts +32 -0
- package/{src/models/ApproveProjectAccessRequest.ts → dist/esm/models/ApproveProjectAccessRequest.js} +5 -34
- package/dist/esm/models/Artifact.d.ts +38 -0
- package/{src/models/Artifact.ts → dist/esm/models/Artifact.js} +5 -40
- package/dist/esm/models/ArtifactType.d.ts +34 -0
- package/dist/esm/models/ArtifactType.js +43 -0
- package/dist/esm/models/AuditEvent.d.ts +89 -0
- package/{src/models/AuditEvent.ts → dist/esm/models/AuditEvent.js} +5 -81
- package/dist/esm/models/AuthInfo.d.ts +55 -0
- package/{src/models/AuthInfo.ts → dist/esm/models/AuthInfo.js} +4 -51
- package/dist/esm/models/BillingAccount.d.ts +88 -0
- package/dist/esm/models/BillingAccount.js +73 -0
- package/dist/esm/models/BillingAccountRequest.d.ts +70 -0
- package/dist/esm/models/BillingAccountRequest.js +64 -0
- package/dist/esm/models/BillingMethod.d.ts +24 -0
- package/dist/esm/models/BillingMethod.js +33 -0
- package/dist/esm/models/BudgetPeriod.d.ts +24 -0
- package/{src/models/BudgetPeriod.ts → dist/esm/models/BudgetPeriod.js} +11 -16
- package/dist/esm/models/ClassificationInput.d.ts +43 -0
- package/{src/models/ClassificationInput.ts → dist/esm/models/ClassificationInput.js} +4 -39
- package/dist/esm/models/CloudAccount.d.ts +50 -0
- package/{src/models/CloudAccount.ts → dist/esm/models/CloudAccount.js} +6 -52
- package/dist/esm/models/CloudAccountType.d.ts +23 -0
- package/{src/models/CloudAccountType.ts → dist/esm/models/CloudAccountType.js} +10 -15
- package/dist/esm/models/ColumnDefinition.d.ts +43 -0
- package/{src/models/ColumnDefinition.ts → dist/esm/models/ColumnDefinition.js} +5 -39
- package/dist/esm/models/ComputeEnvironmentConfiguration.d.ts +77 -0
- package/dist/esm/models/ComputeEnvironmentConfiguration.js +62 -0
- package/dist/esm/models/ComputeEnvironmentConfigurationInput.d.ts +45 -0
- package/{src/models/ComputeEnvironmentConfigurationInput.ts → dist/esm/models/ComputeEnvironmentConfigurationInput.js} +5 -39
- package/dist/esm/models/Contact.d.ts +49 -0
- package/{src/models/Contact.ts → dist/esm/models/Contact.js} +4 -45
- package/dist/esm/models/ContactInput.d.ts +55 -0
- package/{src/models/ContactInput.ts → dist/esm/models/ContactInput.js} +4 -51
- package/dist/esm/models/CreateNotebookInstanceRequest.d.ts +61 -0
- package/{src/models/CreateNotebookInstanceRequest.ts → dist/esm/models/CreateNotebookInstanceRequest.js} +5 -57
- package/dist/esm/models/CreateProjectAccessRequest.d.ts +38 -0
- package/{src/models/CreateProjectAccessRequest.ts → dist/esm/models/CreateProjectAccessRequest.js} +5 -40
- package/dist/esm/models/CreateReferenceRequest.d.ts +49 -0
- package/{src/models/CreateReferenceRequest.ts → dist/esm/models/CreateReferenceRequest.js} +4 -45
- package/dist/esm/models/CreateResponse.d.ts +37 -0
- package/{src/models/CreateResponse.ts → dist/esm/models/CreateResponse.js} +4 -33
- package/dist/esm/models/CustomPipelineSettings.d.ts +75 -0
- package/dist/esm/models/CustomPipelineSettings.js +60 -0
- package/dist/esm/models/CustomProcessInput.d.ts +131 -0
- package/dist/esm/models/CustomProcessInput.js +86 -0
- package/dist/esm/models/CustomerType.d.ts +24 -0
- package/{src/models/CustomerType.ts → dist/esm/models/CustomerType.js} +12 -17
- package/dist/esm/models/Dashboard.d.ts +83 -0
- package/{src/models/Dashboard.ts → dist/esm/models/Dashboard.js} +4 -75
- package/dist/esm/models/DashboardRequest.d.ts +59 -0
- package/dist/esm/models/DashboardRequest.js +55 -0
- package/dist/esm/models/DataFile.d.ts +39 -0
- package/{src/models/DataFile.ts → dist/esm/models/DataFile.js} +4 -33
- package/dist/esm/models/Dataset.d.ts +93 -0
- package/{src/models/Dataset.ts → dist/esm/models/Dataset.js} +8 -102
- package/dist/esm/models/DatasetAssetsManifest.d.ts +65 -0
- package/dist/esm/models/DatasetAssetsManifest.js +57 -0
- package/dist/esm/models/DatasetCondition.d.ts +38 -0
- package/{src/models/DatasetCondition.ts → dist/esm/models/DatasetCondition.js} +5 -40
- package/dist/esm/models/DatasetConditionField.d.ts +25 -0
- package/dist/esm/models/DatasetConditionField.js +34 -0
- package/dist/esm/models/DatasetDetail.d.ts +154 -0
- package/dist/esm/models/DatasetDetail.js +103 -0
- package/dist/esm/models/DatasetViz.d.ts +55 -0
- package/{src/models/DatasetViz.ts → dist/esm/models/DatasetViz.js} +5 -51
- package/dist/esm/models/EnvironmentType.d.ts +25 -0
- package/dist/esm/models/EnvironmentType.js +34 -0
- package/dist/esm/models/ErrorMessage.d.ts +31 -0
- package/{src/models/ErrorMessage.ts → dist/esm/models/ErrorMessage.js} +4 -27
- package/dist/esm/models/Executor.d.ts +25 -0
- package/{src/models/Executor.ts → dist/esm/models/Executor.js} +12 -17
- package/dist/esm/models/FeatureFlags.d.ts +43 -0
- package/{src/models/FeatureFlags.ts → dist/esm/models/FeatureFlags.js} +4 -39
- package/dist/esm/models/FileEntry.d.ts +45 -0
- package/{src/models/FileEntry.ts → dist/esm/models/FileEntry.js} +5 -39
- package/dist/esm/models/FileMappingRule.d.ts +56 -0
- package/dist/esm/models/FileMappingRule.js +54 -0
- package/dist/esm/models/FileNamePattern.d.ts +43 -0
- package/{src/models/FileNamePattern.ts → dist/esm/models/FileNamePattern.js} +4 -39
- package/dist/esm/models/FileRequirements.d.ts +44 -0
- package/dist/esm/models/FileRequirements.js +50 -0
- package/dist/esm/models/FormSchema.d.ts +41 -0
- package/{src/models/FormSchema.ts → dist/esm/models/FormSchema.js} +5 -33
- package/dist/esm/models/FulfillmentResponse.d.ts +37 -0
- package/{src/models/FulfillmentResponse.ts → dist/esm/models/FulfillmentResponse.js} +4 -33
- package/dist/esm/models/GenerateSftpCredentialsRequest.d.ts +31 -0
- package/{src/models/GenerateSftpCredentialsRequest.ts → dist/esm/models/GenerateSftpCredentialsRequest.js} +5 -27
- package/dist/esm/models/GetExecutionLogsResponse.d.ts +32 -0
- package/dist/esm/models/GetExecutionLogsResponse.js +44 -0
- package/dist/esm/models/GovernanceAccessType.d.ts +25 -0
- package/dist/esm/models/GovernanceAccessType.js +34 -0
- package/dist/esm/models/GovernanceClassification.d.ts +67 -0
- package/{src/models/GovernanceClassification.ts → dist/esm/models/GovernanceClassification.js} +4 -63
- package/dist/esm/models/GovernanceContact.d.ts +79 -0
- package/{src/models/GovernanceContact.ts → dist/esm/models/GovernanceContact.js} +4 -75
- package/dist/esm/models/GovernanceExpiry.d.ts +44 -0
- package/{src/models/GovernanceExpiry.ts → dist/esm/models/GovernanceExpiry.js} +6 -46
- package/dist/esm/models/GovernanceExpiryType.d.ts +25 -0
- package/dist/esm/models/GovernanceExpiryType.js +34 -0
- package/dist/esm/models/GovernanceFile.d.ts +50 -0
- package/dist/esm/models/GovernanceFile.js +50 -0
- package/dist/esm/models/GovernanceFileAccessRequest.d.ts +50 -0
- package/{src/models/GovernanceFileAccessRequest.ts → dist/esm/models/GovernanceFileAccessRequest.js} +6 -52
- package/dist/esm/models/GovernanceFileInput.d.ts +50 -0
- package/{src/models/GovernanceFileInput.ts → dist/esm/models/GovernanceFileInput.js} +5 -52
- package/dist/esm/models/GovernanceFileType.d.ts +23 -0
- package/{src/models/GovernanceFileType.ts → dist/esm/models/GovernanceFileType.js} +10 -15
- package/dist/esm/models/GovernanceRequirement.d.ts +146 -0
- package/dist/esm/models/GovernanceRequirement.js +95 -0
- package/dist/esm/models/GovernanceRequirementFile.d.ts +50 -0
- package/dist/esm/models/GovernanceRequirementFile.js +50 -0
- package/dist/esm/models/GovernanceScope.d.ts +23 -0
- package/{src/models/GovernanceScope.ts → dist/esm/models/GovernanceScope.js} +10 -15
- package/dist/esm/models/GovernanceTrainingVerification.d.ts +23 -0
- package/{src/models/GovernanceTrainingVerification.ts → dist/esm/models/GovernanceTrainingVerification.js} +10 -15
- package/dist/esm/models/GovernanceType.d.ts +24 -0
- package/{src/models/GovernanceType.ts → dist/esm/models/GovernanceType.js} +11 -16
- package/dist/esm/models/ImportDataRequest.d.ts +50 -0
- package/dist/esm/models/ImportDataRequest.js +52 -0
- package/dist/esm/models/InviteUserRequest.d.ts +43 -0
- package/{src/models/InviteUserRequest.ts → dist/esm/models/InviteUserRequest.js} +4 -39
- package/dist/esm/models/InviteUserResponse.d.ts +31 -0
- package/{src/models/InviteUserResponse.ts → dist/esm/models/InviteUserResponse.js} +4 -27
- package/dist/esm/models/LogEntry.d.ts +37 -0
- package/{src/models/LogEntry.ts → dist/esm/models/LogEntry.js} +5 -33
- package/dist/esm/models/LoginProvider.d.ts +49 -0
- package/dist/esm/models/LoginProvider.js +52 -0
- package/dist/esm/models/MetricRecord.d.ts +45 -0
- package/{src/models/MetricRecord.ts → dist/esm/models/MetricRecord.js} +5 -39
- package/dist/esm/models/MoveDatasetInput.d.ts +43 -0
- package/dist/esm/models/MoveDatasetInput.js +49 -0
- package/dist/esm/models/MoveDatasetResponse.d.ts +43 -0
- package/{src/models/MoveDatasetResponse.ts → dist/esm/models/MoveDatasetResponse.js} +4 -39
- package/dist/esm/models/NamedItem.d.ts +37 -0
- package/{src/models/NamedItem.ts → dist/esm/models/NamedItem.js} +4 -33
- package/dist/esm/models/NotebookInstance.d.ts +98 -0
- package/{src/models/NotebookInstance.ts → dist/esm/models/NotebookInstance.js} +5 -100
- package/dist/esm/models/NotebookInstanceStatusResponse.d.ts +37 -0
- package/{src/models/NotebookInstanceStatusResponse.ts → dist/esm/models/NotebookInstanceStatusResponse.js} +4 -33
- package/dist/esm/models/OpenNotebookInstanceResponse.d.ts +37 -0
- package/{src/models/OpenNotebookInstanceResponse.ts → dist/esm/models/OpenNotebookInstanceResponse.js} +4 -33
- package/dist/esm/models/PaginatedResponseDatasetListDto.d.ts +38 -0
- package/dist/esm/models/PaginatedResponseDatasetListDto.js +47 -0
- package/dist/esm/models/PaginatedResponseSampleDto.d.ts +38 -0
- package/dist/esm/models/PaginatedResponseSampleDto.js +47 -0
- package/dist/esm/models/PaginatedResponseUserDto.d.ts +38 -0
- package/dist/esm/models/PaginatedResponseUserDto.js +47 -0
- package/dist/esm/models/PipelineCode.d.ts +50 -0
- package/{src/models/PipelineCode.ts → dist/esm/models/PipelineCode.js} +5 -52
- package/dist/esm/models/PipelineCost.d.ts +43 -0
- package/{src/models/PipelineCost.ts → dist/esm/models/PipelineCost.js} +5 -39
- package/dist/esm/models/PortalErrorResponse.d.ts +50 -0
- package/dist/esm/models/PortalErrorResponse.js +53 -0
- package/dist/esm/models/Process.d.ts +140 -0
- package/{src/models/Process.ts → dist/esm/models/Process.js} +6 -142
- package/dist/esm/models/ProcessDetail.d.ts +161 -0
- package/dist/esm/models/ProcessDetail.js +101 -0
- package/dist/esm/models/Project.d.ts +75 -0
- package/{src/models/Project.ts → dist/esm/models/Project.js} +8 -84
- package/dist/esm/models/ProjectAccessRequest.d.ts +81 -0
- package/{src/models/ProjectAccessRequest.ts → dist/esm/models/ProjectAccessRequest.js} +6 -88
- package/dist/esm/models/ProjectAccessType.d.ts +26 -0
- package/dist/esm/models/ProjectAccessType.js +35 -0
- package/dist/esm/models/ProjectCreateOptions.d.ts +56 -0
- package/dist/esm/models/ProjectCreateOptions.js +56 -0
- package/dist/esm/models/ProjectDetail.d.ts +120 -0
- package/dist/esm/models/ProjectDetail.js +90 -0
- package/dist/esm/models/ProjectFileAccessRequest.d.ts +44 -0
- package/{src/models/ProjectFileAccessRequest.ts → dist/esm/models/ProjectFileAccessRequest.js} +6 -46
- package/dist/esm/models/ProjectInput.d.ts +77 -0
- package/dist/esm/models/ProjectInput.js +66 -0
- package/dist/esm/models/ProjectMetrics.d.ts +44 -0
- package/dist/esm/models/ProjectMetrics.js +49 -0
- package/dist/esm/models/ProjectRequest.d.ts +61 -0
- package/{src/models/ProjectRequest.ts → dist/esm/models/ProjectRequest.js} +4 -57
- package/dist/esm/models/ProjectRequirement.d.ts +163 -0
- package/dist/esm/models/ProjectRequirement.js +100 -0
- package/dist/esm/models/ProjectRole.d.ts +26 -0
- package/dist/esm/models/ProjectRole.js +35 -0
- package/dist/esm/models/ProjectSettings.d.ts +140 -0
- package/dist/esm/models/ProjectSettings.js +82 -0
- package/dist/esm/models/ProjectUser.d.ts +62 -0
- package/{src/models/ProjectUser.ts → dist/esm/models/ProjectUser.js} +5 -64
- package/dist/esm/models/Reference.d.ts +68 -0
- package/dist/esm/models/Reference.js +62 -0
- package/dist/esm/models/ReferenceType.d.ts +51 -0
- package/dist/esm/models/ReferenceType.js +52 -0
- package/dist/esm/models/RepositoryType.d.ts +25 -0
- package/dist/esm/models/RepositoryType.js +34 -0
- package/dist/esm/models/RequestStatus.d.ts +24 -0
- package/{src/models/RequestStatus.ts → dist/esm/models/RequestStatus.js} +12 -17
- package/dist/esm/models/RequirementFulfillmentInput.d.ts +37 -0
- package/{src/models/RequirementFulfillmentInput.ts → dist/esm/models/RequirementFulfillmentInput.js} +5 -33
- package/dist/esm/models/RequirementInput.d.ts +108 -0
- package/dist/esm/models/RequirementInput.js +78 -0
- package/dist/esm/models/ResourcesInfo.d.ts +49 -0
- package/dist/esm/models/ResourcesInfo.js +52 -0
- package/dist/esm/models/RunAnalysisRequest.d.ts +89 -0
- package/dist/esm/models/RunAnalysisRequest.js +66 -0
- package/dist/esm/models/Sample.d.ts +70 -0
- package/{src/models/Sample.ts → dist/esm/models/Sample.js} +8 -72
- package/dist/esm/models/SampleRequest.d.ts +39 -0
- package/dist/esm/models/SampleRequest.js +46 -0
- package/dist/esm/models/ServiceConnection.d.ts +37 -0
- package/{src/models/ServiceConnection.ts → dist/esm/models/ServiceConnection.js} +4 -33
- package/dist/esm/models/SetUserProjectRoleRequest.d.ts +44 -0
- package/{src/models/SetUserProjectRoleRequest.ts → dist/esm/models/SetUserProjectRoleRequest.js} +6 -46
- package/dist/esm/models/SftpCredentials.d.ts +49 -0
- package/{src/models/SftpCredentials.ts → dist/esm/models/SftpCredentials.js} +4 -45
- package/dist/esm/models/Share.d.ts +93 -0
- package/{src/models/Share.ts → dist/esm/models/Share.js} +8 -102
- package/dist/esm/models/ShareDetail.d.ts +112 -0
- package/dist/esm/models/ShareDetail.js +85 -0
- package/dist/esm/models/ShareInput.d.ts +68 -0
- package/dist/esm/models/ShareInput.js +60 -0
- package/dist/esm/models/ShareType.d.ts +24 -0
- package/{src/models/ShareType.ts → dist/esm/models/ShareType.js} +12 -17
- package/dist/esm/models/Status.d.ts +31 -0
- package/dist/esm/models/Status.js +40 -0
- package/dist/esm/models/StopExecutionResponse.d.ts +37 -0
- package/{src/models/StopExecutionResponse.ts → dist/esm/models/StopExecutionResponse.js} +5 -33
- package/dist/esm/models/SyncStatus.d.ts +23 -0
- package/{src/models/SyncStatus.ts → dist/esm/models/SyncStatus.js} +10 -15
- package/dist/esm/models/SystemInfoResponse.d.ts +100 -0
- package/{src/models/SystemInfoResponse.ts → dist/esm/models/SystemInfoResponse.js} +7 -112
- package/dist/esm/models/Table.d.ts +62 -0
- package/dist/esm/models/Table.js +55 -0
- package/dist/esm/models/Tag.d.ts +44 -0
- package/{src/models/Tag.ts → dist/esm/models/Tag.js} +5 -40
- package/dist/esm/models/Task.d.ts +79 -0
- package/{src/models/Task.ts → dist/esm/models/Task.js} +5 -75
- package/dist/esm/models/TenantInfo.d.ts +87 -0
- package/{src/models/TenantInfo.ts → dist/esm/models/TenantInfo.js} +8 -96
- package/dist/esm/models/UpdateDatasetRequest.d.ts +50 -0
- package/dist/esm/models/UpdateDatasetRequest.js +53 -0
- package/dist/esm/models/UpdateUserRequest.d.ts +74 -0
- package/dist/esm/models/UpdateUserRequest.js +60 -0
- package/dist/esm/models/UploadDatasetCreateResponse.d.ts +49 -0
- package/{src/models/UploadDatasetCreateResponse.ts → dist/esm/models/UploadDatasetCreateResponse.js} +4 -45
- package/dist/esm/models/UploadDatasetRequest.d.ts +56 -0
- package/dist/esm/models/UploadDatasetRequest.js +55 -0
- package/dist/esm/models/User.d.ts +49 -0
- package/{src/models/User.ts → dist/esm/models/User.js} +4 -45
- package/dist/esm/models/UserDetail.d.ts +105 -0
- package/{src/models/UserDetail.ts → dist/esm/models/UserDetail.js} +11 -108
- package/dist/esm/models/UserProjectAssignment.d.ts +50 -0
- package/{src/models/UserProjectAssignment.ts → dist/esm/models/UserProjectAssignment.js} +6 -52
- package/dist/esm/models/UserSettings.d.ts +32 -0
- package/dist/esm/models/UserSettings.js +39 -0
- package/dist/esm/models/ValidateFileRequirementsRequest.d.ts +37 -0
- package/{src/models/ValidateFileRequirementsRequest.ts → dist/esm/models/ValidateFileRequirementsRequest.js} +4 -33
- package/dist/esm/models/index.d.ts +132 -0
- package/dist/esm/runtime.d.ts +182 -0
- package/dist/esm/runtime.js +330 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +21 -0
- package/dist/models/AWSCredentials.d.ts +55 -0
- package/dist/models/AWSCredentials.js +62 -0
- package/dist/models/Agent.d.ts +52 -0
- package/dist/models/Agent.js +58 -0
- package/dist/models/AgentDetail.d.ts +91 -0
- package/dist/models/AgentDetail.js +77 -0
- package/dist/models/AgentInput.d.ts +67 -0
- package/dist/models/AgentInput.js +62 -0
- package/dist/models/AgentRegistration.d.ts +55 -0
- package/dist/models/AgentRegistration.js +62 -0
- package/dist/models/AgentStatus.d.ts +23 -0
- package/dist/models/AgentStatus.js +38 -0
- package/dist/models/AllowedDataType.d.ts +44 -0
- package/dist/models/AllowedDataType.js +57 -0
- package/dist/models/ApproveAccessRequest.d.ts +32 -0
- package/dist/models/ApproveAccessRequest.js +51 -0
- package/dist/models/ApproveProjectAccessRequest.d.ts +32 -0
- package/dist/models/ApproveProjectAccessRequest.js +51 -0
- package/dist/models/Artifact.d.ts +38 -0
- package/dist/models/Artifact.js +54 -0
- package/dist/models/ArtifactType.d.ts +34 -0
- package/dist/models/ArtifactType.js +49 -0
- package/dist/models/AuditEvent.d.ts +89 -0
- package/dist/models/AuditEvent.js +68 -0
- package/dist/models/AuthInfo.d.ts +55 -0
- package/dist/models/AuthInfo.js +62 -0
- package/dist/models/BillingAccount.d.ts +88 -0
- package/dist/models/BillingAccount.js +80 -0
- package/dist/models/BillingAccountRequest.d.ts +70 -0
- package/dist/models/BillingAccountRequest.js +71 -0
- package/dist/models/BillingMethod.d.ts +24 -0
- package/dist/models/BillingMethod.js +39 -0
- package/dist/models/BudgetPeriod.d.ts +24 -0
- package/dist/models/BudgetPeriod.js +39 -0
- package/dist/models/ClassificationInput.d.ts +43 -0
- package/dist/models/ClassificationInput.js +56 -0
- package/dist/models/CloudAccount.d.ts +50 -0
- package/dist/models/CloudAccount.js +58 -0
- package/dist/models/CloudAccountType.d.ts +23 -0
- package/dist/models/CloudAccountType.js +38 -0
- package/dist/models/ColumnDefinition.d.ts +43 -0
- package/dist/models/ColumnDefinition.js +54 -0
- package/dist/models/ComputeEnvironmentConfiguration.d.ts +77 -0
- package/dist/models/ComputeEnvironmentConfiguration.js +69 -0
- package/dist/models/ComputeEnvironmentConfigurationInput.d.ts +45 -0
- package/dist/models/ComputeEnvironmentConfigurationInput.js +55 -0
- package/dist/models/Contact.d.ts +49 -0
- package/dist/models/Contact.js +59 -0
- package/dist/models/ContactInput.d.ts +55 -0
- package/dist/models/ContactInput.js +62 -0
- package/dist/models/CreateNotebookInstanceRequest.d.ts +61 -0
- package/dist/models/CreateNotebookInstanceRequest.js +64 -0
- package/dist/models/CreateProjectAccessRequest.d.ts +38 -0
- package/dist/models/CreateProjectAccessRequest.js +54 -0
- package/dist/models/CreateReferenceRequest.d.ts +49 -0
- package/dist/models/CreateReferenceRequest.js +59 -0
- package/dist/models/CreateResponse.d.ts +37 -0
- package/dist/models/CreateResponse.js +53 -0
- package/dist/models/CustomPipelineSettings.d.ts +75 -0
- package/dist/models/CustomPipelineSettings.js +67 -0
- package/dist/models/CustomProcessInput.d.ts +131 -0
- package/dist/models/CustomProcessInput.js +93 -0
- package/dist/models/CustomerType.d.ts +24 -0
- package/dist/models/CustomerType.js +39 -0
- package/dist/models/Dashboard.d.ts +83 -0
- package/dist/models/Dashboard.js +74 -0
- package/dist/models/DashboardRequest.d.ts +59 -0
- package/{src/models/DashboardRequest.ts → dist/models/DashboardRequest.js} +11 -51
- package/dist/models/DataFile.d.ts +39 -0
- package/dist/models/DataFile.js +53 -0
- package/dist/models/Dataset.d.ts +93 -0
- package/dist/models/Dataset.js +82 -0
- package/dist/models/DatasetAssetsManifest.d.ts +65 -0
- package/dist/models/DatasetAssetsManifest.js +64 -0
- package/dist/models/DatasetCondition.d.ts +38 -0
- package/dist/models/DatasetCondition.js +54 -0
- package/dist/models/DatasetConditionField.d.ts +25 -0
- package/dist/models/DatasetConditionField.js +40 -0
- package/dist/models/DatasetDetail.d.ts +154 -0
- package/dist/models/DatasetDetail.js +110 -0
- package/dist/models/DatasetViz.d.ts +55 -0
- package/dist/models/DatasetViz.js +58 -0
- package/dist/models/EnvironmentType.d.ts +25 -0
- package/dist/models/EnvironmentType.js +40 -0
- package/dist/models/ErrorMessage.d.ts +31 -0
- package/dist/models/ErrorMessage.js +50 -0
- package/dist/models/Executor.d.ts +25 -0
- package/dist/models/Executor.js +40 -0
- package/dist/models/FeatureFlags.d.ts +43 -0
- package/dist/models/FeatureFlags.js +56 -0
- package/dist/models/FileEntry.d.ts +45 -0
- package/dist/models/FileEntry.js +54 -0
- package/dist/models/FileMappingRule.d.ts +56 -0
- package/dist/models/FileMappingRule.js +61 -0
- package/dist/models/FileNamePattern.d.ts +43 -0
- package/dist/models/FileNamePattern.js +56 -0
- package/dist/models/FileRequirements.d.ts +44 -0
- package/dist/models/FileRequirements.js +57 -0
- package/dist/models/FormSchema.d.ts +41 -0
- package/dist/models/FormSchema.js +52 -0
- package/dist/models/FulfillmentResponse.d.ts +37 -0
- package/dist/models/FulfillmentResponse.js +53 -0
- package/dist/models/GenerateSftpCredentialsRequest.d.ts +31 -0
- package/dist/models/GenerateSftpCredentialsRequest.js +50 -0
- package/dist/models/GetExecutionLogsResponse.d.ts +32 -0
- package/dist/models/GetExecutionLogsResponse.js +51 -0
- package/dist/models/GovernanceAccessType.d.ts +25 -0
- package/dist/models/GovernanceAccessType.js +40 -0
- package/dist/models/GovernanceClassification.d.ts +67 -0
- package/dist/models/GovernanceClassification.js +68 -0
- package/dist/models/GovernanceContact.d.ts +79 -0
- package/dist/models/GovernanceContact.js +74 -0
- package/dist/models/GovernanceExpiry.d.ts +44 -0
- package/dist/models/GovernanceExpiry.js +55 -0
- package/dist/models/GovernanceExpiryType.d.ts +25 -0
- package/dist/models/GovernanceExpiryType.js +40 -0
- package/dist/models/GovernanceFile.d.ts +50 -0
- package/dist/models/GovernanceFile.js +57 -0
- package/dist/models/GovernanceFileAccessRequest.d.ts +50 -0
- package/dist/models/GovernanceFileAccessRequest.js +58 -0
- package/dist/models/GovernanceFileInput.d.ts +50 -0
- package/dist/models/GovernanceFileInput.js +60 -0
- package/dist/models/GovernanceFileType.d.ts +23 -0
- package/dist/models/GovernanceFileType.js +38 -0
- package/dist/models/GovernanceRequirement.d.ts +146 -0
- package/dist/models/GovernanceRequirement.js +102 -0
- package/dist/models/GovernanceRequirementFile.d.ts +50 -0
- package/dist/models/GovernanceRequirementFile.js +57 -0
- package/dist/models/GovernanceScope.d.ts +23 -0
- package/dist/models/GovernanceScope.js +38 -0
- package/dist/models/GovernanceTrainingVerification.d.ts +23 -0
- package/dist/models/GovernanceTrainingVerification.js +38 -0
- package/dist/models/GovernanceType.d.ts +24 -0
- package/dist/models/GovernanceType.js +39 -0
- package/dist/models/ImportDataRequest.d.ts +50 -0
- package/dist/models/ImportDataRequest.js +59 -0
- package/dist/models/InviteUserRequest.d.ts +43 -0
- package/dist/models/InviteUserRequest.js +56 -0
- package/dist/models/InviteUserResponse.d.ts +31 -0
- package/dist/models/InviteUserResponse.js +50 -0
- package/dist/models/LogEntry.d.ts +37 -0
- package/dist/models/LogEntry.js +53 -0
- package/dist/models/LoginProvider.d.ts +49 -0
- package/{src/models/LoginProvider.ts → dist/models/LoginProvider.js} +11 -45
- package/dist/models/MetricRecord.d.ts +45 -0
- package/dist/models/MetricRecord.js +55 -0
- package/dist/models/MoveDatasetInput.d.ts +43 -0
- package/{src/models/MoveDatasetInput.ts → dist/models/MoveDatasetInput.js} +11 -39
- package/dist/models/MoveDatasetResponse.d.ts +43 -0
- package/dist/models/MoveDatasetResponse.js +56 -0
- package/dist/models/NamedItem.d.ts +37 -0
- package/dist/models/NamedItem.js +53 -0
- package/dist/models/NotebookInstance.d.ts +98 -0
- package/dist/models/NotebookInstance.js +84 -0
- package/dist/models/NotebookInstanceStatusResponse.d.ts +37 -0
- package/dist/models/NotebookInstanceStatusResponse.js +53 -0
- package/dist/models/OpenNotebookInstanceResponse.d.ts +37 -0
- package/dist/models/OpenNotebookInstanceResponse.js +53 -0
- package/dist/models/PaginatedResponseDatasetListDto.d.ts +38 -0
- package/dist/models/PaginatedResponseDatasetListDto.js +54 -0
- package/dist/models/PaginatedResponseSampleDto.d.ts +38 -0
- package/dist/models/PaginatedResponseSampleDto.js +54 -0
- package/dist/models/PaginatedResponseUserDto.d.ts +38 -0
- package/dist/models/PaginatedResponseUserDto.js +54 -0
- package/dist/models/PipelineCode.d.ts +50 -0
- package/dist/models/PipelineCode.js +60 -0
- package/dist/models/PipelineCost.d.ts +43 -0
- package/dist/models/PipelineCost.js +54 -0
- package/dist/models/PortalErrorResponse.d.ts +50 -0
- package/dist/models/PortalErrorResponse.js +60 -0
- package/dist/models/Process.d.ts +140 -0
- package/dist/models/Process.js +99 -0
- package/dist/models/ProcessDetail.d.ts +161 -0
- package/dist/models/ProcessDetail.js +108 -0
- package/dist/models/Project.d.ts +75 -0
- package/dist/models/Project.js +73 -0
- package/dist/models/ProjectAccessRequest.d.ts +81 -0
- package/dist/models/ProjectAccessRequest.js +76 -0
- package/dist/models/ProjectAccessType.d.ts +26 -0
- package/dist/models/ProjectAccessType.js +41 -0
- package/dist/models/ProjectCreateOptions.d.ts +56 -0
- package/dist/models/ProjectCreateOptions.js +63 -0
- package/dist/models/ProjectDetail.d.ts +120 -0
- package/dist/models/ProjectDetail.js +97 -0
- package/dist/models/ProjectFileAccessRequest.d.ts +44 -0
- package/dist/models/ProjectFileAccessRequest.js +56 -0
- package/dist/models/ProjectInput.d.ts +77 -0
- package/dist/models/ProjectInput.js +73 -0
- package/dist/models/ProjectMetrics.d.ts +44 -0
- package/dist/models/ProjectMetrics.js +56 -0
- package/dist/models/ProjectRequest.d.ts +61 -0
- package/dist/models/ProjectRequest.js +65 -0
- package/dist/models/ProjectRequirement.d.ts +163 -0
- package/dist/models/ProjectRequirement.js +107 -0
- package/dist/models/ProjectRole.d.ts +26 -0
- package/dist/models/ProjectRole.js +41 -0
- package/dist/models/ProjectSettings.d.ts +140 -0
- package/dist/models/ProjectSettings.js +89 -0
- package/dist/models/ProjectUser.d.ts +62 -0
- package/dist/models/ProjectUser.js +66 -0
- package/dist/models/Reference.d.ts +68 -0
- package/{src/models/Reference.ts → dist/models/Reference.js} +14 -72
- package/dist/models/ReferenceType.d.ts +51 -0
- package/{src/models/ReferenceType.ts → dist/models/ReferenceType.js} +11 -45
- package/dist/models/RepositoryType.d.ts +25 -0
- package/dist/models/RepositoryType.js +40 -0
- package/dist/models/RequestStatus.d.ts +24 -0
- package/dist/models/RequestStatus.js +39 -0
- package/dist/models/RequirementFulfillmentInput.d.ts +37 -0
- package/dist/models/RequirementFulfillmentInput.js +52 -0
- package/dist/models/RequirementInput.d.ts +108 -0
- package/dist/models/RequirementInput.js +85 -0
- package/dist/models/ResourcesInfo.d.ts +49 -0
- package/{src/models/ResourcesInfo.ts → dist/models/ResourcesInfo.js} +11 -45
- package/dist/models/RunAnalysisRequest.d.ts +89 -0
- package/dist/models/RunAnalysisRequest.js +73 -0
- package/dist/models/Sample.d.ts +70 -0
- package/dist/models/Sample.js +65 -0
- package/dist/models/SampleRequest.d.ts +39 -0
- package/{src/models/SampleRequest.ts → dist/models/SampleRequest.js} +11 -33
- package/dist/models/ServiceConnection.d.ts +37 -0
- package/dist/models/ServiceConnection.js +53 -0
- package/dist/models/SetUserProjectRoleRequest.d.ts +44 -0
- package/dist/models/SetUserProjectRoleRequest.js +57 -0
- package/dist/models/SftpCredentials.d.ts +49 -0
- package/dist/models/SftpCredentials.js +59 -0
- package/dist/models/Share.d.ts +93 -0
- package/dist/models/Share.js +82 -0
- package/dist/models/ShareDetail.d.ts +112 -0
- package/dist/models/ShareDetail.js +92 -0
- package/dist/models/ShareInput.d.ts +68 -0
- package/dist/models/ShareInput.js +67 -0
- package/dist/models/ShareType.d.ts +24 -0
- package/dist/models/ShareType.js +39 -0
- package/dist/models/Status.d.ts +31 -0
- package/dist/models/Status.js +46 -0
- package/dist/models/StopExecutionResponse.d.ts +37 -0
- package/dist/models/StopExecutionResponse.js +52 -0
- package/dist/models/SyncStatus.d.ts +23 -0
- package/dist/models/SyncStatus.js +38 -0
- package/dist/models/SystemInfoResponse.d.ts +100 -0
- package/dist/models/SystemInfoResponse.js +86 -0
- package/dist/models/Table.d.ts +62 -0
- package/dist/models/Table.js +62 -0
- package/dist/models/Tag.d.ts +44 -0
- package/dist/models/Tag.js +55 -0
- package/dist/models/Task.d.ts +79 -0
- package/dist/models/Task.js +70 -0
- package/dist/models/TenantInfo.d.ts +87 -0
- package/dist/models/TenantInfo.js +79 -0
- package/dist/models/UpdateDatasetRequest.d.ts +50 -0
- package/{src/models/UpdateDatasetRequest.ts → dist/models/UpdateDatasetRequest.js} +14 -54
- package/dist/models/UpdateUserRequest.d.ts +74 -0
- package/dist/models/UpdateUserRequest.js +67 -0
- package/dist/models/UploadDatasetCreateResponse.d.ts +49 -0
- package/dist/models/UploadDatasetCreateResponse.js +59 -0
- package/dist/models/UploadDatasetRequest.d.ts +56 -0
- package/dist/models/UploadDatasetRequest.js +62 -0
- package/dist/models/User.d.ts +49 -0
- package/dist/models/User.js +59 -0
- package/dist/models/UserDetail.d.ts +105 -0
- package/dist/models/UserDetail.js +87 -0
- package/dist/models/UserProjectAssignment.d.ts +50 -0
- package/dist/models/UserProjectAssignment.js +60 -0
- package/dist/models/UserSettings.d.ts +32 -0
- package/dist/models/UserSettings.js +46 -0
- package/dist/models/ValidateFileRequirementsRequest.d.ts +37 -0
- package/dist/models/ValidateFileRequirementsRequest.js +53 -0
- package/dist/models/index.d.ts +132 -0
- package/dist/models/index.js +150 -0
- package/dist/runtime.d.ts +182 -0
- package/dist/runtime.js +346 -0
- package/package.json +4 -1
- package/.openapi-generator/FILES +0 -161
- package/.openapi-generator/VERSION +0 -1
- package/.openapi-generator-ignore +0 -23
- package/src/apis/AuditApi.ts +0 -127
- package/src/apis/BillingApi.ts +0 -221
- package/src/apis/ComputeEnvironmentApi.ts +0 -419
- package/src/apis/DashboardsApi.ts +0 -287
- package/src/apis/DatasetsApi.ts +0 -566
- package/src/apis/ExecutionApi.ts +0 -359
- package/src/apis/FileApi.ts +0 -198
- package/src/apis/GovernanceApi.ts +0 -888
- package/src/apis/MetadataApi.ts +0 -290
- package/src/apis/MetricsApi.ts +0 -110
- package/src/apis/NotebooksApi.ts +0 -332
- package/src/apis/ProcessesApi.ts +0 -481
- package/src/apis/ProjectRequestsApi.ts +0 -80
- package/src/apis/ProjectsApi.ts +0 -791
- package/src/apis/ReferencesApi.ts +0 -290
- package/src/apis/SharingApi.ts +0 -490
- package/src/apis/SystemApi.ts +0 -103
- package/src/apis/ToolsApi.ts +0 -80
- package/src/apis/UsersApi.ts +0 -285
- package/src/models/AllowedDataType.ts +0 -91
- package/src/models/ArtifactType.ts +0 -48
- package/src/models/BillingAccount.ts +0 -166
- package/src/models/BillingAccountRequest.ts +0 -139
- package/src/models/BillingMethod.ts +0 -38
- package/src/models/ComputeEnvironmentConfiguration.ts +0 -137
- package/src/models/CustomPipelineSettings.ts +0 -135
- package/src/models/CustomProcessInput.ts +0 -225
- package/src/models/DatasetAssetsManifest.ts +0 -130
- package/src/models/DatasetConditionField.ts +0 -39
- package/src/models/DatasetDetail.ts +0 -246
- package/src/models/EnvironmentType.ts +0 -39
- package/src/models/FileMappingRule.ts +0 -106
- package/src/models/FileRequirements.ts +0 -91
- package/src/models/GetExecutionLogsResponse.ts +0 -73
- package/src/models/GovernanceAccessType.ts +0 -39
- package/src/models/GovernanceExpiryType.ts +0 -39
- package/src/models/GovernanceFile.ts +0 -96
- package/src/models/GovernanceRequirement.ts +0 -251
- package/src/models/GovernanceRequirementFile.ts +0 -96
- package/src/models/ImportDataRequest.ts +0 -98
- package/src/models/PaginatedResponseDatasetListDto.ts +0 -82
- package/src/models/PaginatedResponseSampleDto.ts +0 -82
- package/src/models/PaginatedResponseUserDto.ts +0 -82
- package/src/models/PortalErrorResponse.ts +0 -100
- package/src/models/ProcessDetail.ts +0 -270
- package/src/models/ProjectAccessType.ts +0 -40
- package/src/models/ProjectCreateOptions.ts +0 -109
- package/src/models/ProjectDetail.ts +0 -222
- package/src/models/ProjectInput.ts +0 -151
- package/src/models/ProjectMetrics.ts +0 -89
- package/src/models/ProjectRequirement.ts +0 -279
- package/src/models/ProjectRole.ts +0 -40
- package/src/models/ProjectSettings.ts +0 -218
- package/src/models/RepositoryType.ts +0 -39
- package/src/models/RequirementInput.ts +0 -198
- package/src/models/RunAnalysisRequest.ts +0 -134
- package/src/models/ShareDetail.ts +0 -202
- package/src/models/ShareInput.ts +0 -124
- package/src/models/Status.ts +0 -45
- package/src/models/Table.ts +0 -113
- package/src/models/UpdateUserRequest.ts +0 -130
- package/src/models/UploadDatasetRequest.ts +0 -107
- package/src/models/UserSettings.ts +0 -69
- package/src/runtime.ts +0 -431
- package/templates/README.mustache +0 -45
- package/templates/package.mustache +0 -43
- package/tsconfig.esm.json +0 -7
- package/tsconfig.json +0 -16
- /package/{src/apis/index.ts → dist/esm/apis/index.js} +0 -0
- /package/{src/index.ts → dist/esm/index.js} +0 -0
- /package/{src/models/index.ts → dist/esm/models/index.js} +0 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cirro Data
|
|
3
|
+
* Cirro Data Platform service API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: latest
|
|
6
|
+
* Contact: support@cirro.bio
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ArtifactType } from './ArtifactType';
|
|
13
|
+
/**
|
|
14
|
+
* A secondary file or resource associated with a dataset
|
|
15
|
+
* @export
|
|
16
|
+
* @interface Artifact
|
|
17
|
+
*/
|
|
18
|
+
export interface Artifact {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ArtifactType}
|
|
22
|
+
* @memberof Artifact
|
|
23
|
+
*/
|
|
24
|
+
type: ArtifactType;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof Artifact
|
|
29
|
+
*/
|
|
30
|
+
path: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the Artifact interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfArtifact(value: object): boolean;
|
|
36
|
+
export declare function ArtifactFromJSON(json: any): Artifact;
|
|
37
|
+
export declare function ArtifactFromJSONTyped(json: any, ignoreDiscriminator: boolean): Artifact;
|
|
38
|
+
export declare function ArtifactToJSON(value?: Artifact | null): any;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Cirro Data
|
|
6
|
+
* Cirro Data Platform service API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: latest
|
|
9
|
+
* Contact: support@cirro.bio
|
|
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.ArtifactToJSON = exports.ArtifactFromJSONTyped = exports.ArtifactFromJSON = exports.instanceOfArtifact = void 0;
|
|
17
|
+
const ArtifactType_1 = require("./ArtifactType");
|
|
18
|
+
/**
|
|
19
|
+
* Check if a given object implements the Artifact interface.
|
|
20
|
+
*/
|
|
21
|
+
function instanceOfArtifact(value) {
|
|
22
|
+
let isInstance = true;
|
|
23
|
+
isInstance = isInstance && "type" in value;
|
|
24
|
+
isInstance = isInstance && "path" in value;
|
|
25
|
+
return isInstance;
|
|
26
|
+
}
|
|
27
|
+
exports.instanceOfArtifact = instanceOfArtifact;
|
|
28
|
+
function ArtifactFromJSON(json) {
|
|
29
|
+
return ArtifactFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
exports.ArtifactFromJSON = ArtifactFromJSON;
|
|
32
|
+
function ArtifactFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if ((json === undefined) || (json === null)) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'type': (0, ArtifactType_1.ArtifactTypeFromJSON)(json['type']),
|
|
38
|
+
'path': json['path'],
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
exports.ArtifactFromJSONTyped = ArtifactFromJSONTyped;
|
|
42
|
+
function ArtifactToJSON(value) {
|
|
43
|
+
if (value === undefined) {
|
|
44
|
+
return undefined;
|
|
45
|
+
}
|
|
46
|
+
if (value === null) {
|
|
47
|
+
return null;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'type': (0, ArtifactType_1.ArtifactTypeToJSON)(value.type),
|
|
51
|
+
'path': value.path,
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
exports.ArtifactToJSON = ArtifactToJSON;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cirro Data
|
|
3
|
+
* Cirro Data Platform service API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: latest
|
|
6
|
+
* Contact: support@cirro.bio
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare enum ArtifactType {
|
|
18
|
+
Metadata = "METADATA",
|
|
19
|
+
IngestManifest = "INGEST_MANIFEST",
|
|
20
|
+
WorkflowReport = "WORKFLOW_REPORT",
|
|
21
|
+
WorkflowLogs = "WORKFLOW_LOGS",
|
|
22
|
+
WorkflowDebugLogs = "WORKFLOW_DEBUG_LOGS",
|
|
23
|
+
WorkflowDag = "WORKFLOW_DAG",
|
|
24
|
+
WorkflowTimeline = "WORKFLOW_TIMELINE",
|
|
25
|
+
WorkflowTrace = "WORKFLOW_TRACE",
|
|
26
|
+
WorkflowParameters = "WORKFLOW_PARAMETERS",
|
|
27
|
+
WorkflowComputeConfig = "WORKFLOW_COMPUTE_CONFIG",
|
|
28
|
+
WorkflowOptions = "WORKFLOW_OPTIONS",
|
|
29
|
+
SampleSheet = "SAMPLE_SHEET",
|
|
30
|
+
Files = "FILES"
|
|
31
|
+
}
|
|
32
|
+
export declare function ArtifactTypeFromJSON(json: any): ArtifactType;
|
|
33
|
+
export declare function ArtifactTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ArtifactType;
|
|
34
|
+
export declare function ArtifactTypeToJSON(value?: ArtifactType | null): any;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Cirro Data
|
|
6
|
+
* Cirro Data Platform service API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: latest
|
|
9
|
+
* Contact: support@cirro.bio
|
|
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.ArtifactTypeToJSON = exports.ArtifactTypeFromJSONTyped = exports.ArtifactTypeFromJSON = exports.ArtifactType = void 0;
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
var ArtifactType;
|
|
23
|
+
(function (ArtifactType) {
|
|
24
|
+
ArtifactType["Metadata"] = "METADATA";
|
|
25
|
+
ArtifactType["IngestManifest"] = "INGEST_MANIFEST";
|
|
26
|
+
ArtifactType["WorkflowReport"] = "WORKFLOW_REPORT";
|
|
27
|
+
ArtifactType["WorkflowLogs"] = "WORKFLOW_LOGS";
|
|
28
|
+
ArtifactType["WorkflowDebugLogs"] = "WORKFLOW_DEBUG_LOGS";
|
|
29
|
+
ArtifactType["WorkflowDag"] = "WORKFLOW_DAG";
|
|
30
|
+
ArtifactType["WorkflowTimeline"] = "WORKFLOW_TIMELINE";
|
|
31
|
+
ArtifactType["WorkflowTrace"] = "WORKFLOW_TRACE";
|
|
32
|
+
ArtifactType["WorkflowParameters"] = "WORKFLOW_PARAMETERS";
|
|
33
|
+
ArtifactType["WorkflowComputeConfig"] = "WORKFLOW_COMPUTE_CONFIG";
|
|
34
|
+
ArtifactType["WorkflowOptions"] = "WORKFLOW_OPTIONS";
|
|
35
|
+
ArtifactType["SampleSheet"] = "SAMPLE_SHEET";
|
|
36
|
+
ArtifactType["Files"] = "FILES";
|
|
37
|
+
})(ArtifactType = exports.ArtifactType || (exports.ArtifactType = {}));
|
|
38
|
+
function ArtifactTypeFromJSON(json) {
|
|
39
|
+
return ArtifactTypeFromJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
exports.ArtifactTypeFromJSON = ArtifactTypeFromJSON;
|
|
42
|
+
function ArtifactTypeFromJSONTyped(json, ignoreDiscriminator) {
|
|
43
|
+
return json;
|
|
44
|
+
}
|
|
45
|
+
exports.ArtifactTypeFromJSONTyped = ArtifactTypeFromJSONTyped;
|
|
46
|
+
function ArtifactTypeToJSON(value) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
exports.ArtifactTypeToJSON = ArtifactTypeToJSON;
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cirro Data
|
|
3
|
+
* Cirro Data Platform service API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: latest
|
|
6
|
+
* Contact: support@cirro.bio
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface AuditEvent
|
|
16
|
+
*/
|
|
17
|
+
export interface AuditEvent {
|
|
18
|
+
/**
|
|
19
|
+
* The unique identifier for the audit event
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AuditEvent
|
|
22
|
+
*/
|
|
23
|
+
id?: string;
|
|
24
|
+
/**
|
|
25
|
+
* The type of event
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof AuditEvent
|
|
28
|
+
*/
|
|
29
|
+
eventType?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The project ID associated with the event (if applicable)
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof AuditEvent
|
|
34
|
+
*/
|
|
35
|
+
projectId?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The entity ID associated with the event
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof AuditEvent
|
|
40
|
+
*/
|
|
41
|
+
entityId?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The entity type associated with the event
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof AuditEvent
|
|
46
|
+
*/
|
|
47
|
+
entityType?: string;
|
|
48
|
+
/**
|
|
49
|
+
* The details of the event, such as the request details sent from the client
|
|
50
|
+
* @type {{ [key: string]: any; }}
|
|
51
|
+
* @memberof AuditEvent
|
|
52
|
+
*/
|
|
53
|
+
eventDetail?: {
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
} | null;
|
|
56
|
+
/**
|
|
57
|
+
* The changes made to the entity (if applicable)
|
|
58
|
+
* @type {{ [key: string]: string; }}
|
|
59
|
+
* @memberof AuditEvent
|
|
60
|
+
*/
|
|
61
|
+
changes?: {
|
|
62
|
+
[key: string]: string;
|
|
63
|
+
} | null;
|
|
64
|
+
/**
|
|
65
|
+
* The username of the user who performed the action
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof AuditEvent
|
|
68
|
+
*/
|
|
69
|
+
username?: string;
|
|
70
|
+
/**
|
|
71
|
+
* The IP address of the user who performed the action
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof AuditEvent
|
|
74
|
+
*/
|
|
75
|
+
ipAddress?: string;
|
|
76
|
+
/**
|
|
77
|
+
* The date and time the event was created
|
|
78
|
+
* @type {Date}
|
|
79
|
+
* @memberof AuditEvent
|
|
80
|
+
*/
|
|
81
|
+
createdAt?: Date;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Check if a given object implements the AuditEvent interface.
|
|
85
|
+
*/
|
|
86
|
+
export declare function instanceOfAuditEvent(value: object): boolean;
|
|
87
|
+
export declare function AuditEventFromJSON(json: any): AuditEvent;
|
|
88
|
+
export declare function AuditEventFromJSONTyped(json: any, ignoreDiscriminator: boolean): AuditEvent;
|
|
89
|
+
export declare function AuditEventToJSON(value?: AuditEvent | null): any;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Cirro Data
|
|
6
|
+
* Cirro Data Platform service API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: latest
|
|
9
|
+
* Contact: support@cirro.bio
|
|
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.AuditEventToJSON = exports.AuditEventFromJSONTyped = exports.AuditEventFromJSON = exports.instanceOfAuditEvent = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
18
|
+
/**
|
|
19
|
+
* Check if a given object implements the AuditEvent interface.
|
|
20
|
+
*/
|
|
21
|
+
function instanceOfAuditEvent(value) {
|
|
22
|
+
let isInstance = true;
|
|
23
|
+
return isInstance;
|
|
24
|
+
}
|
|
25
|
+
exports.instanceOfAuditEvent = instanceOfAuditEvent;
|
|
26
|
+
function AuditEventFromJSON(json) {
|
|
27
|
+
return AuditEventFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
exports.AuditEventFromJSON = AuditEventFromJSON;
|
|
30
|
+
function AuditEventFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if ((json === undefined) || (json === null)) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'id': !(0, runtime_1.exists)(json, 'id') ? undefined : json['id'],
|
|
36
|
+
'eventType': !(0, runtime_1.exists)(json, 'eventType') ? undefined : json['eventType'],
|
|
37
|
+
'projectId': !(0, runtime_1.exists)(json, 'projectId') ? undefined : json['projectId'],
|
|
38
|
+
'entityId': !(0, runtime_1.exists)(json, 'entityId') ? undefined : json['entityId'],
|
|
39
|
+
'entityType': !(0, runtime_1.exists)(json, 'entityType') ? undefined : json['entityType'],
|
|
40
|
+
'eventDetail': !(0, runtime_1.exists)(json, 'eventDetail') ? undefined : json['eventDetail'],
|
|
41
|
+
'changes': !(0, runtime_1.exists)(json, 'changes') ? undefined : json['changes'],
|
|
42
|
+
'username': !(0, runtime_1.exists)(json, 'username') ? undefined : json['username'],
|
|
43
|
+
'ipAddress': !(0, runtime_1.exists)(json, 'ipAddress') ? undefined : json['ipAddress'],
|
|
44
|
+
'createdAt': !(0, runtime_1.exists)(json, 'createdAt') ? undefined : (new Date(json['createdAt'])),
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
exports.AuditEventFromJSONTyped = AuditEventFromJSONTyped;
|
|
48
|
+
function AuditEventToJSON(value) {
|
|
49
|
+
if (value === undefined) {
|
|
50
|
+
return undefined;
|
|
51
|
+
}
|
|
52
|
+
if (value === null) {
|
|
53
|
+
return null;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
'id': value.id,
|
|
57
|
+
'eventType': value.eventType,
|
|
58
|
+
'projectId': value.projectId,
|
|
59
|
+
'entityId': value.entityId,
|
|
60
|
+
'entityType': value.entityType,
|
|
61
|
+
'eventDetail': value.eventDetail,
|
|
62
|
+
'changes': value.changes,
|
|
63
|
+
'username': value.username,
|
|
64
|
+
'ipAddress': value.ipAddress,
|
|
65
|
+
'createdAt': value.createdAt === undefined ? undefined : (value.createdAt.toISOString()),
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
exports.AuditEventToJSON = AuditEventToJSON;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cirro Data
|
|
3
|
+
* Cirro Data Platform service API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: latest
|
|
6
|
+
* Contact: support@cirro.bio
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface AuthInfo
|
|
16
|
+
*/
|
|
17
|
+
export interface AuthInfo {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AuthInfo
|
|
22
|
+
*/
|
|
23
|
+
userPoolId: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof AuthInfo
|
|
28
|
+
*/
|
|
29
|
+
sdkAppId: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof AuthInfo
|
|
34
|
+
*/
|
|
35
|
+
uiAppId: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof AuthInfo
|
|
40
|
+
*/
|
|
41
|
+
driveAppId: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof AuthInfo
|
|
46
|
+
*/
|
|
47
|
+
endpoint: string;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Check if a given object implements the AuthInfo interface.
|
|
51
|
+
*/
|
|
52
|
+
export declare function instanceOfAuthInfo(value: object): boolean;
|
|
53
|
+
export declare function AuthInfoFromJSON(json: any): AuthInfo;
|
|
54
|
+
export declare function AuthInfoFromJSONTyped(json: any, ignoreDiscriminator: boolean): AuthInfo;
|
|
55
|
+
export declare function AuthInfoToJSON(value?: AuthInfo | null): any;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Cirro Data
|
|
6
|
+
* Cirro Data Platform service API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: latest
|
|
9
|
+
* Contact: support@cirro.bio
|
|
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.AuthInfoToJSON = exports.AuthInfoFromJSONTyped = exports.AuthInfoFromJSON = exports.instanceOfAuthInfo = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the AuthInfo interface.
|
|
19
|
+
*/
|
|
20
|
+
function instanceOfAuthInfo(value) {
|
|
21
|
+
let isInstance = true;
|
|
22
|
+
isInstance = isInstance && "userPoolId" in value;
|
|
23
|
+
isInstance = isInstance && "sdkAppId" in value;
|
|
24
|
+
isInstance = isInstance && "uiAppId" in value;
|
|
25
|
+
isInstance = isInstance && "driveAppId" in value;
|
|
26
|
+
isInstance = isInstance && "endpoint" in value;
|
|
27
|
+
return isInstance;
|
|
28
|
+
}
|
|
29
|
+
exports.instanceOfAuthInfo = instanceOfAuthInfo;
|
|
30
|
+
function AuthInfoFromJSON(json) {
|
|
31
|
+
return AuthInfoFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
exports.AuthInfoFromJSON = AuthInfoFromJSON;
|
|
34
|
+
function AuthInfoFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
if ((json === undefined) || (json === null)) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'userPoolId': json['userPoolId'],
|
|
40
|
+
'sdkAppId': json['sdkAppId'],
|
|
41
|
+
'uiAppId': json['uiAppId'],
|
|
42
|
+
'driveAppId': json['driveAppId'],
|
|
43
|
+
'endpoint': json['endpoint'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
exports.AuthInfoFromJSONTyped = AuthInfoFromJSONTyped;
|
|
47
|
+
function AuthInfoToJSON(value) {
|
|
48
|
+
if (value === undefined) {
|
|
49
|
+
return undefined;
|
|
50
|
+
}
|
|
51
|
+
if (value === null) {
|
|
52
|
+
return null;
|
|
53
|
+
}
|
|
54
|
+
return {
|
|
55
|
+
'userPoolId': value.userPoolId,
|
|
56
|
+
'sdkAppId': value.sdkAppId,
|
|
57
|
+
'uiAppId': value.uiAppId,
|
|
58
|
+
'driveAppId': value.driveAppId,
|
|
59
|
+
'endpoint': value.endpoint,
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
exports.AuthInfoToJSON = AuthInfoToJSON;
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cirro Data
|
|
3
|
+
* Cirro Data Platform service API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: latest
|
|
6
|
+
* Contact: support@cirro.bio
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BillingMethod } from './BillingMethod';
|
|
13
|
+
import type { Contact } from './Contact';
|
|
14
|
+
import type { CustomerType } from './CustomerType';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface BillingAccount
|
|
19
|
+
*/
|
|
20
|
+
export interface BillingAccount {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof BillingAccount
|
|
25
|
+
*/
|
|
26
|
+
id: string;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof BillingAccount
|
|
31
|
+
*/
|
|
32
|
+
name: string;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof BillingAccount
|
|
37
|
+
*/
|
|
38
|
+
organization: string;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {Array<Contact>}
|
|
42
|
+
* @memberof BillingAccount
|
|
43
|
+
*/
|
|
44
|
+
contacts: Array<Contact>;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {CustomerType}
|
|
48
|
+
* @memberof BillingAccount
|
|
49
|
+
*/
|
|
50
|
+
customerType: CustomerType;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {BillingMethod}
|
|
54
|
+
* @memberof BillingAccount
|
|
55
|
+
*/
|
|
56
|
+
billingMethod: BillingMethod;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {string}
|
|
60
|
+
* @memberof BillingAccount
|
|
61
|
+
*/
|
|
62
|
+
primaryBudgetNumber: string;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof BillingAccount
|
|
67
|
+
*/
|
|
68
|
+
owner: string;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @type {Array<string>}
|
|
72
|
+
* @memberof BillingAccount
|
|
73
|
+
*/
|
|
74
|
+
sharedWith: Array<string>;
|
|
75
|
+
/**
|
|
76
|
+
*
|
|
77
|
+
* @type {boolean}
|
|
78
|
+
* @memberof BillingAccount
|
|
79
|
+
*/
|
|
80
|
+
isArchived: boolean;
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Check if a given object implements the BillingAccount interface.
|
|
84
|
+
*/
|
|
85
|
+
export declare function instanceOfBillingAccount(value: object): boolean;
|
|
86
|
+
export declare function BillingAccountFromJSON(json: any): BillingAccount;
|
|
87
|
+
export declare function BillingAccountFromJSONTyped(json: any, ignoreDiscriminator: boolean): BillingAccount;
|
|
88
|
+
export declare function BillingAccountToJSON(value?: BillingAccount | null): any;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Cirro Data
|
|
6
|
+
* Cirro Data Platform service API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: latest
|
|
9
|
+
* Contact: support@cirro.bio
|
|
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.BillingAccountToJSON = exports.BillingAccountFromJSONTyped = exports.BillingAccountFromJSON = exports.instanceOfBillingAccount = void 0;
|
|
17
|
+
const BillingMethod_1 = require("./BillingMethod");
|
|
18
|
+
const Contact_1 = require("./Contact");
|
|
19
|
+
const CustomerType_1 = require("./CustomerType");
|
|
20
|
+
/**
|
|
21
|
+
* Check if a given object implements the BillingAccount interface.
|
|
22
|
+
*/
|
|
23
|
+
function instanceOfBillingAccount(value) {
|
|
24
|
+
let isInstance = true;
|
|
25
|
+
isInstance = isInstance && "id" in value;
|
|
26
|
+
isInstance = isInstance && "name" in value;
|
|
27
|
+
isInstance = isInstance && "organization" in value;
|
|
28
|
+
isInstance = isInstance && "contacts" in value;
|
|
29
|
+
isInstance = isInstance && "customerType" in value;
|
|
30
|
+
isInstance = isInstance && "billingMethod" in value;
|
|
31
|
+
isInstance = isInstance && "primaryBudgetNumber" in value;
|
|
32
|
+
isInstance = isInstance && "owner" in value;
|
|
33
|
+
isInstance = isInstance && "sharedWith" in value;
|
|
34
|
+
isInstance = isInstance && "isArchived" in value;
|
|
35
|
+
return isInstance;
|
|
36
|
+
}
|
|
37
|
+
exports.instanceOfBillingAccount = instanceOfBillingAccount;
|
|
38
|
+
function BillingAccountFromJSON(json) {
|
|
39
|
+
return BillingAccountFromJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
exports.BillingAccountFromJSON = BillingAccountFromJSON;
|
|
42
|
+
function BillingAccountFromJSONTyped(json, ignoreDiscriminator) {
|
|
43
|
+
if ((json === undefined) || (json === null)) {
|
|
44
|
+
return json;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'id': json['id'],
|
|
48
|
+
'name': json['name'],
|
|
49
|
+
'organization': json['organization'],
|
|
50
|
+
'contacts': (json['contacts'].map(Contact_1.ContactFromJSON)),
|
|
51
|
+
'customerType': (0, CustomerType_1.CustomerTypeFromJSON)(json['customerType']),
|
|
52
|
+
'billingMethod': (0, BillingMethod_1.BillingMethodFromJSON)(json['billingMethod']),
|
|
53
|
+
'primaryBudgetNumber': json['primaryBudgetNumber'],
|
|
54
|
+
'owner': json['owner'],
|
|
55
|
+
'sharedWith': json['sharedWith'],
|
|
56
|
+
'isArchived': json['isArchived'],
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
exports.BillingAccountFromJSONTyped = BillingAccountFromJSONTyped;
|
|
60
|
+
function BillingAccountToJSON(value) {
|
|
61
|
+
if (value === undefined) {
|
|
62
|
+
return undefined;
|
|
63
|
+
}
|
|
64
|
+
if (value === null) {
|
|
65
|
+
return null;
|
|
66
|
+
}
|
|
67
|
+
return {
|
|
68
|
+
'id': value.id,
|
|
69
|
+
'name': value.name,
|
|
70
|
+
'organization': value.organization,
|
|
71
|
+
'contacts': (value.contacts.map(Contact_1.ContactToJSON)),
|
|
72
|
+
'customerType': (0, CustomerType_1.CustomerTypeToJSON)(value.customerType),
|
|
73
|
+
'billingMethod': (0, BillingMethod_1.BillingMethodToJSON)(value.billingMethod),
|
|
74
|
+
'primaryBudgetNumber': value.primaryBudgetNumber,
|
|
75
|
+
'owner': value.owner,
|
|
76
|
+
'sharedWith': value.sharedWith,
|
|
77
|
+
'isArchived': value.isArchived,
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
exports.BillingAccountToJSON = BillingAccountToJSON;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cirro Data
|
|
3
|
+
* Cirro Data Platform service API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: latest
|
|
6
|
+
* Contact: support@cirro.bio
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BillingMethod } from './BillingMethod';
|
|
13
|
+
import type { Contact } from './Contact';
|
|
14
|
+
import type { CustomerType } from './CustomerType';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface BillingAccountRequest
|
|
19
|
+
*/
|
|
20
|
+
export interface BillingAccountRequest {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof BillingAccountRequest
|
|
25
|
+
*/
|
|
26
|
+
name: string;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {Array<Contact>}
|
|
30
|
+
* @memberof BillingAccountRequest
|
|
31
|
+
*/
|
|
32
|
+
contacts: Array<Contact>;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {CustomerType}
|
|
36
|
+
* @memberof BillingAccountRequest
|
|
37
|
+
*/
|
|
38
|
+
customerType: CustomerType;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {BillingMethod}
|
|
42
|
+
* @memberof BillingAccountRequest
|
|
43
|
+
*/
|
|
44
|
+
billingMethod: BillingMethod;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof BillingAccountRequest
|
|
49
|
+
*/
|
|
50
|
+
primaryBudgetNumber: string;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {string}
|
|
54
|
+
* @memberof BillingAccountRequest
|
|
55
|
+
*/
|
|
56
|
+
owner: string;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {Array<string>}
|
|
60
|
+
* @memberof BillingAccountRequest
|
|
61
|
+
*/
|
|
62
|
+
sharedWith: Array<string>;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Check if a given object implements the BillingAccountRequest interface.
|
|
66
|
+
*/
|
|
67
|
+
export declare function instanceOfBillingAccountRequest(value: object): boolean;
|
|
68
|
+
export declare function BillingAccountRequestFromJSON(json: any): BillingAccountRequest;
|
|
69
|
+
export declare function BillingAccountRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): BillingAccountRequest;
|
|
70
|
+
export declare function BillingAccountRequestToJSON(value?: BillingAccountRequest | null): any;
|