@sepurux/client 0.3.0
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 +55 -0
- package/dist/apis/AnalyticsApi.d.ts +56 -0
- package/dist/apis/AnalyticsApi.js +132 -0
- package/dist/apis/ApiKeysApi.d.ts +37 -0
- package/dist/apis/ApiKeysApi.js +88 -0
- package/dist/apis/AttemptsApi.d.ts +46 -0
- package/dist/apis/AttemptsApi.js +95 -0
- package/dist/apis/AuditEventsApi.d.ts +32 -0
- package/dist/apis/AuditEventsApi.js +70 -0
- package/dist/apis/AuthApi.d.ts +51 -0
- package/dist/apis/AuthApi.js +121 -0
- package/dist/apis/CampaignsApi.d.ts +68 -0
- package/dist/apis/CampaignsApi.js +167 -0
- package/dist/apis/CiApi.d.ts +40 -0
- package/dist/apis/CiApi.js +91 -0
- package/dist/apis/CounterfactualsApi.d.ts +42 -0
- package/dist/apis/CounterfactualsApi.js +95 -0
- package/dist/apis/DemoApi.d.ts +34 -0
- package/dist/apis/DemoApi.js +83 -0
- package/dist/apis/HealthApi.d.ts +29 -0
- package/dist/apis/HealthApi.js +57 -0
- package/dist/apis/MutationPacksApi.d.ts +78 -0
- package/dist/apis/MutationPacksApi.js +189 -0
- package/dist/apis/PolicyPacksApi.d.ts +104 -0
- package/dist/apis/PolicyPacksApi.js +264 -0
- package/dist/apis/ProjectsApi.d.ts +37 -0
- package/dist/apis/ProjectsApi.js +88 -0
- package/dist/apis/RunsApi.d.ts +110 -0
- package/dist/apis/RunsApi.js +276 -0
- package/dist/apis/TemplatesApi.d.ts +53 -0
- package/dist/apis/TemplatesApi.js +125 -0
- package/dist/apis/ToolsApi.d.ts +54 -0
- package/dist/apis/ToolsApi.js +130 -0
- package/dist/apis/TracesApi.d.ts +56 -0
- package/dist/apis/TracesApi.js +134 -0
- package/dist/apis/WebhooksApi.d.ts +78 -0
- package/dist/apis/WebhooksApi.js +192 -0
- package/dist/apis/index.d.ts +18 -0
- package/dist/apis/index.js +36 -0
- package/dist/esm/apis/AnalyticsApi.d.ts +56 -0
- package/dist/esm/apis/AnalyticsApi.js +128 -0
- package/dist/esm/apis/ApiKeysApi.d.ts +37 -0
- package/dist/esm/apis/ApiKeysApi.js +84 -0
- package/dist/esm/apis/AttemptsApi.d.ts +46 -0
- package/dist/esm/apis/AttemptsApi.js +91 -0
- package/dist/esm/apis/AuditEventsApi.d.ts +32 -0
- package/dist/esm/apis/AuditEventsApi.js +66 -0
- package/dist/esm/apis/AuthApi.d.ts +51 -0
- package/dist/esm/apis/AuthApi.js +117 -0
- package/dist/esm/apis/CampaignsApi.d.ts +68 -0
- package/dist/esm/apis/CampaignsApi.js +163 -0
- package/dist/esm/apis/CiApi.d.ts +40 -0
- package/dist/esm/apis/CiApi.js +87 -0
- package/dist/esm/apis/CounterfactualsApi.d.ts +42 -0
- package/dist/esm/apis/CounterfactualsApi.js +91 -0
- package/dist/esm/apis/DemoApi.d.ts +34 -0
- package/dist/esm/apis/DemoApi.js +79 -0
- package/dist/esm/apis/HealthApi.d.ts +29 -0
- package/dist/esm/apis/HealthApi.js +53 -0
- package/dist/esm/apis/MutationPacksApi.d.ts +78 -0
- package/dist/esm/apis/MutationPacksApi.js +185 -0
- package/dist/esm/apis/PolicyPacksApi.d.ts +104 -0
- package/dist/esm/apis/PolicyPacksApi.js +260 -0
- package/dist/esm/apis/ProjectsApi.d.ts +37 -0
- package/dist/esm/apis/ProjectsApi.js +84 -0
- package/dist/esm/apis/RunsApi.d.ts +110 -0
- package/dist/esm/apis/RunsApi.js +272 -0
- package/dist/esm/apis/TemplatesApi.d.ts +53 -0
- package/dist/esm/apis/TemplatesApi.js +121 -0
- package/dist/esm/apis/ToolsApi.d.ts +54 -0
- package/dist/esm/apis/ToolsApi.js +126 -0
- package/dist/esm/apis/TracesApi.d.ts +56 -0
- package/dist/esm/apis/TracesApi.js +130 -0
- package/dist/esm/apis/WebhooksApi.d.ts +78 -0
- package/dist/esm/apis/WebhooksApi.js +188 -0
- package/dist/esm/apis/index.d.ts +18 -0
- package/dist/esm/apis/index.js +20 -0
- package/dist/esm/index.d.ts +3 -0
- package/dist/esm/index.js +5 -0
- package/dist/esm/models/ApiKeyCreateRequest.d.ts +43 -0
- package/dist/esm/models/ApiKeyCreateRequest.js +44 -0
- package/dist/esm/models/ApiKeyCreateResponse.d.ts +91 -0
- package/dist/esm/models/ApiKeyCreateResponse.js +68 -0
- package/dist/esm/models/ApiKeyMetadata.d.ts +85 -0
- package/dist/esm/models/ApiKeyMetadata.js +64 -0
- package/dist/esm/models/ApplyTemplateRunResponse.d.ts +31 -0
- package/dist/esm/models/ApplyTemplateRunResponse.js +40 -0
- package/dist/esm/models/AuditEventListItem.d.ts +61 -0
- package/dist/esm/models/AuditEventListItem.js +58 -0
- package/dist/esm/models/AuthPermissionSet.d.ts +79 -0
- package/dist/esm/models/AuthPermissionSet.js +54 -0
- package/dist/esm/models/AuthSessionMetadata.d.ts +116 -0
- package/dist/esm/models/AuthSessionMetadata.js +89 -0
- package/dist/esm/models/AuthSessionResponse.d.ts +122 -0
- package/dist/esm/models/AuthSessionResponse.js +93 -0
- package/dist/esm/models/CIRunCreateRequest.d.ts +44 -0
- package/dist/esm/models/CIRunCreateRequest.js +49 -0
- package/dist/esm/models/CIRunCreateResponse.d.ts +31 -0
- package/dist/esm/models/CIRunCreateResponse.js +40 -0
- package/dist/esm/models/CIRunStatusResponse.d.ts +83 -0
- package/dist/esm/models/CIRunStatusResponse.js +77 -0
- package/dist/esm/models/CIRunThresholds.d.ts +43 -0
- package/dist/esm/models/CIRunThresholds.js +46 -0
- package/dist/esm/models/CampaignCreateRequest.d.ts +49 -0
- package/dist/esm/models/CampaignCreateRequest.js +50 -0
- package/dist/esm/models/CampaignMetadata.d.ts +67 -0
- package/dist/esm/models/CampaignMetadata.js +62 -0
- package/dist/esm/models/CampaignRunPackRequest.d.ts +31 -0
- package/dist/esm/models/CampaignRunPackRequest.js +40 -0
- package/dist/esm/models/CampaignRunPackResponse.d.ts +67 -0
- package/dist/esm/models/CampaignRunPackResponse.js +64 -0
- package/dist/esm/models/CounterfactualListItem.d.ts +61 -0
- package/dist/esm/models/CounterfactualListItem.js +61 -0
- package/dist/esm/models/CounterfactualMetadata.d.ts +73 -0
- package/dist/esm/models/CounterfactualMetadata.js +69 -0
- package/dist/esm/models/DemoInfoResponse.d.ts +76 -0
- package/dist/esm/models/DemoInfoResponse.js +64 -0
- package/dist/esm/models/DemoLimits.d.ts +49 -0
- package/dist/esm/models/DemoLimits.js +48 -0
- package/dist/esm/models/DemoSessionResponse.d.ts +74 -0
- package/dist/esm/models/DemoSessionResponse.js +69 -0
- package/dist/esm/models/EventIndexCount.d.ts +37 -0
- package/dist/esm/models/EventIndexCount.js +44 -0
- package/dist/esm/models/HTTPValidationError.d.ts +32 -0
- package/dist/esm/models/HTTPValidationError.js +39 -0
- package/dist/esm/models/HardeningTemplateCreateRequest.d.ts +53 -0
- package/dist/esm/models/HardeningTemplateCreateRequest.js +57 -0
- package/dist/esm/models/HardeningTemplateMetadata.d.ts +71 -0
- package/dist/esm/models/HardeningTemplateMetadata.js +69 -0
- package/dist/esm/models/InsightEvidenceMutation.d.ts +37 -0
- package/dist/esm/models/InsightEvidenceMutation.js +44 -0
- package/dist/esm/models/InsightEvidenceReason.d.ts +37 -0
- package/dist/esm/models/InsightEvidenceReason.js +44 -0
- package/dist/esm/models/InsightEvidenceTool.d.ts +37 -0
- package/dist/esm/models/InsightEvidenceTool.js +44 -0
- package/dist/esm/models/LethalMutationInsight.d.ts +63 -0
- package/dist/esm/models/LethalMutationInsight.js +62 -0
- package/dist/esm/models/LethalMutationTopReason.d.ts +37 -0
- package/dist/esm/models/LethalMutationTopReason.js +44 -0
- package/dist/esm/models/LethalMutationTopTool.d.ts +37 -0
- package/dist/esm/models/LethalMutationTopTool.js +44 -0
- package/dist/esm/models/LoginRequest.d.ts +37 -0
- package/dist/esm/models/LoginRequest.js +44 -0
- package/dist/esm/models/MutationCountPct.d.ts +43 -0
- package/dist/esm/models/MutationCountPct.js +48 -0
- package/dist/esm/models/MutationPackCoverageResponse.d.ts +49 -0
- package/dist/esm/models/MutationPackCoverageResponse.js +48 -0
- package/dist/esm/models/MutationPackCreateRequest.d.ts +43 -0
- package/dist/esm/models/MutationPackCreateRequest.js +46 -0
- package/dist/esm/models/MutationPackCreateResponse.d.ts +85 -0
- package/dist/esm/models/MutationPackCreateResponse.js +66 -0
- package/dist/esm/models/MutationPackMetadata.d.ts +73 -0
- package/dist/esm/models/MutationPackMetadata.js +62 -0
- package/dist/esm/models/MutationSummaryItem.d.ts +51 -0
- package/dist/esm/models/MutationSummaryItem.js +54 -0
- package/dist/esm/models/MutationSummaryResponse.d.ts +38 -0
- package/dist/esm/models/MutationSummaryResponse.js +45 -0
- package/dist/esm/models/MutationSummaryTopReason.d.ts +37 -0
- package/dist/esm/models/MutationSummaryTopReason.js +44 -0
- package/dist/esm/models/MutationSummaryTopTool.d.ts +37 -0
- package/dist/esm/models/MutationSummaryTopTool.js +44 -0
- package/dist/esm/models/PolicyEventListItem.d.ts +85 -0
- package/dist/esm/models/PolicyEventListItem.js +75 -0
- package/dist/esm/models/PolicyPackCreateRequest.d.ts +51 -0
- package/dist/esm/models/PolicyPackCreateRequest.js +53 -0
- package/dist/esm/models/PolicyPackMetadata.d.ts +73 -0
- package/dist/esm/models/PolicyPackMetadata.js +64 -0
- package/dist/esm/models/PolicyPackRollbackRequest.d.ts +37 -0
- package/dist/esm/models/PolicyPackRollbackRequest.js +42 -0
- package/dist/esm/models/PolicyPackUpdateRequest.d.ts +57 -0
- package/dist/esm/models/PolicyPackUpdateRequest.js +53 -0
- package/dist/esm/models/PolicyPackVersionMetadata.d.ts +67 -0
- package/dist/esm/models/PolicyPackVersionMetadata.js +60 -0
- package/dist/esm/models/ProjectCreateRequest.d.ts +31 -0
- package/dist/esm/models/ProjectCreateRequest.js +40 -0
- package/dist/esm/models/ProjectMetadata.d.ts +49 -0
- package/dist/esm/models/ProjectMetadata.js +52 -0
- package/dist/esm/models/ReasonCountPct.d.ts +43 -0
- package/dist/esm/models/ReasonCountPct.js +48 -0
- package/dist/esm/models/ReplayAttemptDetail.d.ts +91 -0
- package/dist/esm/models/ReplayAttemptDetail.js +77 -0
- package/dist/esm/models/ReplayAttemptListItem.d.ts +73 -0
- package/dist/esm/models/ReplayAttemptListItem.js +66 -0
- package/dist/esm/models/RunAttemptsSummary.d.ts +49 -0
- package/dist/esm/models/RunAttemptsSummary.js +52 -0
- package/dist/esm/models/RunCreateRequest.d.ts +49 -0
- package/dist/esm/models/RunCreateRequest.js +48 -0
- package/dist/esm/models/RunInsight.d.ts +62 -0
- package/dist/esm/models/RunInsight.js +61 -0
- package/dist/esm/models/RunInsightEvidence.d.ts +46 -0
- package/dist/esm/models/RunInsightEvidence.js +45 -0
- package/dist/esm/models/RunMetadata.d.ts +91 -0
- package/dist/esm/models/RunMetadata.js +71 -0
- package/dist/esm/models/RunStatsResponse.d.ts +105 -0
- package/dist/esm/models/RunStatsResponse.js +88 -0
- package/dist/esm/models/SecurityEventListItem.d.ts +94 -0
- package/dist/esm/models/SecurityEventListItem.js +83 -0
- package/dist/esm/models/SignupRequest.d.ts +64 -0
- package/dist/esm/models/SignupRequest.js +58 -0
- package/dist/esm/models/ToolCount.d.ts +37 -0
- package/dist/esm/models/ToolCount.js +44 -0
- package/dist/esm/models/ToolCountPct.d.ts +43 -0
- package/dist/esm/models/ToolCountPct.js +48 -0
- package/dist/esm/models/ToolFragilityItem.d.ts +63 -0
- package/dist/esm/models/ToolFragilityItem.js +62 -0
- package/dist/esm/models/ToolFragilityResponse.d.ts +50 -0
- package/dist/esm/models/ToolFragilityResponse.js +53 -0
- package/dist/esm/models/ToolFragilityTopMutation.d.ts +37 -0
- package/dist/esm/models/ToolFragilityTopMutation.js +44 -0
- package/dist/esm/models/ToolFragilityTopReason.d.ts +37 -0
- package/dist/esm/models/ToolFragilityTopReason.js +44 -0
- package/dist/esm/models/ToolRegistryCreateRequest.d.ts +37 -0
- package/dist/esm/models/ToolRegistryCreateRequest.js +42 -0
- package/dist/esm/models/ToolRegistryMetadata.d.ts +55 -0
- package/dist/esm/models/ToolRegistryMetadata.js +56 -0
- package/dist/esm/models/ToolRegistryZoneUpdateRequest.d.ts +31 -0
- package/dist/esm/models/ToolRegistryZoneUpdateRequest.js +40 -0
- package/dist/esm/models/ToolUsageStatsItem.d.ts +43 -0
- package/dist/esm/models/ToolUsageStatsItem.js +48 -0
- package/dist/esm/models/TraceMetadata.d.ts +89 -0
- package/dist/esm/models/TraceMetadata.js +69 -0
- package/dist/esm/models/ValidationError.d.ts +44 -0
- package/dist/esm/models/ValidationError.js +49 -0
- package/dist/esm/models/ValidationErrorLocInner.d.ts +25 -0
- package/dist/esm/models/ValidationErrorLocInner.js +28 -0
- package/dist/esm/models/WebhookCreateRequest.d.ts +43 -0
- package/dist/esm/models/WebhookCreateRequest.js +44 -0
- package/dist/esm/models/WebhookCreateResponse.d.ts +79 -0
- package/dist/esm/models/WebhookCreateResponse.js +68 -0
- package/dist/esm/models/WebhookMetadata.d.ts +73 -0
- package/dist/esm/models/WebhookMetadata.js +64 -0
- package/dist/esm/models/WebhookRotateSecretResponse.d.ts +37 -0
- package/dist/esm/models/WebhookRotateSecretResponse.js +44 -0
- package/dist/esm/models/WebhookUpdateRequest.d.ts +43 -0
- package/dist/esm/models/WebhookUpdateRequest.js +42 -0
- package/dist/esm/models/index.d.ts +78 -0
- package/dist/esm/models/index.js +80 -0
- package/dist/esm/runtime.d.ts +183 -0
- package/dist/esm/runtime.js +335 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +21 -0
- package/dist/models/ApiKeyCreateRequest.d.ts +43 -0
- package/dist/models/ApiKeyCreateRequest.js +50 -0
- package/dist/models/ApiKeyCreateResponse.d.ts +91 -0
- package/dist/models/ApiKeyCreateResponse.js +74 -0
- package/dist/models/ApiKeyMetadata.d.ts +85 -0
- package/dist/models/ApiKeyMetadata.js +70 -0
- package/dist/models/ApplyTemplateRunResponse.d.ts +31 -0
- package/dist/models/ApplyTemplateRunResponse.js +46 -0
- package/dist/models/AuditEventListItem.d.ts +61 -0
- package/dist/models/AuditEventListItem.js +64 -0
- package/dist/models/AuthPermissionSet.d.ts +79 -0
- package/dist/models/AuthPermissionSet.js +60 -0
- package/dist/models/AuthSessionMetadata.d.ts +116 -0
- package/dist/models/AuthSessionMetadata.js +96 -0
- package/dist/models/AuthSessionResponse.d.ts +122 -0
- package/dist/models/AuthSessionResponse.js +100 -0
- package/dist/models/CIRunCreateRequest.d.ts +44 -0
- package/dist/models/CIRunCreateRequest.js +55 -0
- package/dist/models/CIRunCreateResponse.d.ts +31 -0
- package/dist/models/CIRunCreateResponse.js +46 -0
- package/dist/models/CIRunStatusResponse.d.ts +83 -0
- package/dist/models/CIRunStatusResponse.js +84 -0
- package/dist/models/CIRunThresholds.d.ts +43 -0
- package/dist/models/CIRunThresholds.js +52 -0
- package/dist/models/CampaignCreateRequest.d.ts +49 -0
- package/dist/models/CampaignCreateRequest.js +56 -0
- package/dist/models/CampaignMetadata.d.ts +67 -0
- package/dist/models/CampaignMetadata.js +68 -0
- package/dist/models/CampaignRunPackRequest.d.ts +31 -0
- package/dist/models/CampaignRunPackRequest.js +46 -0
- package/dist/models/CampaignRunPackResponse.d.ts +67 -0
- package/dist/models/CampaignRunPackResponse.js +70 -0
- package/dist/models/CounterfactualListItem.d.ts +61 -0
- package/dist/models/CounterfactualListItem.js +67 -0
- package/dist/models/CounterfactualMetadata.d.ts +73 -0
- package/dist/models/CounterfactualMetadata.js +75 -0
- package/dist/models/DemoInfoResponse.d.ts +76 -0
- package/dist/models/DemoInfoResponse.js +71 -0
- package/dist/models/DemoLimits.d.ts +49 -0
- package/dist/models/DemoLimits.js +54 -0
- package/dist/models/DemoSessionResponse.d.ts +74 -0
- package/dist/models/DemoSessionResponse.js +75 -0
- package/dist/models/EventIndexCount.d.ts +37 -0
- package/dist/models/EventIndexCount.js +50 -0
- package/dist/models/HTTPValidationError.d.ts +32 -0
- package/dist/models/HTTPValidationError.js +45 -0
- package/dist/models/HardeningTemplateCreateRequest.d.ts +53 -0
- package/dist/models/HardeningTemplateCreateRequest.js +64 -0
- package/dist/models/HardeningTemplateMetadata.d.ts +71 -0
- package/dist/models/HardeningTemplateMetadata.js +76 -0
- package/dist/models/InsightEvidenceMutation.d.ts +37 -0
- package/dist/models/InsightEvidenceMutation.js +50 -0
- package/dist/models/InsightEvidenceReason.d.ts +37 -0
- package/dist/models/InsightEvidenceReason.js +50 -0
- package/dist/models/InsightEvidenceTool.d.ts +37 -0
- package/dist/models/InsightEvidenceTool.js +50 -0
- package/dist/models/LethalMutationInsight.d.ts +63 -0
- package/dist/models/LethalMutationInsight.js +68 -0
- package/dist/models/LethalMutationTopReason.d.ts +37 -0
- package/dist/models/LethalMutationTopReason.js +50 -0
- package/dist/models/LethalMutationTopTool.d.ts +37 -0
- package/dist/models/LethalMutationTopTool.js +50 -0
- package/dist/models/LoginRequest.d.ts +37 -0
- package/dist/models/LoginRequest.js +50 -0
- package/dist/models/MutationCountPct.d.ts +43 -0
- package/dist/models/MutationCountPct.js +54 -0
- package/dist/models/MutationPackCoverageResponse.d.ts +49 -0
- package/dist/models/MutationPackCoverageResponse.js +54 -0
- package/dist/models/MutationPackCreateRequest.d.ts +43 -0
- package/dist/models/MutationPackCreateRequest.js +52 -0
- package/dist/models/MutationPackCreateResponse.d.ts +85 -0
- package/dist/models/MutationPackCreateResponse.js +72 -0
- package/dist/models/MutationPackMetadata.d.ts +73 -0
- package/dist/models/MutationPackMetadata.js +68 -0
- package/dist/models/MutationSummaryItem.d.ts +51 -0
- package/dist/models/MutationSummaryItem.js +60 -0
- package/dist/models/MutationSummaryResponse.d.ts +38 -0
- package/dist/models/MutationSummaryResponse.js +51 -0
- package/dist/models/MutationSummaryTopReason.d.ts +37 -0
- package/dist/models/MutationSummaryTopReason.js +50 -0
- package/dist/models/MutationSummaryTopTool.d.ts +37 -0
- package/dist/models/MutationSummaryTopTool.js +50 -0
- package/dist/models/PolicyEventListItem.d.ts +85 -0
- package/dist/models/PolicyEventListItem.js +81 -0
- package/dist/models/PolicyPackCreateRequest.d.ts +51 -0
- package/dist/models/PolicyPackCreateRequest.js +60 -0
- package/dist/models/PolicyPackMetadata.d.ts +73 -0
- package/dist/models/PolicyPackMetadata.js +70 -0
- package/dist/models/PolicyPackRollbackRequest.d.ts +37 -0
- package/dist/models/PolicyPackRollbackRequest.js +48 -0
- package/dist/models/PolicyPackUpdateRequest.d.ts +57 -0
- package/dist/models/PolicyPackUpdateRequest.js +60 -0
- package/dist/models/PolicyPackVersionMetadata.d.ts +67 -0
- package/dist/models/PolicyPackVersionMetadata.js +66 -0
- package/dist/models/ProjectCreateRequest.d.ts +31 -0
- package/dist/models/ProjectCreateRequest.js +46 -0
- package/dist/models/ProjectMetadata.d.ts +49 -0
- package/dist/models/ProjectMetadata.js +58 -0
- package/dist/models/ReasonCountPct.d.ts +43 -0
- package/dist/models/ReasonCountPct.js +54 -0
- package/dist/models/ReplayAttemptDetail.d.ts +91 -0
- package/dist/models/ReplayAttemptDetail.js +83 -0
- package/dist/models/ReplayAttemptListItem.d.ts +73 -0
- package/dist/models/ReplayAttemptListItem.js +72 -0
- package/dist/models/RunAttemptsSummary.d.ts +49 -0
- package/dist/models/RunAttemptsSummary.js +58 -0
- package/dist/models/RunCreateRequest.d.ts +49 -0
- package/dist/models/RunCreateRequest.js +54 -0
- package/dist/models/RunInsight.d.ts +62 -0
- package/dist/models/RunInsight.js +67 -0
- package/dist/models/RunInsightEvidence.d.ts +46 -0
- package/dist/models/RunInsightEvidence.js +51 -0
- package/dist/models/RunMetadata.d.ts +91 -0
- package/dist/models/RunMetadata.js +77 -0
- package/dist/models/RunStatsResponse.d.ts +105 -0
- package/dist/models/RunStatsResponse.js +94 -0
- package/dist/models/SecurityEventListItem.d.ts +94 -0
- package/dist/models/SecurityEventListItem.js +90 -0
- package/dist/models/SignupRequest.d.ts +64 -0
- package/dist/models/SignupRequest.js +65 -0
- package/dist/models/ToolCount.d.ts +37 -0
- package/dist/models/ToolCount.js +50 -0
- package/dist/models/ToolCountPct.d.ts +43 -0
- package/dist/models/ToolCountPct.js +54 -0
- package/dist/models/ToolFragilityItem.d.ts +63 -0
- package/dist/models/ToolFragilityItem.js +68 -0
- package/dist/models/ToolFragilityResponse.d.ts +50 -0
- package/dist/models/ToolFragilityResponse.js +59 -0
- package/dist/models/ToolFragilityTopMutation.d.ts +37 -0
- package/dist/models/ToolFragilityTopMutation.js +50 -0
- package/dist/models/ToolFragilityTopReason.d.ts +37 -0
- package/dist/models/ToolFragilityTopReason.js +50 -0
- package/dist/models/ToolRegistryCreateRequest.d.ts +37 -0
- package/dist/models/ToolRegistryCreateRequest.js +48 -0
- package/dist/models/ToolRegistryMetadata.d.ts +55 -0
- package/dist/models/ToolRegistryMetadata.js +62 -0
- package/dist/models/ToolRegistryZoneUpdateRequest.d.ts +31 -0
- package/dist/models/ToolRegistryZoneUpdateRequest.js +46 -0
- package/dist/models/ToolUsageStatsItem.d.ts +43 -0
- package/dist/models/ToolUsageStatsItem.js +54 -0
- package/dist/models/TraceMetadata.d.ts +89 -0
- package/dist/models/TraceMetadata.js +75 -0
- package/dist/models/ValidationError.d.ts +44 -0
- package/dist/models/ValidationError.js +55 -0
- package/dist/models/ValidationErrorLocInner.d.ts +25 -0
- package/dist/models/ValidationErrorLocInner.js +34 -0
- package/dist/models/WebhookCreateRequest.d.ts +43 -0
- package/dist/models/WebhookCreateRequest.js +50 -0
- package/dist/models/WebhookCreateResponse.d.ts +79 -0
- package/dist/models/WebhookCreateResponse.js +74 -0
- package/dist/models/WebhookMetadata.d.ts +73 -0
- package/dist/models/WebhookMetadata.js +70 -0
- package/dist/models/WebhookRotateSecretResponse.d.ts +37 -0
- package/dist/models/WebhookRotateSecretResponse.js +50 -0
- package/dist/models/WebhookUpdateRequest.d.ts +43 -0
- package/dist/models/WebhookUpdateRequest.js +48 -0
- package/dist/models/index.d.ts +78 -0
- package/dist/models/index.js +96 -0
- package/dist/runtime.d.ts +183 -0
- package/dist/runtime.js +352 -0
- package/package.json +29 -0
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sepurux API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ToolCountPct } from './ToolCountPct';
|
|
13
|
+
import type { ReasonCountPct } from './ReasonCountPct';
|
|
14
|
+
import type { EventIndexCount } from './EventIndexCount';
|
|
15
|
+
import type { ToolUsageStatsItem } from './ToolUsageStatsItem';
|
|
16
|
+
import type { RunAttemptsSummary } from './RunAttemptsSummary';
|
|
17
|
+
import type { LethalMutationInsight } from './LethalMutationInsight';
|
|
18
|
+
import type { RunInsight } from './RunInsight';
|
|
19
|
+
import type { MutationCountPct } from './MutationCountPct';
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface RunStatsResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface RunStatsResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof RunStatsResponse
|
|
30
|
+
*/
|
|
31
|
+
run_id: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {RunAttemptsSummary}
|
|
35
|
+
* @memberof RunStatsResponse
|
|
36
|
+
*/
|
|
37
|
+
attempts: RunAttemptsSummary;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Array<ToolCountPct>}
|
|
41
|
+
* @memberof RunStatsResponse
|
|
42
|
+
*/
|
|
43
|
+
failures_by_tool: Array<ToolCountPct>;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Array<ToolUsageStatsItem>}
|
|
47
|
+
* @memberof RunStatsResponse
|
|
48
|
+
*/
|
|
49
|
+
tools_usage: Array<ToolUsageStatsItem>;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {Array<MutationCountPct>}
|
|
53
|
+
* @memberof RunStatsResponse
|
|
54
|
+
*/
|
|
55
|
+
failures_by_mutation: Array<MutationCountPct>;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {Array<ReasonCountPct>}
|
|
59
|
+
* @memberof RunStatsResponse
|
|
60
|
+
*/
|
|
61
|
+
top_failure_reasons: Array<ReasonCountPct>;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {Array<EventIndexCount>}
|
|
65
|
+
* @memberof RunStatsResponse
|
|
66
|
+
*/
|
|
67
|
+
first_failure_step_distribution: Array<EventIndexCount>;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof RunStatsResponse
|
|
72
|
+
*/
|
|
73
|
+
attribution: string;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {Array<LethalMutationInsight>}
|
|
77
|
+
* @memberof RunStatsResponse
|
|
78
|
+
*/
|
|
79
|
+
most_lethal_mutations: Array<LethalMutationInsight>;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {number}
|
|
83
|
+
* @memberof RunStatsResponse
|
|
84
|
+
*/
|
|
85
|
+
injection_blocks?: number;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {number}
|
|
89
|
+
* @memberof RunStatsResponse
|
|
90
|
+
*/
|
|
91
|
+
injection_sanitizations?: number;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {Array<RunInsight>}
|
|
95
|
+
* @memberof RunStatsResponse
|
|
96
|
+
*/
|
|
97
|
+
insights: Array<RunInsight>;
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* Check if a given object implements the RunStatsResponse interface.
|
|
101
|
+
*/
|
|
102
|
+
export declare function instanceOfRunStatsResponse(value: object): value is RunStatsResponse;
|
|
103
|
+
export declare function RunStatsResponseFromJSON(json: any): RunStatsResponse;
|
|
104
|
+
export declare function RunStatsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunStatsResponse;
|
|
105
|
+
export declare function RunStatsResponseToJSON(value?: RunStatsResponse | null): any;
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Sepurux API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.1.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfRunStatsResponse = instanceOfRunStatsResponse;
|
|
17
|
+
exports.RunStatsResponseFromJSON = RunStatsResponseFromJSON;
|
|
18
|
+
exports.RunStatsResponseFromJSONTyped = RunStatsResponseFromJSONTyped;
|
|
19
|
+
exports.RunStatsResponseToJSON = RunStatsResponseToJSON;
|
|
20
|
+
const ToolCountPct_1 = require("./ToolCountPct");
|
|
21
|
+
const ReasonCountPct_1 = require("./ReasonCountPct");
|
|
22
|
+
const EventIndexCount_1 = require("./EventIndexCount");
|
|
23
|
+
const ToolUsageStatsItem_1 = require("./ToolUsageStatsItem");
|
|
24
|
+
const RunAttemptsSummary_1 = require("./RunAttemptsSummary");
|
|
25
|
+
const LethalMutationInsight_1 = require("./LethalMutationInsight");
|
|
26
|
+
const RunInsight_1 = require("./RunInsight");
|
|
27
|
+
const MutationCountPct_1 = require("./MutationCountPct");
|
|
28
|
+
/**
|
|
29
|
+
* Check if a given object implements the RunStatsResponse interface.
|
|
30
|
+
*/
|
|
31
|
+
function instanceOfRunStatsResponse(value) {
|
|
32
|
+
if (!('run_id' in value) || value['run_id'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('attempts' in value) || value['attempts'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('failures_by_tool' in value) || value['failures_by_tool'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('tools_usage' in value) || value['tools_usage'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
if (!('failures_by_mutation' in value) || value['failures_by_mutation'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
if (!('top_failure_reasons' in value) || value['top_failure_reasons'] === undefined)
|
|
43
|
+
return false;
|
|
44
|
+
if (!('first_failure_step_distribution' in value) || value['first_failure_step_distribution'] === undefined)
|
|
45
|
+
return false;
|
|
46
|
+
if (!('attribution' in value) || value['attribution'] === undefined)
|
|
47
|
+
return false;
|
|
48
|
+
if (!('most_lethal_mutations' in value) || value['most_lethal_mutations'] === undefined)
|
|
49
|
+
return false;
|
|
50
|
+
if (!('insights' in value) || value['insights'] === undefined)
|
|
51
|
+
return false;
|
|
52
|
+
return true;
|
|
53
|
+
}
|
|
54
|
+
function RunStatsResponseFromJSON(json) {
|
|
55
|
+
return RunStatsResponseFromJSONTyped(json, false);
|
|
56
|
+
}
|
|
57
|
+
function RunStatsResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
58
|
+
if (json == null) {
|
|
59
|
+
return json;
|
|
60
|
+
}
|
|
61
|
+
return {
|
|
62
|
+
'run_id': json['run_id'],
|
|
63
|
+
'attempts': (0, RunAttemptsSummary_1.RunAttemptsSummaryFromJSON)(json['attempts']),
|
|
64
|
+
'failures_by_tool': (json['failures_by_tool'].map(ToolCountPct_1.ToolCountPctFromJSON)),
|
|
65
|
+
'tools_usage': (json['tools_usage'].map(ToolUsageStatsItem_1.ToolUsageStatsItemFromJSON)),
|
|
66
|
+
'failures_by_mutation': (json['failures_by_mutation'].map(MutationCountPct_1.MutationCountPctFromJSON)),
|
|
67
|
+
'top_failure_reasons': (json['top_failure_reasons'].map(ReasonCountPct_1.ReasonCountPctFromJSON)),
|
|
68
|
+
'first_failure_step_distribution': (json['first_failure_step_distribution'].map(EventIndexCount_1.EventIndexCountFromJSON)),
|
|
69
|
+
'attribution': json['attribution'],
|
|
70
|
+
'most_lethal_mutations': (json['most_lethal_mutations'].map(LethalMutationInsight_1.LethalMutationInsightFromJSON)),
|
|
71
|
+
'injection_blocks': json['injection_blocks'] == null ? undefined : json['injection_blocks'],
|
|
72
|
+
'injection_sanitizations': json['injection_sanitizations'] == null ? undefined : json['injection_sanitizations'],
|
|
73
|
+
'insights': (json['insights'].map(RunInsight_1.RunInsightFromJSON)),
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
function RunStatsResponseToJSON(value) {
|
|
77
|
+
if (value == null) {
|
|
78
|
+
return value;
|
|
79
|
+
}
|
|
80
|
+
return {
|
|
81
|
+
'run_id': value['run_id'],
|
|
82
|
+
'attempts': (0, RunAttemptsSummary_1.RunAttemptsSummaryToJSON)(value['attempts']),
|
|
83
|
+
'failures_by_tool': (value['failures_by_tool'].map(ToolCountPct_1.ToolCountPctToJSON)),
|
|
84
|
+
'tools_usage': (value['tools_usage'].map(ToolUsageStatsItem_1.ToolUsageStatsItemToJSON)),
|
|
85
|
+
'failures_by_mutation': (value['failures_by_mutation'].map(MutationCountPct_1.MutationCountPctToJSON)),
|
|
86
|
+
'top_failure_reasons': (value['top_failure_reasons'].map(ReasonCountPct_1.ReasonCountPctToJSON)),
|
|
87
|
+
'first_failure_step_distribution': (value['first_failure_step_distribution'].map(EventIndexCount_1.EventIndexCountToJSON)),
|
|
88
|
+
'attribution': value['attribution'],
|
|
89
|
+
'most_lethal_mutations': (value['most_lethal_mutations'].map(LethalMutationInsight_1.LethalMutationInsightToJSON)),
|
|
90
|
+
'injection_blocks': value['injection_blocks'],
|
|
91
|
+
'injection_sanitizations': value['injection_sanitizations'],
|
|
92
|
+
'insights': (value['insights'].map(RunInsight_1.RunInsightToJSON)),
|
|
93
|
+
};
|
|
94
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sepurux API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SecurityEventListItem
|
|
16
|
+
*/
|
|
17
|
+
export interface SecurityEventListItem {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SecurityEventListItem
|
|
22
|
+
*/
|
|
23
|
+
security_event_id: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SecurityEventListItem
|
|
28
|
+
*/
|
|
29
|
+
run_id: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof SecurityEventListItem
|
|
34
|
+
*/
|
|
35
|
+
attempt_id: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof SecurityEventListItem
|
|
40
|
+
*/
|
|
41
|
+
event_index: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof SecurityEventListItem
|
|
46
|
+
*/
|
|
47
|
+
tool: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof SecurityEventListItem
|
|
52
|
+
*/
|
|
53
|
+
zone: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof SecurityEventListItem
|
|
58
|
+
*/
|
|
59
|
+
risk_score: number;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof SecurityEventListItem
|
|
64
|
+
*/
|
|
65
|
+
action: SecurityEventListItemActionEnum;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {}
|
|
69
|
+
* @memberof SecurityEventListItem
|
|
70
|
+
*/
|
|
71
|
+
matches?: null;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {Date}
|
|
75
|
+
* @memberof SecurityEventListItem
|
|
76
|
+
*/
|
|
77
|
+
created_at: Date;
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* @export
|
|
81
|
+
*/
|
|
82
|
+
export declare const SecurityEventListItemActionEnum: {
|
|
83
|
+
readonly allow: "allow";
|
|
84
|
+
readonly sanitize: "sanitize";
|
|
85
|
+
readonly block: "block";
|
|
86
|
+
};
|
|
87
|
+
export type SecurityEventListItemActionEnum = typeof SecurityEventListItemActionEnum[keyof typeof SecurityEventListItemActionEnum];
|
|
88
|
+
/**
|
|
89
|
+
* Check if a given object implements the SecurityEventListItem interface.
|
|
90
|
+
*/
|
|
91
|
+
export declare function instanceOfSecurityEventListItem(value: object): value is SecurityEventListItem;
|
|
92
|
+
export declare function SecurityEventListItemFromJSON(json: any): SecurityEventListItem;
|
|
93
|
+
export declare function SecurityEventListItemFromJSONTyped(json: any, ignoreDiscriminator: boolean): SecurityEventListItem;
|
|
94
|
+
export declare function SecurityEventListItemToJSON(value?: SecurityEventListItem | null): any;
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Sepurux API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.1.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.SecurityEventListItemActionEnum = void 0;
|
|
17
|
+
exports.instanceOfSecurityEventListItem = instanceOfSecurityEventListItem;
|
|
18
|
+
exports.SecurityEventListItemFromJSON = SecurityEventListItemFromJSON;
|
|
19
|
+
exports.SecurityEventListItemFromJSONTyped = SecurityEventListItemFromJSONTyped;
|
|
20
|
+
exports.SecurityEventListItemToJSON = SecurityEventListItemToJSON;
|
|
21
|
+
const runtime_1 = require("../runtime");
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.SecurityEventListItemActionEnum = {
|
|
26
|
+
allow: 'allow',
|
|
27
|
+
sanitize: 'sanitize',
|
|
28
|
+
block: 'block'
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the SecurityEventListItem interface.
|
|
32
|
+
*/
|
|
33
|
+
function instanceOfSecurityEventListItem(value) {
|
|
34
|
+
if (!('security_event_id' in value) || value['security_event_id'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('run_id' in value) || value['run_id'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('attempt_id' in value) || value['attempt_id'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
if (!('event_index' in value) || value['event_index'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
if (!('tool' in value) || value['tool'] === undefined)
|
|
43
|
+
return false;
|
|
44
|
+
if (!('zone' in value) || value['zone'] === undefined)
|
|
45
|
+
return false;
|
|
46
|
+
if (!('risk_score' in value) || value['risk_score'] === undefined)
|
|
47
|
+
return false;
|
|
48
|
+
if (!('action' in value) || value['action'] === undefined)
|
|
49
|
+
return false;
|
|
50
|
+
if (!('created_at' in value) || value['created_at'] === undefined)
|
|
51
|
+
return false;
|
|
52
|
+
return true;
|
|
53
|
+
}
|
|
54
|
+
function SecurityEventListItemFromJSON(json) {
|
|
55
|
+
return SecurityEventListItemFromJSONTyped(json, false);
|
|
56
|
+
}
|
|
57
|
+
function SecurityEventListItemFromJSONTyped(json, ignoreDiscriminator) {
|
|
58
|
+
if (json == null) {
|
|
59
|
+
return json;
|
|
60
|
+
}
|
|
61
|
+
return {
|
|
62
|
+
'security_event_id': json['security_event_id'],
|
|
63
|
+
'run_id': json['run_id'],
|
|
64
|
+
'attempt_id': json['attempt_id'],
|
|
65
|
+
'event_index': json['event_index'],
|
|
66
|
+
'tool': json['tool'],
|
|
67
|
+
'zone': json['zone'],
|
|
68
|
+
'risk_score': json['risk_score'],
|
|
69
|
+
'action': json['action'],
|
|
70
|
+
'matches': json['matches'] == null ? undefined : (0, runtime_1.FromJSON)(json['matches']),
|
|
71
|
+
'created_at': (new Date(json['created_at'])),
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
function SecurityEventListItemToJSON(value) {
|
|
75
|
+
if (value == null) {
|
|
76
|
+
return value;
|
|
77
|
+
}
|
|
78
|
+
return {
|
|
79
|
+
'security_event_id': value['security_event_id'],
|
|
80
|
+
'run_id': value['run_id'],
|
|
81
|
+
'attempt_id': value['attempt_id'],
|
|
82
|
+
'event_index': value['event_index'],
|
|
83
|
+
'tool': value['tool'],
|
|
84
|
+
'zone': value['zone'],
|
|
85
|
+
'risk_score': value['risk_score'],
|
|
86
|
+
'action': value['action'],
|
|
87
|
+
'matches': (0, runtime_1.ToJSON)(value['matches']),
|
|
88
|
+
'created_at': ((value['created_at']).toISOString()),
|
|
89
|
+
};
|
|
90
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sepurux API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SignupRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface SignupRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SignupRequest
|
|
22
|
+
*/
|
|
23
|
+
email: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SignupRequest
|
|
28
|
+
*/
|
|
29
|
+
password: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof SignupRequest
|
|
34
|
+
*/
|
|
35
|
+
name?: string | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof SignupRequest
|
|
40
|
+
*/
|
|
41
|
+
project_name?: string | null;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof SignupRequest
|
|
46
|
+
*/
|
|
47
|
+
pricing_tier?: SignupRequestPricingTierEnum | null;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* @export
|
|
51
|
+
*/
|
|
52
|
+
export declare const SignupRequestPricingTierEnum: {
|
|
53
|
+
readonly starter: "starter";
|
|
54
|
+
readonly team: "team";
|
|
55
|
+
readonly enterprise: "enterprise";
|
|
56
|
+
};
|
|
57
|
+
export type SignupRequestPricingTierEnum = typeof SignupRequestPricingTierEnum[keyof typeof SignupRequestPricingTierEnum];
|
|
58
|
+
/**
|
|
59
|
+
* Check if a given object implements the SignupRequest interface.
|
|
60
|
+
*/
|
|
61
|
+
export declare function instanceOfSignupRequest(value: object): value is SignupRequest;
|
|
62
|
+
export declare function SignupRequestFromJSON(json: any): SignupRequest;
|
|
63
|
+
export declare function SignupRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): SignupRequest;
|
|
64
|
+
export declare function SignupRequestToJSON(value?: SignupRequest | null): any;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Sepurux API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.1.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.SignupRequestPricingTierEnum = void 0;
|
|
17
|
+
exports.instanceOfSignupRequest = instanceOfSignupRequest;
|
|
18
|
+
exports.SignupRequestFromJSON = SignupRequestFromJSON;
|
|
19
|
+
exports.SignupRequestFromJSONTyped = SignupRequestFromJSONTyped;
|
|
20
|
+
exports.SignupRequestToJSON = SignupRequestToJSON;
|
|
21
|
+
/**
|
|
22
|
+
* @export
|
|
23
|
+
*/
|
|
24
|
+
exports.SignupRequestPricingTierEnum = {
|
|
25
|
+
starter: 'starter',
|
|
26
|
+
team: 'team',
|
|
27
|
+
enterprise: 'enterprise'
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Check if a given object implements the SignupRequest interface.
|
|
31
|
+
*/
|
|
32
|
+
function instanceOfSignupRequest(value) {
|
|
33
|
+
if (!('email' in value) || value['email'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
if (!('password' in value) || value['password'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
return true;
|
|
38
|
+
}
|
|
39
|
+
function SignupRequestFromJSON(json) {
|
|
40
|
+
return SignupRequestFromJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function SignupRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
43
|
+
if (json == null) {
|
|
44
|
+
return json;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'email': json['email'],
|
|
48
|
+
'password': json['password'],
|
|
49
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
50
|
+
'project_name': json['project_name'] == null ? undefined : json['project_name'],
|
|
51
|
+
'pricing_tier': json['pricing_tier'] == null ? undefined : json['pricing_tier'],
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
function SignupRequestToJSON(value) {
|
|
55
|
+
if (value == null) {
|
|
56
|
+
return value;
|
|
57
|
+
}
|
|
58
|
+
return {
|
|
59
|
+
'email': value['email'],
|
|
60
|
+
'password': value['password'],
|
|
61
|
+
'name': value['name'],
|
|
62
|
+
'project_name': value['project_name'],
|
|
63
|
+
'pricing_tier': value['pricing_tier'],
|
|
64
|
+
};
|
|
65
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sepurux API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ToolCount
|
|
16
|
+
*/
|
|
17
|
+
export interface ToolCount {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ToolCount
|
|
22
|
+
*/
|
|
23
|
+
tool: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ToolCount
|
|
28
|
+
*/
|
|
29
|
+
count: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ToolCount interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfToolCount(value: object): value is ToolCount;
|
|
35
|
+
export declare function ToolCountFromJSON(json: any): ToolCount;
|
|
36
|
+
export declare function ToolCountFromJSONTyped(json: any, ignoreDiscriminator: boolean): ToolCount;
|
|
37
|
+
export declare function ToolCountToJSON(value?: ToolCount | null): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Sepurux API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.1.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfToolCount = instanceOfToolCount;
|
|
17
|
+
exports.ToolCountFromJSON = ToolCountFromJSON;
|
|
18
|
+
exports.ToolCountFromJSONTyped = ToolCountFromJSONTyped;
|
|
19
|
+
exports.ToolCountToJSON = ToolCountToJSON;
|
|
20
|
+
/**
|
|
21
|
+
* Check if a given object implements the ToolCount interface.
|
|
22
|
+
*/
|
|
23
|
+
function instanceOfToolCount(value) {
|
|
24
|
+
if (!('tool' in value) || value['tool'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
if (!('count' in value) || value['count'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function ToolCountFromJSON(json) {
|
|
31
|
+
return ToolCountFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function ToolCountFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'tool': json['tool'],
|
|
39
|
+
'count': json['count'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
function ToolCountToJSON(value) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'tool': value['tool'],
|
|
48
|
+
'count': value['count'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sepurux API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ToolCountPct
|
|
16
|
+
*/
|
|
17
|
+
export interface ToolCountPct {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ToolCountPct
|
|
22
|
+
*/
|
|
23
|
+
tool: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ToolCountPct
|
|
28
|
+
*/
|
|
29
|
+
count: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof ToolCountPct
|
|
34
|
+
*/
|
|
35
|
+
pct: number;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the ToolCountPct interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfToolCountPct(value: object): value is ToolCountPct;
|
|
41
|
+
export declare function ToolCountPctFromJSON(json: any): ToolCountPct;
|
|
42
|
+
export declare function ToolCountPctFromJSONTyped(json: any, ignoreDiscriminator: boolean): ToolCountPct;
|
|
43
|
+
export declare function ToolCountPctToJSON(value?: ToolCountPct | null): any;
|