@silkline/paramify 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/LICENSE +201 -0
- package/README.md +402 -0
- package/api-promise.d.mts +2 -0
- package/api-promise.d.mts.map +1 -0
- package/api-promise.d.ts +2 -0
- package/api-promise.d.ts.map +1 -0
- package/api-promise.js +6 -0
- package/api-promise.js.map +1 -0
- package/api-promise.mjs +2 -0
- package/api-promise.mjs.map +1 -0
- package/client.d.mts +199 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +199 -0
- package/client.d.ts.map +1 -0
- package/client.js +494 -0
- package/client.js.map +1 -0
- package/client.mjs +490 -0
- package/client.mjs.map +1 -0
- package/core/api-promise.d.mts +46 -0
- package/core/api-promise.d.mts.map +1 -0
- package/core/api-promise.d.ts +46 -0
- package/core/api-promise.d.ts.map +1 -0
- package/core/api-promise.js +74 -0
- package/core/api-promise.js.map +1 -0
- package/core/api-promise.mjs +70 -0
- package/core/api-promise.mjs.map +1 -0
- package/core/error.d.mts +46 -0
- package/core/error.d.mts.map +1 -0
- package/core/error.d.ts +46 -0
- package/core/error.d.ts.map +1 -0
- package/core/error.js +113 -0
- package/core/error.js.map +1 -0
- package/core/error.mjs +97 -0
- package/core/error.mjs.map +1 -0
- package/core/resource.d.mts +6 -0
- package/core/resource.d.mts.map +1 -0
- package/core/resource.d.ts +6 -0
- package/core/resource.d.ts.map +1 -0
- package/core/resource.js +11 -0
- package/core/resource.js.map +1 -0
- package/core/resource.mjs +7 -0
- package/core/resource.mjs.map +1 -0
- package/core/uploads.d.mts +3 -0
- package/core/uploads.d.mts.map +1 -0
- package/core/uploads.d.ts +3 -0
- package/core/uploads.d.ts.map +1 -0
- package/core/uploads.js +6 -0
- package/core/uploads.js.map +1 -0
- package/core/uploads.mjs +2 -0
- package/core/uploads.mjs.map +1 -0
- package/error.d.mts +2 -0
- package/error.d.mts.map +1 -0
- package/error.d.ts +2 -0
- package/error.d.ts.map +1 -0
- package/error.js +6 -0
- package/error.js.map +1 -0
- package/error.mjs +2 -0
- package/error.mjs.map +1 -0
- package/index.d.mts +6 -0
- package/index.d.mts.map +1 -0
- package/index.d.ts +6 -0
- package/index.d.ts.map +1 -0
- package/index.js +30 -0
- package/index.js.map +1 -0
- package/index.mjs +7 -0
- package/index.mjs.map +1 -0
- package/internal/builtin-types.d.mts +73 -0
- package/internal/builtin-types.d.mts.map +1 -0
- package/internal/builtin-types.d.ts +73 -0
- package/internal/builtin-types.d.ts.map +1 -0
- package/internal/builtin-types.js +4 -0
- package/internal/builtin-types.js.map +1 -0
- package/internal/builtin-types.mjs +3 -0
- package/internal/builtin-types.mjs.map +1 -0
- package/internal/detect-platform.d.mts +15 -0
- package/internal/detect-platform.d.mts.map +1 -0
- package/internal/detect-platform.d.ts +15 -0
- package/internal/detect-platform.d.ts.map +1 -0
- package/internal/detect-platform.js +162 -0
- package/internal/detect-platform.js.map +1 -0
- package/internal/detect-platform.mjs +157 -0
- package/internal/detect-platform.mjs.map +1 -0
- package/internal/errors.d.mts +3 -0
- package/internal/errors.d.mts.map +1 -0
- package/internal/errors.d.ts +3 -0
- package/internal/errors.d.ts.map +1 -0
- package/internal/errors.js +41 -0
- package/internal/errors.js.map +1 -0
- package/internal/errors.mjs +36 -0
- package/internal/errors.mjs.map +1 -0
- package/internal/headers.d.mts +20 -0
- package/internal/headers.d.mts.map +1 -0
- package/internal/headers.d.ts +20 -0
- package/internal/headers.d.ts.map +1 -0
- package/internal/headers.js +79 -0
- package/internal/headers.js.map +1 -0
- package/internal/headers.mjs +74 -0
- package/internal/headers.mjs.map +1 -0
- package/internal/parse.d.mts +12 -0
- package/internal/parse.d.mts.map +1 -0
- package/internal/parse.d.ts +12 -0
- package/internal/parse.d.ts.map +1 -0
- package/internal/parse.js +40 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +37 -0
- package/internal/parse.mjs.map +1 -0
- package/internal/qs/formats.d.mts +7 -0
- package/internal/qs/formats.d.mts.map +1 -0
- package/internal/qs/formats.d.ts +7 -0
- package/internal/qs/formats.d.ts.map +1 -0
- package/internal/qs/formats.js +13 -0
- package/internal/qs/formats.js.map +1 -0
- package/internal/qs/formats.mjs +9 -0
- package/internal/qs/formats.mjs.map +1 -0
- package/internal/qs/index.d.mts +10 -0
- package/internal/qs/index.d.mts.map +1 -0
- package/internal/qs/index.d.ts +10 -0
- package/internal/qs/index.d.ts.map +1 -0
- package/internal/qs/index.js +14 -0
- package/internal/qs/index.js.map +1 -0
- package/internal/qs/index.mjs +10 -0
- package/internal/qs/index.mjs.map +1 -0
- package/internal/qs/stringify.d.mts +3 -0
- package/internal/qs/stringify.d.mts.map +1 -0
- package/internal/qs/stringify.d.ts +3 -0
- package/internal/qs/stringify.d.ts.map +1 -0
- package/internal/qs/stringify.js +277 -0
- package/internal/qs/stringify.js.map +1 -0
- package/internal/qs/stringify.mjs +274 -0
- package/internal/qs/stringify.mjs.map +1 -0
- package/internal/qs/types.d.mts +57 -0
- package/internal/qs/types.d.mts.map +1 -0
- package/internal/qs/types.d.ts +57 -0
- package/internal/qs/types.d.ts.map +1 -0
- package/internal/qs/types.js +3 -0
- package/internal/qs/types.js.map +1 -0
- package/internal/qs/types.mjs +2 -0
- package/internal/qs/types.mjs.map +1 -0
- package/internal/qs/utils.d.mts +15 -0
- package/internal/qs/utils.d.mts.map +1 -0
- package/internal/qs/utils.d.ts +15 -0
- package/internal/qs/utils.d.ts.map +1 -0
- package/internal/qs/utils.js +230 -0
- package/internal/qs/utils.js.map +1 -0
- package/internal/qs/utils.mjs +217 -0
- package/internal/qs/utils.mjs.map +1 -0
- package/internal/request-options.d.mts +75 -0
- package/internal/request-options.d.mts.map +1 -0
- package/internal/request-options.d.ts +75 -0
- package/internal/request-options.d.ts.map +1 -0
- package/internal/request-options.js +14 -0
- package/internal/request-options.js.map +1 -0
- package/internal/request-options.mjs +10 -0
- package/internal/request-options.mjs.map +1 -0
- package/internal/shim-types.d.mts +17 -0
- package/internal/shim-types.d.mts.map +1 -0
- package/internal/shim-types.d.ts +17 -0
- package/internal/shim-types.d.ts.map +1 -0
- package/internal/shim-types.js +4 -0
- package/internal/shim-types.js.map +1 -0
- package/internal/shim-types.mjs +3 -0
- package/internal/shim-types.mjs.map +1 -0
- package/internal/shims.d.mts +20 -0
- package/internal/shims.d.mts.map +1 -0
- package/internal/shims.d.ts +20 -0
- package/internal/shims.d.ts.map +1 -0
- package/internal/shims.js +92 -0
- package/internal/shims.js.map +1 -0
- package/internal/shims.mjs +85 -0
- package/internal/shims.mjs.map +1 -0
- package/internal/to-file.d.mts +45 -0
- package/internal/to-file.d.mts.map +1 -0
- package/internal/to-file.d.ts +45 -0
- package/internal/to-file.d.ts.map +1 -0
- package/internal/to-file.js +91 -0
- package/internal/to-file.js.map +1 -0
- package/internal/to-file.mjs +88 -0
- package/internal/to-file.mjs.map +1 -0
- package/internal/tslib.js +81 -0
- package/internal/tslib.mjs +17 -0
- package/internal/types.d.mts +69 -0
- package/internal/types.d.mts.map +1 -0
- package/internal/types.d.ts +69 -0
- package/internal/types.d.ts.map +1 -0
- package/internal/types.js +4 -0
- package/internal/types.js.map +1 -0
- package/internal/types.mjs +3 -0
- package/internal/types.mjs.map +1 -0
- package/internal/uploads.d.mts +42 -0
- package/internal/uploads.d.mts.map +1 -0
- package/internal/uploads.d.ts +42 -0
- package/internal/uploads.d.ts.map +1 -0
- package/internal/uploads.js +141 -0
- package/internal/uploads.js.map +1 -0
- package/internal/uploads.mjs +131 -0
- package/internal/uploads.mjs.map +1 -0
- package/internal/utils/base64.d.mts +3 -0
- package/internal/utils/base64.d.mts.map +1 -0
- package/internal/utils/base64.d.ts +3 -0
- package/internal/utils/base64.d.ts.map +1 -0
- package/internal/utils/base64.js +38 -0
- package/internal/utils/base64.js.map +1 -0
- package/internal/utils/base64.mjs +33 -0
- package/internal/utils/base64.mjs.map +1 -0
- package/internal/utils/bytes.d.mts +4 -0
- package/internal/utils/bytes.d.mts.map +1 -0
- package/internal/utils/bytes.d.ts +4 -0
- package/internal/utils/bytes.d.ts.map +1 -0
- package/internal/utils/bytes.js +31 -0
- package/internal/utils/bytes.js.map +1 -0
- package/internal/utils/bytes.mjs +26 -0
- package/internal/utils/bytes.mjs.map +1 -0
- package/internal/utils/env.d.mts +9 -0
- package/internal/utils/env.d.mts.map +1 -0
- package/internal/utils/env.d.ts +9 -0
- package/internal/utils/env.d.ts.map +1 -0
- package/internal/utils/env.js +22 -0
- package/internal/utils/env.js.map +1 -0
- package/internal/utils/env.mjs +18 -0
- package/internal/utils/env.mjs.map +1 -0
- package/internal/utils/log.d.mts +37 -0
- package/internal/utils/log.d.mts.map +1 -0
- package/internal/utils/log.d.ts +37 -0
- package/internal/utils/log.d.ts.map +1 -0
- package/internal/utils/log.js +87 -0
- package/internal/utils/log.js.map +1 -0
- package/internal/utils/log.mjs +81 -0
- package/internal/utils/log.mjs.map +1 -0
- package/internal/utils/path.d.mts +15 -0
- package/internal/utils/path.d.mts.map +1 -0
- package/internal/utils/path.d.ts +15 -0
- package/internal/utils/path.d.ts.map +1 -0
- package/internal/utils/path.js +79 -0
- package/internal/utils/path.js.map +1 -0
- package/internal/utils/path.mjs +74 -0
- package/internal/utils/path.mjs.map +1 -0
- package/internal/utils/query.d.mts +2 -0
- package/internal/utils/query.d.mts.map +1 -0
- package/internal/utils/query.d.ts +2 -0
- package/internal/utils/query.d.ts.map +1 -0
- package/internal/utils/query.js +10 -0
- package/internal/utils/query.js.map +1 -0
- package/internal/utils/query.mjs +6 -0
- package/internal/utils/query.mjs.map +1 -0
- package/internal/utils/sleep.d.mts +2 -0
- package/internal/utils/sleep.d.mts.map +1 -0
- package/internal/utils/sleep.d.ts +2 -0
- package/internal/utils/sleep.d.ts.map +1 -0
- package/internal/utils/sleep.js +7 -0
- package/internal/utils/sleep.js.map +1 -0
- package/internal/utils/sleep.mjs +3 -0
- package/internal/utils/sleep.mjs.map +1 -0
- package/internal/utils/uuid.d.mts +5 -0
- package/internal/utils/uuid.d.mts.map +1 -0
- package/internal/utils/uuid.d.ts +5 -0
- package/internal/utils/uuid.d.ts.map +1 -0
- package/internal/utils/uuid.js +19 -0
- package/internal/utils/uuid.js.map +1 -0
- package/internal/utils/uuid.mjs +15 -0
- package/internal/utils/uuid.mjs.map +1 -0
- package/internal/utils/values.d.mts +18 -0
- package/internal/utils/values.d.mts.map +1 -0
- package/internal/utils/values.d.ts +18 -0
- package/internal/utils/values.d.ts.map +1 -0
- package/internal/utils/values.js +112 -0
- package/internal/utils/values.js.map +1 -0
- package/internal/utils/values.mjs +94 -0
- package/internal/utils/values.mjs.map +1 -0
- package/internal/utils.d.mts +8 -0
- package/internal/utils.d.mts.map +1 -0
- package/internal/utils.d.ts +8 -0
- package/internal/utils.d.ts.map +1 -0
- package/internal/utils.js +12 -0
- package/internal/utils.js.map +1 -0
- package/internal/utils.mjs +9 -0
- package/internal/utils.mjs.map +1 -0
- package/package.json +149 -0
- package/resource.d.mts +2 -0
- package/resource.d.mts.map +1 -0
- package/resource.d.ts +2 -0
- package/resource.d.ts.map +1 -0
- package/resource.js +6 -0
- package/resource.js.map +1 -0
- package/resource.mjs +2 -0
- package/resource.mjs.map +1 -0
- package/resources/assessments/assessments.d.mts +269 -0
- package/resources/assessments/assessments.d.mts.map +1 -0
- package/resources/assessments/assessments.d.ts +269 -0
- package/resources/assessments/assessments.d.ts.map +1 -0
- package/resources/assessments/assessments.js +100 -0
- package/resources/assessments/assessments.js.map +1 -0
- package/resources/assessments/assessments.mjs +95 -0
- package/resources/assessments/assessments.mjs.map +1 -0
- package/resources/assessments/cycles.d.mts +209 -0
- package/resources/assessments/cycles.d.mts.map +1 -0
- package/resources/assessments/cycles.d.ts +209 -0
- package/resources/assessments/cycles.d.ts.map +1 -0
- package/resources/assessments/cycles.js +76 -0
- package/resources/assessments/cycles.js.map +1 -0
- package/resources/assessments/cycles.mjs +72 -0
- package/resources/assessments/cycles.mjs.map +1 -0
- package/resources/assessments/index.d.mts +3 -0
- package/resources/assessments/index.d.mts.map +1 -0
- package/resources/assessments/index.d.ts +3 -0
- package/resources/assessments/index.d.ts.map +1 -0
- package/resources/assessments/index.js +9 -0
- package/resources/assessments/index.js.map +1 -0
- package/resources/assessments/index.mjs +4 -0
- package/resources/assessments/index.mjs.map +1 -0
- package/resources/assessments.d.mts +2 -0
- package/resources/assessments.d.mts.map +1 -0
- package/resources/assessments.d.ts +2 -0
- package/resources/assessments.d.ts.map +1 -0
- package/resources/assessments.js +6 -0
- package/resources/assessments.js.map +1 -0
- package/resources/assessments.mjs +3 -0
- package/resources/assessments.mjs.map +1 -0
- package/resources/audit-assessments/audit-assessments.d.mts +63 -0
- package/resources/audit-assessments/audit-assessments.d.mts.map +1 -0
- package/resources/audit-assessments/audit-assessments.d.ts +63 -0
- package/resources/audit-assessments/audit-assessments.d.ts.map +1 -0
- package/resources/audit-assessments/audit-assessments.js +31 -0
- package/resources/audit-assessments/audit-assessments.js.map +1 -0
- package/resources/audit-assessments/audit-assessments.mjs +26 -0
- package/resources/audit-assessments/audit-assessments.mjs.map +1 -0
- package/resources/audit-assessments/control-implementations.d.mts +38 -0
- package/resources/audit-assessments/control-implementations.d.mts.map +1 -0
- package/resources/audit-assessments/control-implementations.d.ts +38 -0
- package/resources/audit-assessments/control-implementations.d.ts.map +1 -0
- package/resources/audit-assessments/control-implementations.js +18 -0
- package/resources/audit-assessments/control-implementations.js.map +1 -0
- package/resources/audit-assessments/control-implementations.mjs +14 -0
- package/resources/audit-assessments/control-implementations.mjs.map +1 -0
- package/resources/audit-assessments/index.d.mts +3 -0
- package/resources/audit-assessments/index.d.mts.map +1 -0
- package/resources/audit-assessments/index.d.ts +3 -0
- package/resources/audit-assessments/index.d.ts.map +1 -0
- package/resources/audit-assessments/index.js +9 -0
- package/resources/audit-assessments/index.js.map +1 -0
- package/resources/audit-assessments/index.mjs +4 -0
- package/resources/audit-assessments/index.mjs.map +1 -0
- package/resources/audit-assessments.d.mts +2 -0
- package/resources/audit-assessments.d.mts.map +1 -0
- package/resources/audit-assessments.d.ts +2 -0
- package/resources/audit-assessments.d.ts.map +1 -0
- package/resources/audit-assessments.js +6 -0
- package/resources/audit-assessments.js.map +1 -0
- package/resources/audit-assessments.mjs +3 -0
- package/resources/audit-assessments.mjs.map +1 -0
- package/resources/elements.d.mts +67 -0
- package/resources/elements.d.mts.map +1 -0
- package/resources/elements.d.ts +67 -0
- package/resources/elements.d.ts.map +1 -0
- package/resources/elements.js +23 -0
- package/resources/elements.js.map +1 -0
- package/resources/elements.mjs +19 -0
- package/resources/elements.mjs.map +1 -0
- package/resources/evidence/artifacts.d.mts +531 -0
- package/resources/evidence/artifacts.d.mts.map +1 -0
- package/resources/evidence/artifacts.d.ts +531 -0
- package/resources/evidence/artifacts.d.ts.map +1 -0
- package/resources/evidence/artifacts.js +145 -0
- package/resources/evidence/artifacts.js.map +1 -0
- package/resources/evidence/artifacts.mjs +141 -0
- package/resources/evidence/artifacts.mjs.map +1 -0
- package/resources/evidence/evidence.d.mts +397 -0
- package/resources/evidence/evidence.d.mts.map +1 -0
- package/resources/evidence/evidence.d.ts +397 -0
- package/resources/evidence/evidence.d.ts.map +1 -0
- package/resources/evidence/evidence.js +118 -0
- package/resources/evidence/evidence.js.map +1 -0
- package/resources/evidence/evidence.mjs +113 -0
- package/resources/evidence/evidence.mjs.map +1 -0
- package/resources/evidence/index.d.mts +3 -0
- package/resources/evidence/index.d.mts.map +1 -0
- package/resources/evidence/index.d.ts +3 -0
- package/resources/evidence/index.d.ts.map +1 -0
- package/resources/evidence/index.js +9 -0
- package/resources/evidence/index.js.map +1 -0
- package/resources/evidence/index.mjs +4 -0
- package/resources/evidence/index.mjs.map +1 -0
- package/resources/evidence.d.mts +2 -0
- package/resources/evidence.d.mts.map +1 -0
- package/resources/evidence.d.ts +2 -0
- package/resources/evidence.d.ts.map +1 -0
- package/resources/evidence.js +6 -0
- package/resources/evidence.js.map +1 -0
- package/resources/evidence.mjs +3 -0
- package/resources/evidence.mjs.map +1 -0
- package/resources/index.d.mts +9 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +9 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +21 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +10 -0
- package/resources/index.mjs.map +1 -0
- package/resources/issues/deviations.d.mts +267 -0
- package/resources/issues/deviations.d.mts.map +1 -0
- package/resources/issues/deviations.d.ts +267 -0
- package/resources/issues/deviations.d.ts.map +1 -0
- package/resources/issues/deviations.js +105 -0
- package/resources/issues/deviations.js.map +1 -0
- package/resources/issues/deviations.mjs +101 -0
- package/resources/issues/deviations.mjs.map +1 -0
- package/resources/issues/index.d.mts +5 -0
- package/resources/issues/index.d.mts.map +1 -0
- package/resources/issues/index.d.ts +5 -0
- package/resources/issues/index.d.ts.map +1 -0
- package/resources/issues/index.js +13 -0
- package/resources/issues/index.js.map +1 -0
- package/resources/issues/index.mjs +6 -0
- package/resources/issues/index.mjs.map +1 -0
- package/resources/issues/issues.d.mts +878 -0
- package/resources/issues/issues.d.mts.map +1 -0
- package/resources/issues/issues.d.ts +878 -0
- package/resources/issues/issues.d.ts.map +1 -0
- package/resources/issues/issues.js +156 -0
- package/resources/issues/issues.js.map +1 -0
- package/resources/issues/issues.mjs +151 -0
- package/resources/issues/issues.mjs.map +1 -0
- package/resources/issues/milestones.d.mts +260 -0
- package/resources/issues/milestones.d.mts.map +1 -0
- package/resources/issues/milestones.d.ts +260 -0
- package/resources/issues/milestones.d.ts.map +1 -0
- package/resources/issues/milestones.js +101 -0
- package/resources/issues/milestones.js.map +1 -0
- package/resources/issues/milestones.mjs +97 -0
- package/resources/issues/milestones.mjs.map +1 -0
- package/resources/issues/recommendations.d.mts +210 -0
- package/resources/issues/recommendations.d.mts.map +1 -0
- package/resources/issues/recommendations.d.ts +210 -0
- package/resources/issues/recommendations.d.ts.map +1 -0
- package/resources/issues/recommendations.js +106 -0
- package/resources/issues/recommendations.js.map +1 -0
- package/resources/issues/recommendations.mjs +102 -0
- package/resources/issues/recommendations.mjs.map +1 -0
- package/resources/issues.d.mts +2 -0
- package/resources/issues.d.mts.map +1 -0
- package/resources/issues.d.ts +2 -0
- package/resources/issues.d.ts.map +1 -0
- package/resources/issues.js +6 -0
- package/resources/issues.js.map +1 -0
- package/resources/issues.mjs +3 -0
- package/resources/issues.mjs.map +1 -0
- package/resources/projects/control-implementations.d.mts +36 -0
- package/resources/projects/control-implementations.d.mts.map +1 -0
- package/resources/projects/control-implementations.d.ts +36 -0
- package/resources/projects/control-implementations.d.ts.map +1 -0
- package/resources/projects/control-implementations.js +16 -0
- package/resources/projects/control-implementations.js.map +1 -0
- package/resources/projects/control-implementations.mjs +12 -0
- package/resources/projects/control-implementations.mjs.map +1 -0
- package/resources/projects/index.d.mts +3 -0
- package/resources/projects/index.d.mts.map +1 -0
- package/resources/projects/index.d.ts +3 -0
- package/resources/projects/index.d.ts.map +1 -0
- package/resources/projects/index.js +9 -0
- package/resources/projects/index.js.map +1 -0
- package/resources/projects/index.mjs +4 -0
- package/resources/projects/index.mjs.map +1 -0
- package/resources/projects/projects.d.mts +59 -0
- package/resources/projects/projects.d.mts.map +1 -0
- package/resources/projects/projects.d.ts +59 -0
- package/resources/projects/projects.d.ts.map +1 -0
- package/resources/projects/projects.js +36 -0
- package/resources/projects/projects.js.map +1 -0
- package/resources/projects/projects.mjs +31 -0
- package/resources/projects/projects.mjs.map +1 -0
- package/resources/projects.d.mts +2 -0
- package/resources/projects.d.mts.map +1 -0
- package/resources/projects.d.ts +2 -0
- package/resources/projects.d.ts.map +1 -0
- package/resources/projects.js +6 -0
- package/resources/projects.js.map +1 -0
- package/resources/projects.mjs +3 -0
- package/resources/projects.mjs.map +1 -0
- package/resources/solution-capabilities.d.mts +61 -0
- package/resources/solution-capabilities.d.mts.map +1 -0
- package/resources/solution-capabilities.d.ts +61 -0
- package/resources/solution-capabilities.d.ts.map +1 -0
- package/resources/solution-capabilities.js +23 -0
- package/resources/solution-capabilities.js.map +1 -0
- package/resources/solution-capabilities.mjs +19 -0
- package/resources/solution-capabilities.mjs.map +1 -0
- package/resources/validators.d.mts +518 -0
- package/resources/validators.d.mts.map +1 -0
- package/resources/validators.d.ts +518 -0
- package/resources/validators.d.ts.map +1 -0
- package/resources/validators.js +66 -0
- package/resources/validators.js.map +1 -0
- package/resources/validators.mjs +62 -0
- package/resources/validators.mjs.map +1 -0
- package/resources.d.mts +2 -0
- package/resources.d.mts.map +1 -0
- package/resources.d.ts +2 -0
- package/resources.d.ts.map +1 -0
- package/resources.js +5 -0
- package/resources.js.map +1 -0
- package/resources.mjs +2 -0
- package/resources.mjs.map +1 -0
- package/src/api-promise.ts +2 -0
- package/src/client.ts +868 -0
- package/src/core/README.md +3 -0
- package/src/core/api-promise.ts +92 -0
- package/src/core/error.ts +130 -0
- package/src/core/resource.ts +11 -0
- package/src/core/uploads.ts +2 -0
- package/src/error.ts +2 -0
- package/src/index.ts +22 -0
- package/src/internal/README.md +3 -0
- package/src/internal/builtin-types.ts +93 -0
- package/src/internal/detect-platform.ts +196 -0
- package/src/internal/errors.ts +33 -0
- package/src/internal/headers.ts +97 -0
- package/src/internal/parse.ts +56 -0
- package/src/internal/qs/LICENSE.md +13 -0
- package/src/internal/qs/README.md +3 -0
- package/src/internal/qs/formats.ts +10 -0
- package/src/internal/qs/index.ts +13 -0
- package/src/internal/qs/stringify.ts +385 -0
- package/src/internal/qs/types.ts +71 -0
- package/src/internal/qs/utils.ts +265 -0
- package/src/internal/request-options.ts +91 -0
- package/src/internal/shim-types.ts +26 -0
- package/src/internal/shims.ts +107 -0
- package/src/internal/to-file.ts +154 -0
- package/src/internal/types.ts +93 -0
- package/src/internal/uploads.ts +187 -0
- package/src/internal/utils/base64.ts +40 -0
- package/src/internal/utils/bytes.ts +32 -0
- package/src/internal/utils/env.ts +18 -0
- package/src/internal/utils/log.ts +128 -0
- package/src/internal/utils/path.ts +88 -0
- package/src/internal/utils/query.ts +7 -0
- package/src/internal/utils/sleep.ts +3 -0
- package/src/internal/utils/uuid.ts +17 -0
- package/src/internal/utils/values.ts +105 -0
- package/src/internal/utils.ts +9 -0
- package/src/lib/.keep +4 -0
- package/src/resource.ts +2 -0
- package/src/resources/assessments/assessments.ts +350 -0
- package/src/resources/assessments/cycles.ts +267 -0
- package/src/resources/assessments/index.ts +20 -0
- package/src/resources/assessments.ts +3 -0
- package/src/resources/audit-assessments/audit-assessments.ts +92 -0
- package/src/resources/audit-assessments/control-implementations.ts +49 -0
- package/src/resources/audit-assessments/index.ts +8 -0
- package/src/resources/audit-assessments.ts +3 -0
- package/src/resources/elements.ts +152 -0
- package/src/resources/evidence/artifacts.ts +682 -0
- package/src/resources/evidence/evidence.ts +609 -0
- package/src/resources/evidence/index.ts +31 -0
- package/src/resources/evidence.ts +3 -0
- package/src/resources/index.ts +55 -0
- package/src/resources/issues/deviations.ts +360 -0
- package/src/resources/issues/index.ts +51 -0
- package/src/resources/issues/issues.ts +1345 -0
- package/src/resources/issues/milestones.ts +350 -0
- package/src/resources/issues/recommendations.ts +417 -0
- package/src/resources/issues.ts +3 -0
- package/src/resources/projects/control-implementations.ts +47 -0
- package/src/resources/projects/index.ts +4 -0
- package/src/resources/projects/projects.ts +128 -0
- package/src/resources/projects.ts +3 -0
- package/src/resources/solution-capabilities.ts +85 -0
- package/src/resources/validators.ts +691 -0
- package/src/resources.ts +1 -0
- package/src/tsconfig.json +11 -0
- package/src/uploads.ts +2 -0
- package/src/version.ts +1 -0
- package/uploads.d.mts +2 -0
- package/uploads.d.mts.map +1 -0
- package/uploads.d.ts +2 -0
- package/uploads.d.ts.map +1 -0
- package/uploads.js +6 -0
- package/uploads.js.map +1 -0
- package/uploads.mjs +2 -0
- package/uploads.mjs.map +1 -0
- package/version.d.mts +2 -0
- package/version.d.mts.map +1 -0
- package/version.d.ts +2 -0
- package/version.d.ts.map +1 -0
- package/version.js +5 -0
- package/version.js.map +1 -0
- package/version.mjs +2 -0
- package/version.mjs.map +1 -0
|
@@ -0,0 +1,518 @@
|
|
|
1
|
+
import { APIResource } from "../core/resource.mjs";
|
|
2
|
+
import { APIPromise } from "../core/api-promise.mjs";
|
|
3
|
+
import { RequestOptions } from "../internal/request-options.mjs";
|
|
4
|
+
export declare class Validators extends APIResource {
|
|
5
|
+
/**
|
|
6
|
+
* Creates a new validator in the workspace. The validator name must be unique
|
|
7
|
+
* within the workspace. Provide `type: "AUTOMATED"` with a `regex` and
|
|
8
|
+
* `validationRules`, or `type: "ATTESTATION"` with `attestationRules`. The created
|
|
9
|
+
* validator is returned in the same format as the GET endpoints.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```ts
|
|
13
|
+
* const validator = await client.validators.create({
|
|
14
|
+
* name: 'name',
|
|
15
|
+
* regex: '(\\d+) errors? found',
|
|
16
|
+
* statement: 'statement',
|
|
17
|
+
* type: 'AUTOMATED',
|
|
18
|
+
* validationRules: [
|
|
19
|
+
* {
|
|
20
|
+
* criteria: 'EQUALS',
|
|
21
|
+
* regexOperation: { type: 'MATCH_COUNT' },
|
|
22
|
+
* value: { type: 'MATCH_COUNT' },
|
|
23
|
+
* },
|
|
24
|
+
* ],
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
create(body: ValidatorCreateParams, options?: RequestOptions): APIPromise<Validator>;
|
|
29
|
+
/**
|
|
30
|
+
* Retrieves a specific validator by its internal ID (UUID). The response shape
|
|
31
|
+
* depends on the validator type: AUTOMATED validators include a `regex` and
|
|
32
|
+
* `validationRules`; ATTESTATION validators include `attestationRules` with up to
|
|
33
|
+
* three layers of nesting.
|
|
34
|
+
*
|
|
35
|
+
* @example
|
|
36
|
+
* ```ts
|
|
37
|
+
* const validator = await client.validators.retrieve(
|
|
38
|
+
* 'a033d3c7-4b0a-4404-9131-99745694c1da',
|
|
39
|
+
* );
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
42
|
+
retrieve(validatorID: string, options?: RequestOptions): APIPromise<Validator>;
|
|
43
|
+
/**
|
|
44
|
+
* Returns all validators in the workspace. Each validator is either an AUTOMATED
|
|
45
|
+
* validator (applies a regex to artifact content and evaluates the result with
|
|
46
|
+
* validation rules) or an ATTESTATION validator (presents yes/no questions to a
|
|
47
|
+
* reviewer, optionally with nested follow-up rules).
|
|
48
|
+
*
|
|
49
|
+
* @example
|
|
50
|
+
* ```ts
|
|
51
|
+
* const validators = await client.validators.list();
|
|
52
|
+
* ```
|
|
53
|
+
*/
|
|
54
|
+
list(query?: ValidatorListParams | null | undefined, options?: RequestOptions): APIPromise<ValidatorListResponse>;
|
|
55
|
+
}
|
|
56
|
+
export type PostValidator = PostValidator.AutomatedPostValidator | PostValidator.AttestationPostValidator;
|
|
57
|
+
export declare namespace PostValidator {
|
|
58
|
+
interface AutomatedPostValidator {
|
|
59
|
+
/**
|
|
60
|
+
* The display name of the validator.
|
|
61
|
+
*/
|
|
62
|
+
name: string;
|
|
63
|
+
/**
|
|
64
|
+
* The regular expression applied to each incoming artifact.
|
|
65
|
+
*/
|
|
66
|
+
regex: string;
|
|
67
|
+
/**
|
|
68
|
+
* A human-readable description of what this validator checks.
|
|
69
|
+
*/
|
|
70
|
+
statement: string;
|
|
71
|
+
/**
|
|
72
|
+
* AUTOMATED validators apply a regex to artifact content and evaluate the result
|
|
73
|
+
* using one or more validation rules.
|
|
74
|
+
*/
|
|
75
|
+
type: 'AUTOMATED';
|
|
76
|
+
/**
|
|
77
|
+
* Ordered list of rules that evaluate the regex result. Rules are evaluated in
|
|
78
|
+
* index order.
|
|
79
|
+
*/
|
|
80
|
+
validationRules: Array<AutomatedPostValidator.ValidationRule>;
|
|
81
|
+
}
|
|
82
|
+
namespace AutomatedPostValidator {
|
|
83
|
+
interface ValidationRule {
|
|
84
|
+
/**
|
|
85
|
+
* The comparison operator applied between the extracted regex value and the target
|
|
86
|
+
* value. One of: CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS,
|
|
87
|
+
* NOT_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUAL_TO, LESS_THAN,
|
|
88
|
+
* LESS_THAN_OR_EQUAL_TO, STARTS_WITH, DOES_NOT_START_WITH.
|
|
89
|
+
*/
|
|
90
|
+
criteria: 'CONTAINS' | 'DOES_NOT_CONTAIN' | 'ENDS_WITH' | 'DOES_NOT_END_WITH' | 'EQUALS' | 'NOT_EQUALS' | 'GREATER_THAN' | 'GREATER_THAN_OR_EQUAL_TO' | 'LESS_THAN' | 'LESS_THAN_OR_EQUAL_TO' | 'STARTS_WITH' | 'DOES_NOT_START_WITH' | null;
|
|
91
|
+
/**
|
|
92
|
+
* Describes how the regex match result is extracted before being compared.
|
|
93
|
+
* MATCH_COUNT counts the total number of matches; MATCH_GROUP extracts the content
|
|
94
|
+
* of a specific capture group.
|
|
95
|
+
*/
|
|
96
|
+
regexOperation: ValidationRule.PostRegexMatchCountOp | ValidationRule.PostRegexMatchGroupOp | null;
|
|
97
|
+
/**
|
|
98
|
+
* The right-hand side of the criteria comparison. MATCH_COUNT uses the match
|
|
99
|
+
* count, MATCH_GROUP uses a specific capture group, CUSTOM_TEXT uses a literal
|
|
100
|
+
* string.
|
|
101
|
+
*/
|
|
102
|
+
value: ValidationRule.PostValidationMatchCountValue | ValidationRule.PostValidationMatchGroupValue | ValidationRule.PostValidationCustomTextValue | null;
|
|
103
|
+
}
|
|
104
|
+
namespace ValidationRule {
|
|
105
|
+
interface PostRegexMatchCountOp {
|
|
106
|
+
type: 'MATCH_COUNT';
|
|
107
|
+
}
|
|
108
|
+
interface PostRegexMatchGroupOp {
|
|
109
|
+
groupNumber: number;
|
|
110
|
+
type: 'MATCH_GROUP';
|
|
111
|
+
}
|
|
112
|
+
interface PostValidationMatchCountValue {
|
|
113
|
+
type: 'MATCH_COUNT';
|
|
114
|
+
}
|
|
115
|
+
interface PostValidationMatchGroupValue {
|
|
116
|
+
type: 'MATCH_GROUP';
|
|
117
|
+
groupNumber?: number;
|
|
118
|
+
}
|
|
119
|
+
interface PostValidationCustomTextValue {
|
|
120
|
+
type: 'CUSTOM_TEXT';
|
|
121
|
+
customText?: string;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
interface AttestationPostValidator {
|
|
126
|
+
/**
|
|
127
|
+
* Ordered list of yes/no questions for this attestation validator. Rules are
|
|
128
|
+
* evaluated in index order. Up to three layers of nesting are supported.
|
|
129
|
+
*/
|
|
130
|
+
attestationRules: Array<AttestationPostValidator.AttestationRule>;
|
|
131
|
+
/**
|
|
132
|
+
* The display name of the validator.
|
|
133
|
+
*/
|
|
134
|
+
name: string;
|
|
135
|
+
/**
|
|
136
|
+
* A human-readable description of what this validator checks.
|
|
137
|
+
*/
|
|
138
|
+
statement: string;
|
|
139
|
+
/**
|
|
140
|
+
* ATTESTATION validators present a series of yes/no questions to a reviewer. Each
|
|
141
|
+
* question has a disposition for each answer (PASS, FAIL, or BASED_ON_NESTED).
|
|
142
|
+
*/
|
|
143
|
+
type: 'ATTESTATION';
|
|
144
|
+
}
|
|
145
|
+
namespace AttestationPostValidator {
|
|
146
|
+
interface AttestationRule {
|
|
147
|
+
/**
|
|
148
|
+
* Nested rules for this attestation rule (up to two more layers deep).
|
|
149
|
+
*/
|
|
150
|
+
nestedRules: Array<AttestationRule.NestedRule>;
|
|
151
|
+
/**
|
|
152
|
+
* The outcome when the user answers No.
|
|
153
|
+
*/
|
|
154
|
+
noDisposition: 'PASS' | 'FAIL' | 'BASED_ON_NESTED';
|
|
155
|
+
/**
|
|
156
|
+
* The yes/no question presented to the user.
|
|
157
|
+
*/
|
|
158
|
+
question: string;
|
|
159
|
+
/**
|
|
160
|
+
* The outcome when the user answers Yes.
|
|
161
|
+
*/
|
|
162
|
+
yesDisposition: 'PASS' | 'FAIL' | 'BASED_ON_NESTED';
|
|
163
|
+
}
|
|
164
|
+
namespace AttestationRule {
|
|
165
|
+
interface NestedRule {
|
|
166
|
+
/**
|
|
167
|
+
* Nested rules for this attestation rule (leaf level, no further nesting).
|
|
168
|
+
*/
|
|
169
|
+
nestedRules: Array<NestedRule.NestedRule>;
|
|
170
|
+
/**
|
|
171
|
+
* The outcome when the user answers No.
|
|
172
|
+
*/
|
|
173
|
+
noDisposition: 'PASS' | 'FAIL' | 'BASED_ON_NESTED';
|
|
174
|
+
/**
|
|
175
|
+
* The yes/no question presented to the user.
|
|
176
|
+
*/
|
|
177
|
+
question: string;
|
|
178
|
+
/**
|
|
179
|
+
* The outcome when the user answers Yes.
|
|
180
|
+
*/
|
|
181
|
+
yesDisposition: 'PASS' | 'FAIL' | 'BASED_ON_NESTED';
|
|
182
|
+
}
|
|
183
|
+
namespace NestedRule {
|
|
184
|
+
interface NestedRule {
|
|
185
|
+
/**
|
|
186
|
+
* The outcome when the user answers No.
|
|
187
|
+
*/
|
|
188
|
+
noDisposition: 'PASS' | 'FAIL' | 'BASED_ON_NESTED';
|
|
189
|
+
/**
|
|
190
|
+
* The yes/no question presented to the user.
|
|
191
|
+
*/
|
|
192
|
+
question: string;
|
|
193
|
+
/**
|
|
194
|
+
* The outcome when the user answers Yes.
|
|
195
|
+
*/
|
|
196
|
+
yesDisposition: 'PASS' | 'FAIL' | 'BASED_ON_NESTED';
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
export type Validator = Validator.AutomatedValidator | Validator.AttestationValidator;
|
|
203
|
+
export declare namespace Validator {
|
|
204
|
+
interface AutomatedValidator {
|
|
205
|
+
/**
|
|
206
|
+
* A UUID that uniquely identifies this validator within Paramify.
|
|
207
|
+
*/
|
|
208
|
+
id: string;
|
|
209
|
+
/**
|
|
210
|
+
* The display name of the validator.
|
|
211
|
+
*/
|
|
212
|
+
name: string;
|
|
213
|
+
/**
|
|
214
|
+
* The regular expression applied to each incoming artifact.
|
|
215
|
+
*/
|
|
216
|
+
regex: string;
|
|
217
|
+
/**
|
|
218
|
+
* A human-readable description of what this validator checks.
|
|
219
|
+
*/
|
|
220
|
+
statement: string;
|
|
221
|
+
/**
|
|
222
|
+
* AUTOMATED validators apply a regex to artifact content and evaluate the result
|
|
223
|
+
* using one or more validation rules.
|
|
224
|
+
*/
|
|
225
|
+
type: 'AUTOMATED';
|
|
226
|
+
/**
|
|
227
|
+
* Ordered list of rules that evaluate the regex result. Rules are evaluated in
|
|
228
|
+
* index order.
|
|
229
|
+
*/
|
|
230
|
+
validationRules: Array<AutomatedValidator.ValidationRule>;
|
|
231
|
+
}
|
|
232
|
+
namespace AutomatedValidator {
|
|
233
|
+
interface ValidationRule {
|
|
234
|
+
/**
|
|
235
|
+
* The comparison operator applied between the extracted regex value and the target
|
|
236
|
+
* value. One of: CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS,
|
|
237
|
+
* NOT_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUAL_TO, LESS_THAN,
|
|
238
|
+
* LESS_THAN_OR_EQUAL_TO, STARTS_WITH, DOES_NOT_START_WITH.
|
|
239
|
+
*/
|
|
240
|
+
criteria: 'CONTAINS' | 'DOES_NOT_CONTAIN' | 'ENDS_WITH' | 'DOES_NOT_END_WITH' | 'EQUALS' | 'NOT_EQUALS' | 'GREATER_THAN' | 'GREATER_THAN_OR_EQUAL_TO' | 'LESS_THAN' | 'LESS_THAN_OR_EQUAL_TO' | 'STARTS_WITH' | 'DOES_NOT_START_WITH' | null;
|
|
241
|
+
/**
|
|
242
|
+
* Describes how the regex match result is extracted before being compared.
|
|
243
|
+
* MATCH_COUNT counts the total number of matches; MATCH_GROUP extracts the content
|
|
244
|
+
* of a specific capture group.
|
|
245
|
+
*/
|
|
246
|
+
regexOperation: ValidationRule.RegexMatchCountOp | ValidationRule.RegexMatchGroupOp | null;
|
|
247
|
+
/**
|
|
248
|
+
* The right-hand side of the criteria comparison. MATCH_COUNT uses the match
|
|
249
|
+
* count, MATCH_GROUP uses a specific capture group, CUSTOM_TEXT uses a literal
|
|
250
|
+
* string.
|
|
251
|
+
*/
|
|
252
|
+
value: ValidationRule.ValidationMatchCountValue | ValidationRule.ValidationMatchGroupValue | ValidationRule.ValidationCustomTextValue | null;
|
|
253
|
+
}
|
|
254
|
+
namespace ValidationRule {
|
|
255
|
+
interface RegexMatchCountOp {
|
|
256
|
+
type: 'MATCH_COUNT';
|
|
257
|
+
}
|
|
258
|
+
interface RegexMatchGroupOp {
|
|
259
|
+
groupNumber: number;
|
|
260
|
+
type: 'MATCH_GROUP';
|
|
261
|
+
}
|
|
262
|
+
interface ValidationMatchCountValue {
|
|
263
|
+
type: 'MATCH_COUNT';
|
|
264
|
+
}
|
|
265
|
+
interface ValidationMatchGroupValue {
|
|
266
|
+
type: 'MATCH_GROUP';
|
|
267
|
+
groupNumber?: number;
|
|
268
|
+
}
|
|
269
|
+
interface ValidationCustomTextValue {
|
|
270
|
+
type: 'CUSTOM_TEXT';
|
|
271
|
+
customText?: string;
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
interface AttestationValidator {
|
|
276
|
+
/**
|
|
277
|
+
* A UUID that uniquely identifies this validator within Paramify.
|
|
278
|
+
*/
|
|
279
|
+
id: string;
|
|
280
|
+
/**
|
|
281
|
+
* Ordered list of yes/no questions for this attestation validator. Rules are
|
|
282
|
+
* evaluated in index order. Up to three layers of nesting are supported.
|
|
283
|
+
*/
|
|
284
|
+
attestationRules: Array<AttestationValidator.AttestationRule>;
|
|
285
|
+
/**
|
|
286
|
+
* The display name of the validator.
|
|
287
|
+
*/
|
|
288
|
+
name: string;
|
|
289
|
+
/**
|
|
290
|
+
* A human-readable description of what this validator checks.
|
|
291
|
+
*/
|
|
292
|
+
statement: string;
|
|
293
|
+
/**
|
|
294
|
+
* ATTESTATION validators present a series of yes/no questions to a reviewer. Each
|
|
295
|
+
* question has a disposition for each answer (PASS, FAIL, or BASED_ON_NESTED).
|
|
296
|
+
*/
|
|
297
|
+
type: 'ATTESTATION';
|
|
298
|
+
}
|
|
299
|
+
namespace AttestationValidator {
|
|
300
|
+
interface AttestationRule {
|
|
301
|
+
/**
|
|
302
|
+
* Nested rules for this attestation rule (up to two more layers deep).
|
|
303
|
+
*/
|
|
304
|
+
nestedRules: Array<AttestationRule.NestedRule>;
|
|
305
|
+
/**
|
|
306
|
+
* The outcome when the user answers No.
|
|
307
|
+
*/
|
|
308
|
+
noDisposition: 'PASS' | 'FAIL' | 'BASED_ON_NESTED';
|
|
309
|
+
/**
|
|
310
|
+
* The yes/no question presented to the user.
|
|
311
|
+
*/
|
|
312
|
+
question: string;
|
|
313
|
+
/**
|
|
314
|
+
* The outcome when the user answers Yes.
|
|
315
|
+
*/
|
|
316
|
+
yesDisposition: 'PASS' | 'FAIL' | 'BASED_ON_NESTED';
|
|
317
|
+
}
|
|
318
|
+
namespace AttestationRule {
|
|
319
|
+
interface NestedRule {
|
|
320
|
+
/**
|
|
321
|
+
* Nested rules for this attestation rule (leaf level, no further nesting).
|
|
322
|
+
*/
|
|
323
|
+
nestedRules: Array<NestedRule.NestedRule>;
|
|
324
|
+
/**
|
|
325
|
+
* The outcome when the user answers No.
|
|
326
|
+
*/
|
|
327
|
+
noDisposition: 'PASS' | 'FAIL' | 'BASED_ON_NESTED';
|
|
328
|
+
/**
|
|
329
|
+
* The yes/no question presented to the user.
|
|
330
|
+
*/
|
|
331
|
+
question: string;
|
|
332
|
+
/**
|
|
333
|
+
* The outcome when the user answers Yes.
|
|
334
|
+
*/
|
|
335
|
+
yesDisposition: 'PASS' | 'FAIL' | 'BASED_ON_NESTED';
|
|
336
|
+
}
|
|
337
|
+
namespace NestedRule {
|
|
338
|
+
interface NestedRule {
|
|
339
|
+
/**
|
|
340
|
+
* The outcome when the user answers No.
|
|
341
|
+
*/
|
|
342
|
+
noDisposition: 'PASS' | 'FAIL' | 'BASED_ON_NESTED';
|
|
343
|
+
/**
|
|
344
|
+
* The yes/no question presented to the user.
|
|
345
|
+
*/
|
|
346
|
+
question: string;
|
|
347
|
+
/**
|
|
348
|
+
* The outcome when the user answers Yes.
|
|
349
|
+
*/
|
|
350
|
+
yesDisposition: 'PASS' | 'FAIL' | 'BASED_ON_NESTED';
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
export interface ValidatorListResponse {
|
|
357
|
+
validators: Array<Validator>;
|
|
358
|
+
}
|
|
359
|
+
export type ValidatorCreateParams = ValidatorCreateParams.Variant0 | ValidatorCreateParams.Variant1;
|
|
360
|
+
export declare namespace ValidatorCreateParams {
|
|
361
|
+
interface Variant0 {
|
|
362
|
+
/**
|
|
363
|
+
* The display name of the validator.
|
|
364
|
+
*/
|
|
365
|
+
name: string;
|
|
366
|
+
/**
|
|
367
|
+
* The regular expression applied to each incoming artifact.
|
|
368
|
+
*/
|
|
369
|
+
regex: string;
|
|
370
|
+
/**
|
|
371
|
+
* A human-readable description of what this validator checks.
|
|
372
|
+
*/
|
|
373
|
+
statement: string;
|
|
374
|
+
/**
|
|
375
|
+
* AUTOMATED validators apply a regex to artifact content and evaluate the result
|
|
376
|
+
* using one or more validation rules.
|
|
377
|
+
*/
|
|
378
|
+
type: 'AUTOMATED';
|
|
379
|
+
/**
|
|
380
|
+
* Ordered list of rules that evaluate the regex result. Rules are evaluated in
|
|
381
|
+
* index order.
|
|
382
|
+
*/
|
|
383
|
+
validationRules: Array<Variant0.ValidationRule>;
|
|
384
|
+
}
|
|
385
|
+
namespace Variant0 {
|
|
386
|
+
interface ValidationRule {
|
|
387
|
+
/**
|
|
388
|
+
* The comparison operator applied between the extracted regex value and the target
|
|
389
|
+
* value. One of: CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS,
|
|
390
|
+
* NOT_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUAL_TO, LESS_THAN,
|
|
391
|
+
* LESS_THAN_OR_EQUAL_TO, STARTS_WITH, DOES_NOT_START_WITH.
|
|
392
|
+
*/
|
|
393
|
+
criteria: 'CONTAINS' | 'DOES_NOT_CONTAIN' | 'ENDS_WITH' | 'DOES_NOT_END_WITH' | 'EQUALS' | 'NOT_EQUALS' | 'GREATER_THAN' | 'GREATER_THAN_OR_EQUAL_TO' | 'LESS_THAN' | 'LESS_THAN_OR_EQUAL_TO' | 'STARTS_WITH' | 'DOES_NOT_START_WITH' | null;
|
|
394
|
+
/**
|
|
395
|
+
* Describes how the regex match result is extracted before being compared.
|
|
396
|
+
* MATCH_COUNT counts the total number of matches; MATCH_GROUP extracts the content
|
|
397
|
+
* of a specific capture group.
|
|
398
|
+
*/
|
|
399
|
+
regexOperation: ValidationRule.PostRegexMatchCountOp | ValidationRule.PostRegexMatchGroupOp | null;
|
|
400
|
+
/**
|
|
401
|
+
* The right-hand side of the criteria comparison. MATCH_COUNT uses the match
|
|
402
|
+
* count, MATCH_GROUP uses a specific capture group, CUSTOM_TEXT uses a literal
|
|
403
|
+
* string.
|
|
404
|
+
*/
|
|
405
|
+
value: ValidationRule.PostValidationMatchCountValue | ValidationRule.PostValidationMatchGroupValue | ValidationRule.PostValidationCustomTextValue | null;
|
|
406
|
+
}
|
|
407
|
+
namespace ValidationRule {
|
|
408
|
+
interface PostRegexMatchCountOp {
|
|
409
|
+
type: 'MATCH_COUNT';
|
|
410
|
+
}
|
|
411
|
+
interface PostRegexMatchGroupOp {
|
|
412
|
+
groupNumber: number;
|
|
413
|
+
type: 'MATCH_GROUP';
|
|
414
|
+
}
|
|
415
|
+
interface PostValidationMatchCountValue {
|
|
416
|
+
type: 'MATCH_COUNT';
|
|
417
|
+
}
|
|
418
|
+
interface PostValidationMatchGroupValue {
|
|
419
|
+
type: 'MATCH_GROUP';
|
|
420
|
+
groupNumber?: number;
|
|
421
|
+
}
|
|
422
|
+
interface PostValidationCustomTextValue {
|
|
423
|
+
type: 'CUSTOM_TEXT';
|
|
424
|
+
customText?: string;
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
interface Variant1 {
|
|
429
|
+
/**
|
|
430
|
+
* Ordered list of yes/no questions for this attestation validator. Rules are
|
|
431
|
+
* evaluated in index order. Up to three layers of nesting are supported.
|
|
432
|
+
*/
|
|
433
|
+
attestationRules: Array<Variant1.AttestationRule>;
|
|
434
|
+
/**
|
|
435
|
+
* The display name of the validator.
|
|
436
|
+
*/
|
|
437
|
+
name: string;
|
|
438
|
+
/**
|
|
439
|
+
* A human-readable description of what this validator checks.
|
|
440
|
+
*/
|
|
441
|
+
statement: string;
|
|
442
|
+
/**
|
|
443
|
+
* ATTESTATION validators present a series of yes/no questions to a reviewer. Each
|
|
444
|
+
* question has a disposition for each answer (PASS, FAIL, or BASED_ON_NESTED).
|
|
445
|
+
*/
|
|
446
|
+
type: 'ATTESTATION';
|
|
447
|
+
}
|
|
448
|
+
namespace Variant1 {
|
|
449
|
+
interface AttestationRule {
|
|
450
|
+
/**
|
|
451
|
+
* Nested rules for this attestation rule (up to two more layers deep).
|
|
452
|
+
*/
|
|
453
|
+
nestedRules: Array<AttestationRule.NestedRule>;
|
|
454
|
+
/**
|
|
455
|
+
* The outcome when the user answers No.
|
|
456
|
+
*/
|
|
457
|
+
noDisposition: 'PASS' | 'FAIL' | 'BASED_ON_NESTED';
|
|
458
|
+
/**
|
|
459
|
+
* The yes/no question presented to the user.
|
|
460
|
+
*/
|
|
461
|
+
question: string;
|
|
462
|
+
/**
|
|
463
|
+
* The outcome when the user answers Yes.
|
|
464
|
+
*/
|
|
465
|
+
yesDisposition: 'PASS' | 'FAIL' | 'BASED_ON_NESTED';
|
|
466
|
+
}
|
|
467
|
+
namespace AttestationRule {
|
|
468
|
+
interface NestedRule {
|
|
469
|
+
/**
|
|
470
|
+
* Nested rules for this attestation rule (leaf level, no further nesting).
|
|
471
|
+
*/
|
|
472
|
+
nestedRules: Array<NestedRule.NestedRule>;
|
|
473
|
+
/**
|
|
474
|
+
* The outcome when the user answers No.
|
|
475
|
+
*/
|
|
476
|
+
noDisposition: 'PASS' | 'FAIL' | 'BASED_ON_NESTED';
|
|
477
|
+
/**
|
|
478
|
+
* The yes/no question presented to the user.
|
|
479
|
+
*/
|
|
480
|
+
question: string;
|
|
481
|
+
/**
|
|
482
|
+
* The outcome when the user answers Yes.
|
|
483
|
+
*/
|
|
484
|
+
yesDisposition: 'PASS' | 'FAIL' | 'BASED_ON_NESTED';
|
|
485
|
+
}
|
|
486
|
+
namespace NestedRule {
|
|
487
|
+
interface NestedRule {
|
|
488
|
+
/**
|
|
489
|
+
* The outcome when the user answers No.
|
|
490
|
+
*/
|
|
491
|
+
noDisposition: 'PASS' | 'FAIL' | 'BASED_ON_NESTED';
|
|
492
|
+
/**
|
|
493
|
+
* The yes/no question presented to the user.
|
|
494
|
+
*/
|
|
495
|
+
question: string;
|
|
496
|
+
/**
|
|
497
|
+
* The outcome when the user answers Yes.
|
|
498
|
+
*/
|
|
499
|
+
yesDisposition: 'PASS' | 'FAIL' | 'BASED_ON_NESTED';
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
export interface ValidatorListParams {
|
|
506
|
+
/**
|
|
507
|
+
* Filter by validator ID. Multiple IDs can be provided.
|
|
508
|
+
*/
|
|
509
|
+
ids?: Array<string>;
|
|
510
|
+
/**
|
|
511
|
+
* Filter by validator type. AUTOMATED or ATTESTATION.
|
|
512
|
+
*/
|
|
513
|
+
type?: 'AUTOMATED' | 'ATTESTATION';
|
|
514
|
+
}
|
|
515
|
+
export declare namespace Validators {
|
|
516
|
+
export { type PostValidator as PostValidator, type Validator as Validator, type ValidatorListResponse as ValidatorListResponse, type ValidatorCreateParams as ValidatorCreateParams, type ValidatorListParams as ValidatorListParams, };
|
|
517
|
+
}
|
|
518
|
+
//# sourceMappingURL=validators.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validators.d.mts","sourceRoot":"","sources":["../src/resources/validators.ts"],"names":[],"mappings":"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"}
|