@cirrobio/api-client 0.9.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +99 -0
- package/{src/models/UserDetail.ts → dist/esm/models/UserDetail.js} +9 -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 +99 -0
- package/dist/models/UserDetail.js +85 -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,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;
|
|
@@ -11,70 +11,26 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
import { exists, mapValues } from '../runtime';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface AuthInfo
|
|
20
|
-
*/
|
|
21
|
-
export interface AuthInfo {
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof AuthInfo
|
|
26
|
-
*/
|
|
27
|
-
userPoolId: string;
|
|
28
|
-
/**
|
|
29
|
-
*
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof AuthInfo
|
|
32
|
-
*/
|
|
33
|
-
sdkAppId: string;
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof AuthInfo
|
|
38
|
-
*/
|
|
39
|
-
uiAppId: string;
|
|
40
|
-
/**
|
|
41
|
-
*
|
|
42
|
-
* @type {string}
|
|
43
|
-
* @memberof AuthInfo
|
|
44
|
-
*/
|
|
45
|
-
driveAppId: string;
|
|
46
|
-
/**
|
|
47
|
-
*
|
|
48
|
-
* @type {string}
|
|
49
|
-
* @memberof AuthInfo
|
|
50
|
-
*/
|
|
51
|
-
endpoint: string;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
14
|
/**
|
|
55
15
|
* Check if a given object implements the AuthInfo interface.
|
|
56
16
|
*/
|
|
57
|
-
export function instanceOfAuthInfo(value
|
|
17
|
+
export function instanceOfAuthInfo(value) {
|
|
58
18
|
let isInstance = true;
|
|
59
19
|
isInstance = isInstance && "userPoolId" in value;
|
|
60
20
|
isInstance = isInstance && "sdkAppId" in value;
|
|
61
21
|
isInstance = isInstance && "uiAppId" in value;
|
|
62
22
|
isInstance = isInstance && "driveAppId" in value;
|
|
63
23
|
isInstance = isInstance && "endpoint" in value;
|
|
64
|
-
|
|
65
24
|
return isInstance;
|
|
66
25
|
}
|
|
67
|
-
|
|
68
|
-
export function AuthInfoFromJSON(json: any): AuthInfo {
|
|
26
|
+
export function AuthInfoFromJSON(json) {
|
|
69
27
|
return AuthInfoFromJSONTyped(json, false);
|
|
70
28
|
}
|
|
71
|
-
|
|
72
|
-
export function AuthInfoFromJSONTyped(json: any, ignoreDiscriminator: boolean): AuthInfo {
|
|
29
|
+
export function AuthInfoFromJSONTyped(json, ignoreDiscriminator) {
|
|
73
30
|
if ((json === undefined) || (json === null)) {
|
|
74
31
|
return json;
|
|
75
32
|
}
|
|
76
33
|
return {
|
|
77
|
-
|
|
78
34
|
'userPoolId': json['userPoolId'],
|
|
79
35
|
'sdkAppId': json['sdkAppId'],
|
|
80
36
|
'uiAppId': json['uiAppId'],
|
|
@@ -82,8 +38,7 @@ export function AuthInfoFromJSONTyped(json: any, ignoreDiscriminator: boolean):
|
|
|
82
38
|
'endpoint': json['endpoint'],
|
|
83
39
|
};
|
|
84
40
|
}
|
|
85
|
-
|
|
86
|
-
export function AuthInfoToJSON(value?: AuthInfo | null): any {
|
|
41
|
+
export function AuthInfoToJSON(value) {
|
|
87
42
|
if (value === undefined) {
|
|
88
43
|
return undefined;
|
|
89
44
|
}
|
|
@@ -91,7 +46,6 @@ export function AuthInfoToJSON(value?: AuthInfo | null): any {
|
|
|
91
46
|
return null;
|
|
92
47
|
}
|
|
93
48
|
return {
|
|
94
|
-
|
|
95
49
|
'userPoolId': value.userPoolId,
|
|
96
50
|
'sdkAppId': value.sdkAppId,
|
|
97
51
|
'uiAppId': value.uiAppId,
|
|
@@ -99,4 +53,3 @@ export function AuthInfoToJSON(value?: AuthInfo | null): any {
|
|
|
99
53
|
'endpoint': value.endpoint,
|
|
100
54
|
};
|
|
101
55
|
}
|
|
102
|
-
|
|
@@ -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,73 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Cirro Data
|
|
5
|
+
* Cirro Data Platform service API
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: latest
|
|
8
|
+
* Contact: support@cirro.bio
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { BillingMethodFromJSON, BillingMethodToJSON, } from './BillingMethod';
|
|
15
|
+
import { ContactFromJSON, ContactToJSON, } from './Contact';
|
|
16
|
+
import { CustomerTypeFromJSON, CustomerTypeToJSON, } from './CustomerType';
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the BillingAccount interface.
|
|
19
|
+
*/
|
|
20
|
+
export function instanceOfBillingAccount(value) {
|
|
21
|
+
let isInstance = true;
|
|
22
|
+
isInstance = isInstance && "id" in value;
|
|
23
|
+
isInstance = isInstance && "name" in value;
|
|
24
|
+
isInstance = isInstance && "organization" in value;
|
|
25
|
+
isInstance = isInstance && "contacts" in value;
|
|
26
|
+
isInstance = isInstance && "customerType" in value;
|
|
27
|
+
isInstance = isInstance && "billingMethod" in value;
|
|
28
|
+
isInstance = isInstance && "primaryBudgetNumber" in value;
|
|
29
|
+
isInstance = isInstance && "owner" in value;
|
|
30
|
+
isInstance = isInstance && "sharedWith" in value;
|
|
31
|
+
isInstance = isInstance && "isArchived" in value;
|
|
32
|
+
return isInstance;
|
|
33
|
+
}
|
|
34
|
+
export function BillingAccountFromJSON(json) {
|
|
35
|
+
return BillingAccountFromJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
export function BillingAccountFromJSONTyped(json, ignoreDiscriminator) {
|
|
38
|
+
if ((json === undefined) || (json === null)) {
|
|
39
|
+
return json;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'id': json['id'],
|
|
43
|
+
'name': json['name'],
|
|
44
|
+
'organization': json['organization'],
|
|
45
|
+
'contacts': (json['contacts'].map(ContactFromJSON)),
|
|
46
|
+
'customerType': CustomerTypeFromJSON(json['customerType']),
|
|
47
|
+
'billingMethod': BillingMethodFromJSON(json['billingMethod']),
|
|
48
|
+
'primaryBudgetNumber': json['primaryBudgetNumber'],
|
|
49
|
+
'owner': json['owner'],
|
|
50
|
+
'sharedWith': json['sharedWith'],
|
|
51
|
+
'isArchived': json['isArchived'],
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
export function BillingAccountToJSON(value) {
|
|
55
|
+
if (value === undefined) {
|
|
56
|
+
return undefined;
|
|
57
|
+
}
|
|
58
|
+
if (value === null) {
|
|
59
|
+
return null;
|
|
60
|
+
}
|
|
61
|
+
return {
|
|
62
|
+
'id': value.id,
|
|
63
|
+
'name': value.name,
|
|
64
|
+
'organization': value.organization,
|
|
65
|
+
'contacts': (value.contacts.map(ContactToJSON)),
|
|
66
|
+
'customerType': CustomerTypeToJSON(value.customerType),
|
|
67
|
+
'billingMethod': BillingMethodToJSON(value.billingMethod),
|
|
68
|
+
'primaryBudgetNumber': value.primaryBudgetNumber,
|
|
69
|
+
'owner': value.owner,
|
|
70
|
+
'sharedWith': value.sharedWith,
|
|
71
|
+
'isArchived': value.isArchived,
|
|
72
|
+
};
|
|
73
|
+
}
|
|
@@ -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;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Cirro Data
|
|
5
|
+
* Cirro Data Platform service API
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: latest
|
|
8
|
+
* Contact: support@cirro.bio
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { BillingMethodFromJSON, BillingMethodToJSON, } from './BillingMethod';
|
|
15
|
+
import { ContactFromJSON, ContactToJSON, } from './Contact';
|
|
16
|
+
import { CustomerTypeFromJSON, CustomerTypeToJSON, } from './CustomerType';
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the BillingAccountRequest interface.
|
|
19
|
+
*/
|
|
20
|
+
export function instanceOfBillingAccountRequest(value) {
|
|
21
|
+
let isInstance = true;
|
|
22
|
+
isInstance = isInstance && "name" in value;
|
|
23
|
+
isInstance = isInstance && "contacts" in value;
|
|
24
|
+
isInstance = isInstance && "customerType" in value;
|
|
25
|
+
isInstance = isInstance && "billingMethod" in value;
|
|
26
|
+
isInstance = isInstance && "primaryBudgetNumber" in value;
|
|
27
|
+
isInstance = isInstance && "owner" in value;
|
|
28
|
+
isInstance = isInstance && "sharedWith" in value;
|
|
29
|
+
return isInstance;
|
|
30
|
+
}
|
|
31
|
+
export function BillingAccountRequestFromJSON(json) {
|
|
32
|
+
return BillingAccountRequestFromJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
export function BillingAccountRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
if ((json === undefined) || (json === null)) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'name': json['name'],
|
|
40
|
+
'contacts': (json['contacts'].map(ContactFromJSON)),
|
|
41
|
+
'customerType': CustomerTypeFromJSON(json['customerType']),
|
|
42
|
+
'billingMethod': BillingMethodFromJSON(json['billingMethod']),
|
|
43
|
+
'primaryBudgetNumber': json['primaryBudgetNumber'],
|
|
44
|
+
'owner': json['owner'],
|
|
45
|
+
'sharedWith': json['sharedWith'],
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
export function BillingAccountRequestToJSON(value) {
|
|
49
|
+
if (value === undefined) {
|
|
50
|
+
return undefined;
|
|
51
|
+
}
|
|
52
|
+
if (value === null) {
|
|
53
|
+
return null;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
'name': value.name,
|
|
57
|
+
'contacts': (value.contacts.map(ContactToJSON)),
|
|
58
|
+
'customerType': CustomerTypeToJSON(value.customerType),
|
|
59
|
+
'billingMethod': BillingMethodToJSON(value.billingMethod),
|
|
60
|
+
'primaryBudgetNumber': value.primaryBudgetNumber,
|
|
61
|
+
'owner': value.owner,
|
|
62
|
+
'sharedWith': value.sharedWith,
|
|
63
|
+
};
|
|
64
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 BillingMethod {
|
|
18
|
+
BudgetNumber = "BUDGET_NUMBER",
|
|
19
|
+
PurchaseOrder = "PURCHASE_ORDER",
|
|
20
|
+
Credit = "CREDIT"
|
|
21
|
+
}
|
|
22
|
+
export declare function BillingMethodFromJSON(json: any): BillingMethod;
|
|
23
|
+
export declare function BillingMethodFromJSONTyped(json: any, ignoreDiscriminator: boolean): BillingMethod;
|
|
24
|
+
export declare function BillingMethodToJSON(value?: BillingMethod | null): any;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Cirro Data
|
|
5
|
+
* Cirro Data Platform service API
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: latest
|
|
8
|
+
* Contact: support@cirro.bio
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export var BillingMethod;
|
|
20
|
+
(function (BillingMethod) {
|
|
21
|
+
BillingMethod["BudgetNumber"] = "BUDGET_NUMBER";
|
|
22
|
+
BillingMethod["PurchaseOrder"] = "PURCHASE_ORDER";
|
|
23
|
+
BillingMethod["Credit"] = "CREDIT";
|
|
24
|
+
})(BillingMethod || (BillingMethod = {}));
|
|
25
|
+
export function BillingMethodFromJSON(json) {
|
|
26
|
+
return BillingMethodFromJSONTyped(json, false);
|
|
27
|
+
}
|
|
28
|
+
export function BillingMethodFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
+
return json;
|
|
30
|
+
}
|
|
31
|
+
export function BillingMethodToJSON(value) {
|
|
32
|
+
return value;
|
|
33
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
* Time period associated with the budget amount
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare enum BudgetPeriod {
|
|
18
|
+
Annually = "ANNUALLY",
|
|
19
|
+
Quarterly = "QUARTERLY",
|
|
20
|
+
Monthly = "MONTHLY"
|
|
21
|
+
}
|
|
22
|
+
export declare function BudgetPeriodFromJSON(json: any): BudgetPeriod;
|
|
23
|
+
export declare function BudgetPeriodFromJSONTyped(json: any, ignoreDiscriminator: boolean): BudgetPeriod;
|
|
24
|
+
export declare function BudgetPeriodToJSON(value?: BudgetPeriod | null): any;
|
|
@@ -11,28 +11,23 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
14
|
/**
|
|
16
15
|
* Time period associated with the budget amount
|
|
17
16
|
* @export
|
|
18
17
|
* @enum {string}
|
|
19
18
|
*/
|
|
20
|
-
export
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
export function BudgetPeriodFromJSON(json: any): BudgetPeriod {
|
|
19
|
+
export var BudgetPeriod;
|
|
20
|
+
(function (BudgetPeriod) {
|
|
21
|
+
BudgetPeriod["Annually"] = "ANNUALLY";
|
|
22
|
+
BudgetPeriod["Quarterly"] = "QUARTERLY";
|
|
23
|
+
BudgetPeriod["Monthly"] = "MONTHLY";
|
|
24
|
+
})(BudgetPeriod || (BudgetPeriod = {}));
|
|
25
|
+
export function BudgetPeriodFromJSON(json) {
|
|
28
26
|
return BudgetPeriodFromJSONTyped(json, false);
|
|
29
27
|
}
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
return json as BudgetPeriod;
|
|
28
|
+
export function BudgetPeriodFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
+
return json;
|
|
33
30
|
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
return value as any;
|
|
31
|
+
export function BudgetPeriodToJSON(value) {
|
|
32
|
+
return value;
|
|
37
33
|
}
|
|
38
|
-
|
|
@@ -0,0 +1,43 @@
|
|
|
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 ClassificationInput
|
|
16
|
+
*/
|
|
17
|
+
export interface ClassificationInput {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ClassificationInput
|
|
22
|
+
*/
|
|
23
|
+
name: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ClassificationInput
|
|
28
|
+
*/
|
|
29
|
+
description: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Array<string>}
|
|
33
|
+
* @memberof ClassificationInput
|
|
34
|
+
*/
|
|
35
|
+
requirementIds: Array<string>;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the ClassificationInput interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfClassificationInput(value: object): boolean;
|
|
41
|
+
export declare function ClassificationInputFromJSON(json: any): ClassificationInput;
|
|
42
|
+
export declare function ClassificationInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ClassificationInput;
|
|
43
|
+
export declare function ClassificationInputToJSON(value?: ClassificationInput | null): any;
|
|
@@ -11,63 +11,30 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
import { exists, mapValues } from '../runtime';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface ClassificationInput
|
|
20
|
-
*/
|
|
21
|
-
export interface ClassificationInput {
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof ClassificationInput
|
|
26
|
-
*/
|
|
27
|
-
name: string;
|
|
28
|
-
/**
|
|
29
|
-
*
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof ClassificationInput
|
|
32
|
-
*/
|
|
33
|
-
description: string;
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @type {Array<string>}
|
|
37
|
-
* @memberof ClassificationInput
|
|
38
|
-
*/
|
|
39
|
-
requirementIds: Array<string>;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
14
|
/**
|
|
43
15
|
* Check if a given object implements the ClassificationInput interface.
|
|
44
16
|
*/
|
|
45
|
-
export function instanceOfClassificationInput(value
|
|
17
|
+
export function instanceOfClassificationInput(value) {
|
|
46
18
|
let isInstance = true;
|
|
47
19
|
isInstance = isInstance && "name" in value;
|
|
48
20
|
isInstance = isInstance && "description" in value;
|
|
49
21
|
isInstance = isInstance && "requirementIds" in value;
|
|
50
|
-
|
|
51
22
|
return isInstance;
|
|
52
23
|
}
|
|
53
|
-
|
|
54
|
-
export function ClassificationInputFromJSON(json: any): ClassificationInput {
|
|
24
|
+
export function ClassificationInputFromJSON(json) {
|
|
55
25
|
return ClassificationInputFromJSONTyped(json, false);
|
|
56
26
|
}
|
|
57
|
-
|
|
58
|
-
export function ClassificationInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ClassificationInput {
|
|
27
|
+
export function ClassificationInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
59
28
|
if ((json === undefined) || (json === null)) {
|
|
60
29
|
return json;
|
|
61
30
|
}
|
|
62
31
|
return {
|
|
63
|
-
|
|
64
32
|
'name': json['name'],
|
|
65
33
|
'description': json['description'],
|
|
66
34
|
'requirementIds': json['requirementIds'],
|
|
67
35
|
};
|
|
68
36
|
}
|
|
69
|
-
|
|
70
|
-
export function ClassificationInputToJSON(value?: ClassificationInput | null): any {
|
|
37
|
+
export function ClassificationInputToJSON(value) {
|
|
71
38
|
if (value === undefined) {
|
|
72
39
|
return undefined;
|
|
73
40
|
}
|
|
@@ -75,10 +42,8 @@ export function ClassificationInputToJSON(value?: ClassificationInput | null): a
|
|
|
75
42
|
return null;
|
|
76
43
|
}
|
|
77
44
|
return {
|
|
78
|
-
|
|
79
45
|
'name': value.name,
|
|
80
46
|
'description': value.description,
|
|
81
47
|
'requirementIds': value.requirementIds,
|
|
82
48
|
};
|
|
83
49
|
}
|
|
84
|
-
|