@wildo-ai/saas-models 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/applications/applications-context.schemas.d.ts +14 -10
- package/dist/esm/applications/applications-context.schemas.d.ts.map +1 -1
- package/dist/esm/applications/applications.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/applications/applications.shared.resources-config.schemas.js +4 -3
- package/dist/esm/applications/applications.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/billing/billing-configuration.shared.schemas.d.ts +0 -4
- package/dist/esm/billing/billing-configuration.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/billing-configuration.shared.schemas.js +59 -17
- package/dist/esm/billing/billing-configuration.shared.schemas.js.map +1 -1
- package/dist/esm/billing/billing-enums.shared.schemas.d.ts +77 -21
- package/dist/esm/billing/billing-enums.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/billing-enums.shared.schemas.js +85 -23
- package/dist/esm/billing/billing-enums.shared.schemas.js.map +1 -1
- package/dist/esm/billing/billing-types.shared.schemas.d.ts +3 -3
- package/dist/esm/billing/price.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/price.shared.schemas.js +7 -1
- package/dist/esm/billing/price.shared.schemas.js.map +1 -1
- package/dist/esm/billing/product-behavior-policy.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/product-behavior-policy.shared.schemas.js +52 -11
- package/dist/esm/billing/product-behavior-policy.shared.schemas.js.map +1 -1
- package/dist/esm/billing/product-definition.shared.schemas.d.ts +2 -2
- package/dist/esm/billing/product.shared.resources-config.schemas.d.ts +2 -2
- package/dist/esm/billing/product.shared.schemas.d.ts +2 -2
- package/dist/esm/billing/product.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/product.shared.schemas.js +7 -3
- package/dist/esm/billing/product.shared.schemas.js.map +1 -1
- package/dist/esm/billing/subscription.shared.resources-config.schemas.d.ts +1 -1
- package/dist/esm/billing/subscription.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/billing/subscription.shared.resources-config.schemas.js +15 -1
- package/dist/esm/billing/subscription.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/billing/usage-record.shared.schemas.d.ts +7 -3
- package/dist/esm/billing/usage-record.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/usage-record.shared.schemas.js +22 -3
- package/dist/esm/billing/usage-record.shared.schemas.js.map +1 -1
- package/dist/esm/companion/provider-discovery.shared.schemas.d.ts +69 -2
- package/dist/esm/companion/provider-discovery.shared.schemas.d.ts.map +1 -1
- package/dist/esm/companion/provider-discovery.shared.schemas.js +20 -1
- package/dist/esm/companion/provider-discovery.shared.schemas.js.map +1 -1
- package/dist/esm/compliance/audit-trails/application-audit-logs.shared.resources-config.schemas.d.ts +85 -0
- package/dist/esm/compliance/audit-trails/application-audit-logs.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/audit-trails/application-audit-logs.shared.resources-config.schemas.js +157 -0
- package/dist/esm/compliance/audit-trails/application-audit-logs.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/compliance/audit-trails/audit-trail-config.shared.schemas.d.ts +23 -0
- package/dist/esm/compliance/audit-trails/audit-trail-config.shared.schemas.d.ts.map +1 -1
- package/dist/esm/compliance/audit-trails/audit-trail-config.shared.schemas.js +56 -0
- package/dist/esm/compliance/audit-trails/audit-trail-config.shared.schemas.js.map +1 -1
- package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.d.ts +480 -20
- package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.d.ts.map +1 -1
- package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.js +547 -23
- package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.js.map +1 -1
- package/dist/esm/compliance/audit-trails/security-audit-event-envelope.shared.schema.d.ts.map +1 -1
- package/dist/esm/compliance/audit-trails/security-audit-event-envelope.shared.schema.js +82 -3
- package/dist/esm/compliance/audit-trails/security-audit-event-envelope.shared.schema.js.map +1 -1
- package/dist/esm/compliance/privacy/operating-jurisdictions.shared.schemas.d.ts +31 -30
- package/dist/esm/compliance/privacy/operating-jurisdictions.shared.schemas.d.ts.map +1 -1
- package/dist/esm/compliance/privacy/operating-jurisdictions.shared.schemas.js +98 -3
- package/dist/esm/compliance/privacy/operating-jurisdictions.shared.schemas.js.map +1 -1
- package/dist/esm/compliance/privacy/privacy.shared.schemas.d.ts +17 -0
- package/dist/esm/compliance/privacy/privacy.shared.schemas.d.ts.map +1 -1
- package/dist/esm/compliance/privacy/privacy.shared.schemas.js +27 -4
- package/dist/esm/compliance/privacy/privacy.shared.schemas.js.map +1 -1
- package/dist/esm/compliance/privacy/redaction.shared.schemas.d.ts +82 -29
- package/dist/esm/compliance/privacy/redaction.shared.schemas.d.ts.map +1 -1
- package/dist/esm/compliance/privacy/redaction.shared.schemas.js +95 -29
- package/dist/esm/compliance/privacy/redaction.shared.schemas.js.map +1 -1
- package/dist/esm/compliance/privacy/subject-export.shared.schemas.d.ts.map +1 -1
- package/dist/esm/compliance/privacy/subject-export.shared.schemas.js +12 -5
- package/dist/esm/compliance/privacy/subject-export.shared.schemas.js.map +1 -1
- package/dist/esm/config/analytics-value-moments.shared.schemas.d.ts +21 -0
- package/dist/esm/config/analytics-value-moments.shared.schemas.d.ts.map +1 -1
- package/dist/esm/config/analytics-value-moments.shared.schemas.js +20 -0
- package/dist/esm/config/analytics-value-moments.shared.schemas.js.map +1 -1
- package/dist/esm/config/app-configuration-shared.shared.schemas.d.ts +7 -5
- package/dist/esm/config/app-configuration-shared.shared.schemas.d.ts.map +1 -1
- package/dist/esm/config/auth-config-resolution.shared.utils.d.ts +8 -1
- package/dist/esm/config/auth-config-resolution.shared.utils.d.ts.map +1 -1
- package/dist/esm/config/auth-config-resolution.shared.utils.js +29 -0
- package/dist/esm/config/auth-config-resolution.shared.utils.js.map +1 -1
- package/dist/esm/config/entity-identity-config.shared.schemas.d.ts +95 -17
- package/dist/esm/config/entity-identity-config.shared.schemas.d.ts.map +1 -1
- package/dist/esm/config/entity-identity-config.shared.schemas.js +86 -8
- package/dist/esm/config/entity-identity-config.shared.schemas.js.map +1 -1
- package/dist/esm/config/frontend/chart-definition.shared.schemas.d.ts +12 -12
- package/dist/esm/errors/errors.custom-message-ref.shared.definitions.d.ts +28 -0
- package/dist/esm/errors/errors.custom-message-ref.shared.definitions.d.ts.map +1 -1
- package/dist/esm/errors/errors.custom-message-ref.shared.definitions.js +28 -0
- package/dist/esm/errors/errors.custom-message-ref.shared.definitions.js.map +1 -1
- package/dist/esm/external-data/external-data-pipeline.shared.schemas.d.ts +45 -12
- package/dist/esm/external-data/external-data-pipeline.shared.schemas.d.ts.map +1 -1
- package/dist/esm/external-data/external-data-pipeline.shared.schemas.js.map +1 -1
- package/dist/esm/external-providers/engine-capabilities.shared.schemas.d.ts +103 -58
- package/dist/esm/external-providers/engine-capabilities.shared.schemas.d.ts.map +1 -1
- package/dist/esm/external-providers/engine-capabilities.shared.schemas.js +176 -15
- package/dist/esm/external-providers/engine-capabilities.shared.schemas.js.map +1 -1
- package/dist/esm/external-providers/engine-capability-resolution-mode.shared.d.ts +15 -3
- package/dist/esm/external-providers/engine-capability-resolution-mode.shared.d.ts.map +1 -1
- package/dist/esm/external-providers/engine-capability-resolution-mode.shared.js +32 -5
- package/dist/esm/external-providers/engine-capability-resolution-mode.shared.js.map +1 -1
- package/dist/esm/external-providers/frontend-bootstrap.shared.schemas.d.ts +83 -7
- package/dist/esm/external-providers/frontend-bootstrap.shared.schemas.d.ts.map +1 -1
- package/dist/esm/external-providers/frontend-capability-public-config.shared.schemas.d.ts +59 -0
- package/dist/esm/external-providers/frontend-capability-public-config.shared.schemas.d.ts.map +1 -0
- package/dist/esm/external-providers/frontend-capability-public-config.shared.schemas.js +61 -0
- package/dist/esm/external-providers/frontend-capability-public-config.shared.schemas.js.map +1 -0
- package/dist/esm/external-providers/frontend-capability-runtime.shared.types.d.ts +97 -0
- package/dist/esm/external-providers/frontend-capability-runtime.shared.types.d.ts.map +1 -0
- package/dist/esm/external-providers/frontend-capability-runtime.shared.types.js +41 -0
- package/dist/esm/external-providers/frontend-capability-runtime.shared.types.js.map +1 -0
- package/dist/esm/external-providers/frontend-provider-entry.shared.schemas.d.ts +148 -2
- package/dist/esm/external-providers/frontend-provider-entry.shared.schemas.d.ts.map +1 -1
- package/dist/esm/external-providers/frontend-provider-entry.shared.schemas.js +56 -1
- package/dist/esm/external-providers/frontend-provider-entry.shared.schemas.js.map +1 -1
- package/dist/esm/external-providers/provider-capability.shared.schemas.d.ts +5 -28
- package/dist/esm/external-providers/provider-capability.shared.schemas.d.ts.map +1 -1
- package/dist/esm/external-providers/provider-capability.shared.schemas.js +4 -2
- package/dist/esm/external-providers/provider-capability.shared.schemas.js.map +1 -1
- package/dist/esm/external-providers/provider-compliance-profile.shared.schemas.d.ts +18 -8
- package/dist/esm/external-providers/provider-compliance-profile.shared.schemas.d.ts.map +1 -1
- package/dist/esm/external-providers/provider-compliance-profile.shared.schemas.js +9 -4
- package/dist/esm/external-providers/provider-compliance-profile.shared.schemas.js.map +1 -1
- package/dist/esm/external-providers/provider-frontend-surface.shared.schemas.d.ts +338 -0
- package/dist/esm/external-providers/provider-frontend-surface.shared.schemas.d.ts.map +1 -0
- package/dist/esm/external-providers/provider-frontend-surface.shared.schemas.js +332 -0
- package/dist/esm/external-providers/provider-frontend-surface.shared.schemas.js.map +1 -0
- package/dist/esm/external-providers/provider-metadata.shared.schemas.d.ts +178 -9
- package/dist/esm/external-providers/provider-metadata.shared.schemas.d.ts.map +1 -1
- package/dist/esm/external-providers/provider-metadata.shared.schemas.js +181 -9
- package/dist/esm/external-providers/provider-metadata.shared.schemas.js.map +1 -1
- package/dist/esm/external-providers/provider-protocol.shared.schemas.d.ts +7 -5
- package/dist/esm/external-providers/provider-protocol.shared.schemas.d.ts.map +1 -1
- package/dist/esm/external-providers/provider-protocol.shared.schemas.js +7 -5
- package/dist/esm/external-providers/provider-protocol.shared.schemas.js.map +1 -1
- package/dist/esm/external-providers/provider-tier-rule.shared.utils.d.ts +40 -0
- package/dist/esm/external-providers/provider-tier-rule.shared.utils.d.ts.map +1 -0
- package/dist/esm/external-providers/provider-tier-rule.shared.utils.js +80 -0
- package/dist/esm/external-providers/provider-tier-rule.shared.utils.js.map +1 -0
- package/dist/esm/features/core-feature-definitions.shared.d.ts.map +1 -1
- package/dist/esm/features/core-feature-definitions.shared.js +7 -1
- package/dist/esm/features/core-feature-definitions.shared.js.map +1 -1
- package/dist/esm/features/feature-builders.shared.d.ts +32 -0
- package/dist/esm/features/feature-builders.shared.d.ts.map +1 -1
- package/dist/esm/features/feature-builders.shared.js +32 -0
- package/dist/esm/features/feature-builders.shared.js.map +1 -1
- package/dist/esm/files/file-upload-grant.shared.schemas.d.ts +14 -2
- package/dist/esm/files/file-upload-grant.shared.schemas.d.ts.map +1 -1
- package/dist/esm/files/file-upload-grant.shared.schemas.js +44 -5
- package/dist/esm/files/file-upload-grant.shared.schemas.js.map +1 -1
- package/dist/esm/files/files.shared.schemas.d.ts +15 -8
- package/dist/esm/files/files.shared.schemas.d.ts.map +1 -1
- package/dist/esm/files/files.shared.schemas.js +15 -8
- package/dist/esm/files/files.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/actors.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/actors.shared.schemas.js +3 -2
- package/dist/esm/flows-actors/actors.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/agents.shared.schemas.d.ts +54 -5
- package/dist/esm/flows-actors/agents.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/agents.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/apps-blueprint/apps-blueprint.shared.schemas.d.ts +6 -6
- package/dist/esm/flows-actors/deliberation.shared.schemas.d.ts +0 -3
- package/dist/esm/flows-actors/deliberation.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/deliberation.shared.schemas.js +0 -5
- package/dist/esm/flows-actors/deliberation.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/flows-actors-execution.shared.schemas.d.ts +14 -0
- package/dist/esm/flows-actors/flows-actors-execution.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/flows-actors-execution.shared.schemas.js +40 -3
- package/dist/esm/flows-actors/flows-actors-execution.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.d.ts +19 -0
- package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.js +33 -0
- package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/flows-actors.io.shared.schemas.d.ts +14 -9
- package/dist/esm/flows-actors/flows-actors.io.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/flows-actors.io.shared.schemas.js +14 -9
- package/dist/esm/flows-actors/flows-actors.io.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/flows-actors.system.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/flows-actors.system.shared.schemas.js +3 -2
- package/dist/esm/flows-actors/flows-actors.system.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/flows.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/flows.shared.schemas.js +3 -2
- package/dist/esm/flows-actors/flows.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/mcp-servers.shared.schemas.d.ts +128 -0
- package/dist/esm/flows-actors/mcp-servers.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/mcp-servers.shared.schemas.js +142 -0
- package/dist/esm/flows-actors/mcp-servers.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/budget-authority.meta-workflows.shared.schemas.d.ts +0 -3
- package/dist/esm/flows-actors/meta-workflows/budget-authority.meta-workflows.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/meta-workflows/budget-authority.meta-workflows.shared.schemas.js +1 -4
- package/dist/esm/flows-actors/meta-workflows/budget-authority.meta-workflows.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/meta-workflows/context-selection.meta-workflows.shared.schemas.d.ts +0 -16
- package/dist/esm/flows-actors/meta-workflows/context-selection.meta-workflows.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/meta-workflows/context-selection.meta-workflows.shared.schemas.js +1 -17
- package/dist/esm/flows-actors/meta-workflows/context-selection.meta-workflows.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/meta-workflows/decisions.meta-workflows.shared.schemas.d.ts +3 -3
- package/dist/esm/flows-actors/meta-workflows/decisions.meta-workflows.shared.schemas.js +3 -3
- package/dist/esm/flows-actors/meta-workflows/decisions.meta-workflows.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.d.ts +2 -8
- package/dist/esm/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.js +4 -15
- package/dist/esm/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.js.map +1 -1
- package/dist/esm/guidance/guidance-state.shared.utils.d.ts.map +1 -1
- package/dist/esm/guidance/guidance-state.shared.utils.js +1 -0
- package/dist/esm/guidance/guidance-state.shared.utils.js.map +1 -1
- package/dist/esm/guidance/progression-state.shared.resources-config.schemas.d.ts +8 -0
- package/dist/esm/guidance/progression-state.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/guidance/progression-state.shared.schemas.d.ts +46 -0
- package/dist/esm/guidance/progression-state.shared.schemas.d.ts.map +1 -1
- package/dist/esm/guidance/progression-state.shared.schemas.js +49 -0
- package/dist/esm/guidance/progression-state.shared.schemas.js.map +1 -1
- package/dist/esm/http-api-binding/http-api-binding.shared.schemas.d.ts +320 -50
- package/dist/esm/http-api-binding/http-api-binding.shared.schemas.d.ts.map +1 -1
- package/dist/esm/http-api-binding/http-api-binding.shared.schemas.js +137 -36
- package/dist/esm/http-api-binding/http-api-binding.shared.schemas.js.map +1 -1
- package/dist/esm/index.d.ts +9 -0
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +9 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/notifications/email/email-template-registry.shared.schemas.d.ts +11 -2
- package/dist/esm/notifications/email/email-template-registry.shared.schemas.d.ts.map +1 -1
- package/dist/esm/notifications/email/email-template-registry.shared.schemas.js.map +1 -1
- package/dist/esm/notifications/email/email-template.shared.enums.d.ts +15 -0
- package/dist/esm/notifications/email/email-template.shared.enums.d.ts.map +1 -1
- package/dist/esm/notifications/email/email-template.shared.enums.js +15 -0
- package/dist/esm/notifications/email/email-template.shared.enums.js.map +1 -1
- package/dist/esm/notifications/m2m/webhook-config.shared.resources-config.schemas.d.ts +1 -0
- package/dist/esm/notifications/m2m/webhook-config.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/notifications/m2m/webhook-config.shared.resources-config.schemas.js +19 -0
- package/dist/esm/notifications/m2m/webhook-config.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/notifications/m2m/webhook-config.shared.schemas.d.ts +30 -0
- package/dist/esm/notifications/m2m/webhook-config.shared.schemas.d.ts.map +1 -1
- package/dist/esm/notifications/m2m/webhook-config.shared.schemas.js +65 -1
- package/dist/esm/notifications/m2m/webhook-config.shared.schemas.js.map +1 -1
- package/dist/esm/notifications/notification-badges.core.definitions.d.ts +6 -4
- package/dist/esm/notifications/notification-badges.core.definitions.d.ts.map +1 -1
- package/dist/esm/notifications/notification-badges.core.definitions.js +6 -4
- package/dist/esm/notifications/notification-badges.core.definitions.js.map +1 -1
- package/dist/esm/notifications/notification-badges.schemas.d.ts +167 -5
- package/dist/esm/notifications/notification-badges.schemas.d.ts.map +1 -1
- package/dist/esm/notifications/notification-badges.schemas.js +191 -6
- package/dist/esm/notifications/notification-badges.schemas.js.map +1 -1
- package/dist/esm/notifications/notifications.shared.schemas.d.ts +107 -0
- package/dist/esm/notifications/notifications.shared.schemas.d.ts.map +1 -1
- package/dist/esm/notifications/notifications.shared.schemas.js +149 -1
- package/dist/esm/notifications/notifications.shared.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-notifications.shared.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-notifications.shared.schemas.js +22 -1
- package/dist/esm/organizations/organization-notifications.shared.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-preferences.shared.schemas.d.ts +26 -0
- package/dist/esm/organizations/organization-preferences.shared.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-preferences.shared.schemas.js +25 -0
- package/dist/esm/organizations/organization-preferences.shared.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-profile.shared.schemas.d.ts +25 -0
- package/dist/esm/organizations/organization-profile.shared.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-profile.shared.schemas.js +42 -17
- package/dist/esm/organizations/organization-profile.shared.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-unit-narrowing.shared.d.ts +3 -2
- package/dist/esm/organizations/organization-unit-narrowing.shared.d.ts.map +1 -1
- package/dist/esm/organizations/organization-unit-narrowing.shared.js +9 -2
- package/dist/esm/organizations/organization-unit-narrowing.shared.js.map +1 -1
- package/dist/esm/organizations/organizations.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organizations.shared.resources-config.schemas.js +18 -3
- package/dist/esm/organizations/organizations.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/public-runtime/index.d.ts +49 -2
- package/dist/esm/public-runtime/index.d.ts.map +1 -1
- package/dist/esm/public-runtime/index.js +48 -1
- package/dist/esm/public-runtime/index.js.map +1 -1
- package/dist/esm/queue/jobs.shared.resources-config.schemas.d.ts +6 -5
- package/dist/esm/queue/jobs.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/queue/jobs.shared.resources-config.schemas.js +6 -5
- package/dist/esm/queue/jobs.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/queue/jobs.shared.schemas.d.ts +16 -3
- package/dist/esm/queue/jobs.shared.schemas.d.ts.map +1 -1
- package/dist/esm/queue/jobs.shared.schemas.js +16 -3
- package/dist/esm/queue/jobs.shared.schemas.js.map +1 -1
- package/dist/esm/requests/manual-controllers-routes-documentation.d.ts +137 -0
- package/dist/esm/requests/manual-controllers-routes-documentation.d.ts.map +1 -0
- package/dist/esm/requests/manual-controllers-routes-documentation.js +1201 -0
- package/dist/esm/requests/manual-controllers-routes-documentation.js.map +1 -0
- package/dist/esm/requests/manual-controllers-routes-urls.d.ts +67 -0
- package/dist/esm/requests/manual-controllers-routes-urls.d.ts.map +1 -1
- package/dist/esm/requests/manual-controllers-routes-urls.js +78 -0
- package/dist/esm/requests/manual-controllers-routes-urls.js.map +1 -1
- package/dist/esm/requests/rate-limits.shared.schemas.d.ts +11 -1
- package/dist/esm/requests/rate-limits.shared.schemas.d.ts.map +1 -1
- package/dist/esm/requests/rate-limits.shared.schemas.js +11 -1
- package/dist/esm/requests/rate-limits.shared.schemas.js.map +1 -1
- package/dist/esm/requests/websocket.shared.schemas.d.ts +27 -4
- package/dist/esm/requests/websocket.shared.schemas.d.ts.map +1 -1
- package/dist/esm/requests/websocket.shared.schemas.js +35 -0
- package/dist/esm/requests/websocket.shared.schemas.js.map +1 -1
- package/dist/esm/resources/resources-config.shared.factory.d.ts +1 -0
- package/dist/esm/resources/resources-config.shared.factory.d.ts.map +1 -1
- package/dist/esm/resources/resources-config.shared.factory.js +105 -20
- package/dist/esm/resources/resources-config.shared.factory.js.map +1 -1
- package/dist/esm/resources/resources-config.shared.schemas.d.ts +254 -72
- package/dist/esm/resources/resources-config.shared.schemas.d.ts.map +1 -1
- package/dist/esm/resources/resources-config.shared.schemas.js.map +1 -1
- package/dist/esm/resources/resources-registry.shared.core.definitions.d.ts.map +1 -1
- package/dist/esm/resources/resources-registry.shared.core.definitions.js +97 -5
- package/dist/esm/resources/resources-registry.shared.core.definitions.js.map +1 -1
- package/dist/esm/resources/resources-relationships.shared.factory.d.ts.map +1 -1
- package/dist/esm/resources/resources-relationships.shared.factory.js +15 -0
- package/dist/esm/resources/resources-relationships.shared.factory.js.map +1 -1
- package/dist/esm/resources/resources.shared.core.definitions.d.ts +37 -0
- package/dist/esm/resources/resources.shared.core.definitions.d.ts.map +1 -1
- package/dist/esm/resources/resources.shared.core.definitions.js +51 -0
- package/dist/esm/resources/resources.shared.core.definitions.js.map +1 -1
- package/dist/esm/resources/resources.shared.schemas.d.ts +11 -2
- package/dist/esm/resources/resources.shared.schemas.d.ts.map +1 -1
- package/dist/esm/resources/resources.shared.schemas.js +34 -3
- package/dist/esm/resources/resources.shared.schemas.js.map +1 -1
- package/dist/esm/resources/utils/field-value-disclosure.utils.d.ts +51 -0
- package/dist/esm/resources/utils/field-value-disclosure.utils.d.ts.map +1 -0
- package/dist/esm/resources/utils/field-value-disclosure.utils.js +53 -0
- package/dist/esm/resources/utils/field-value-disclosure.utils.js.map +1 -0
- package/dist/esm/resources/utils/resources-summary.utils.d.ts +16 -2
- package/dist/esm/resources/utils/resources-summary.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resources-summary.utils.js +19 -5
- package/dist/esm/resources/utils/resources-summary.utils.js.map +1 -1
- package/dist/esm/resources/utils/shared-persistence-collection.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/shared-persistence-collection.utils.js +11 -0
- package/dist/esm/resources/utils/shared-persistence-collection.utils.js.map +1 -1
- package/dist/esm/runtime/domain-module.shared.definitions.d.ts +25 -0
- package/dist/esm/runtime/domain-module.shared.definitions.d.ts.map +1 -1
- package/dist/esm/runtime/domain-module.shared.definitions.js.map +1 -1
- package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.d.ts +1 -0
- package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.js +38 -0
- package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.d.ts +1 -0
- package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.js +38 -0
- package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/security/authentications/authentication.shared.dto.schemas.d.ts +4 -11
- package/dist/esm/security/authentications/authentication.shared.dto.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/authentication.shared.dto.schemas.js +0 -1
- package/dist/esm/security/authentications/authentication.shared.dto.schemas.js.map +1 -1
- package/dist/esm/security/authentications/authentication.shared.schemas.d.ts +84 -5
- package/dist/esm/security/authentications/authentication.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/authentication.shared.schemas.js +83 -3
- package/dist/esm/security/authentications/authentication.shared.schemas.js.map +1 -1
- package/dist/esm/security/authentications/registration.shared.dto.schemas.d.ts +1 -0
- package/dist/esm/security/authentications/registration.shared.dto.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/registration.shared.dto.schemas.js +11 -0
- package/dist/esm/security/authentications/registration.shared.dto.schemas.js.map +1 -1
- package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.d.ts +15 -0
- package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.js +21 -4
- package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.js.map +1 -1
- package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.d.ts +61 -1
- package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.js +208 -6
- package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/security/authentications/sso/sso-config.shared.schemas.d.ts +37 -27
- package/dist/esm/security/authentications/sso/sso-config.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/sso/sso-config.shared.schemas.js +134 -12
- package/dist/esm/security/authentications/sso/sso-config.shared.schemas.js.map +1 -1
- package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.d.ts +0 -6
- package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.js +17 -8
- package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.js.map +1 -1
- package/dist/esm/security/authorizations/platform-access-grants.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/security/authorizations/platform-access-grants.shared.resources-config.schemas.js +27 -0
- package/dist/esm/security/authorizations/platform-access-grants.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/security/authorizations/platform-access-grants.shared.schemas.d.ts +52 -7
- package/dist/esm/security/authorizations/platform-access-grants.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/authorizations/platform-access-grants.shared.schemas.js +45 -8
- package/dist/esm/security/authorizations/platform-access-grants.shared.schemas.js.map +1 -1
- package/dist/esm/security/connected-accounts/provider-credentials-organization.shared.resources-config.schemas.d.ts +31 -0
- package/dist/esm/security/connected-accounts/provider-credentials-organization.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/security/connected-accounts/provider-credentials-organization.shared.resources-config.schemas.js +198 -0
- package/dist/esm/security/connected-accounts/provider-credentials-organization.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/security/connected-accounts/provider-credentials-user.shared.resources-config.schemas.d.ts +31 -0
- package/dist/esm/security/connected-accounts/provider-credentials-user.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/security/connected-accounts/provider-credentials-user.shared.resources-config.schemas.js +191 -0
- package/dist/esm/security/connected-accounts/provider-credentials-user.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/security/connected-accounts/provider-credentials.shared.schemas.d.ts +250 -0
- package/dist/esm/security/connected-accounts/provider-credentials.shared.schemas.d.ts.map +1 -0
- package/dist/esm/security/connected-accounts/provider-credentials.shared.schemas.js +486 -0
- package/dist/esm/security/connected-accounts/provider-credentials.shared.schemas.js.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-clients-application.shared.resources-config.schemas.d.ts +4 -1
- package/dist/esm/security/oauth-clients/oauth-clients-application.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/security/oauth-clients/oauth-clients-application.shared.resources-config.schemas.js +29 -0
- package/dist/esm/security/oauth-clients/oauth-clients-application.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/security/oauth-clients/oauth-clients-organization.shared.resources-config.schemas.d.ts +4 -1
- package/dist/esm/security/oauth-clients/oauth-clients-organization.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/security/oauth-clients/oauth-clients-organization.shared.resources-config.schemas.js +29 -0
- package/dist/esm/security/oauth-clients/oauth-clients-organization.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/security/oauth-clients/oauth-clients.shared.schemas.d.ts +6 -0
- package/dist/esm/security/oauth-clients/oauth-clients.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/oauth-clients/oauth-clients.shared.schemas.js +31 -0
- package/dist/esm/security/oauth-clients/oauth-clients.shared.schemas.js.map +1 -1
- package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.schemas.d.ts +13 -0
- package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.schemas.js +24 -3
- package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.schemas.js.map +1 -1
- package/dist/esm/users/user-preferences.shared.resources-config.schemas.d.ts +4 -4
- package/dist/esm/users/user-self-preferences.shared.resources-config.schemas.d.ts +4 -4
- package/dist/esm/users/user-self.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/users/user-self.shared.resources-config.schemas.js +33 -3
- package/dist/esm/users/user-self.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/users/users.shared.resources-config.schemas.d.ts +17 -1
- package/dist/esm/users/users.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/users/users.shared.resources-config.schemas.js +136 -5
- package/dist/esm/users/users.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/users/users.shared.schemas.d.ts +43 -12
- package/dist/esm/users/users.shared.schemas.d.ts.map +1 -1
- package/dist/esm/users/users.shared.schemas.js +38 -7
- package/dist/esm/users/users.shared.schemas.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +4 -4
|
@@ -5,6 +5,7 @@ import { PlatformAccessGrantAutoApprovalReason, PlatformAccessGrantLifecycleTran
|
|
|
5
5
|
import { ExecutionContext_ExecutionType } from "../../runtime/execution-context.shared.schemas";
|
|
6
6
|
import { AuthScopeType, SsoConnectionType } from "../../security/authentications/authentication.shared.schemas";
|
|
7
7
|
import { WebhookEndpointProbeOutcome } from "../../notifications/m2m/webhook-config.shared.schemas";
|
|
8
|
+
import { ProviderCredentialDeletionReason, ProviderCredentialResolutionSource } from "../../security/connected-accounts/provider-credentials.shared.schemas";
|
|
8
9
|
export declare enum CoreAuditableEventType {
|
|
9
10
|
USER_LOGIN = "user_login",
|
|
10
11
|
USER_LOGOUT = "user_logout",
|
|
@@ -96,6 +97,16 @@ export declare enum CoreAuditableEventType {
|
|
|
96
97
|
USER_TOKEN_REFRESHED = "user_token_refreshed",
|
|
97
98
|
ORGANIZATION_SSO_CONFIGURATION_CHANGED = "organization_sso_configuration_changed",
|
|
98
99
|
ORGANIZATION_SIEM_EXPORT_CONFIGURED = "organization_siem_export_configured",
|
|
100
|
+
ORGANIZATION_PROVIDER_CREDENTIAL_SET = "organization_provider_credential_set",
|
|
101
|
+
ORGANIZATION_PROVIDER_CREDENTIAL_ROTATED = "organization_provider_credential_rotated",
|
|
102
|
+
ORGANIZATION_PROVIDER_CREDENTIAL_USED = "organization_provider_credential_used",
|
|
103
|
+
ORGANIZATION_PROVIDER_CREDENTIAL_DELETED = "organization_provider_credential_deleted",
|
|
104
|
+
USER_PROVIDER_CREDENTIAL_SET = "user_provider_credential_set",
|
|
105
|
+
USER_PROVIDER_CREDENTIAL_ROTATED = "user_provider_credential_rotated",
|
|
106
|
+
USER_PROVIDER_CREDENTIAL_USED = "user_provider_credential_used",
|
|
107
|
+
USER_PROVIDER_CREDENTIAL_DELETED = "user_provider_credential_deleted",
|
|
108
|
+
ORGANIZATION_PROVIDER_CONNECTION_GRANTED = "organization_provider_connection_granted",
|
|
109
|
+
USER_PROVIDER_CONNECTION_GRANTED = "user_provider_connection_granted",
|
|
99
110
|
APPLICATION_AUTH_POLICY_CHANGED = "application_auth_policy_changed",
|
|
100
111
|
WEBHOOK_ENDPOINT_TEST_DISPATCHED = "webhook_endpoint_test_dispatched",
|
|
101
112
|
SCIM_TOKEN_CREATED = "scim_token_created",
|
|
@@ -131,6 +142,7 @@ export declare enum CoreAuditableEventType {
|
|
|
131
142
|
USER_PASSKEY_AUTHENTICATION_SUCCESS = "user_passkey_authentication_success",
|
|
132
143
|
USER_PASSKEY_AUTHENTICATION_FAILURE = "user_passkey_authentication_failure",
|
|
133
144
|
USER_PASSKEY_REMOVED = "user_passkey_removed",
|
|
145
|
+
USER_PASSKEY_CLONE_SUSPECTED = "user_passkey_clone_suspected",
|
|
134
146
|
USER_MAGIC_LINK_SENT = "user_magic_link_sent",
|
|
135
147
|
USER_MAGIC_LINK_VERIFIED = "user_magic_link_verified",
|
|
136
148
|
USER_MAGIC_LINK_FAILED = "user_magic_link_failed",
|
|
@@ -160,6 +172,36 @@ export declare enum CoreAuditableEventType {
|
|
|
160
172
|
FILE_UPLOAD_GRANT_ISSUED = "file_upload_grant_issued",
|
|
161
173
|
FILE_UPLOAD_GRANT_REDEEMED = "file_upload_grant_redeemed",
|
|
162
174
|
FILE_UPLOAD_GRANT_REVOKED = "file_upload_grant_revoked",
|
|
175
|
+
/**
|
|
176
|
+
* A scanner concluded that an uploaded file is INFECTED, and the file was quarantined.
|
|
177
|
+
*
|
|
178
|
+
* Until this existed, the scanner emitted no audit row of any kind: an infection produced a
|
|
179
|
+
* `SCANNING → INFECTED → QUARANTINED` status transition on the file record and nothing else, so
|
|
180
|
+
* the only way to learn that malware had reached the application's storage was to NOTICE a row
|
|
181
|
+
* sitting at `QUARANTINED` — a poll, not a signal. Malware arriving is one of the few things an
|
|
182
|
+
* operator wants to be alerted on, and one of the few a customer security questionnaire asks about
|
|
183
|
+
* by name.
|
|
184
|
+
*
|
|
185
|
+
* `CRITICAL`, on the same argument as `USER_PASSKEY_CLONE_SUSPECTED`: a conclusion the security
|
|
186
|
+
* mechanism reached about a real threat, not a routine outcome.
|
|
187
|
+
*
|
|
188
|
+
* assurance-control: WILDO.SECURITY.INGESTED_CONTENT_INSPECTION — a detected infection is
|
|
189
|
+
* attributable and monitorable, not only visible as a row status. This event is the RECORD half of
|
|
190
|
+
* that objective; the mechanism half is the fail-closed scan gate itself.
|
|
191
|
+
*/
|
|
192
|
+
FILE_MALWARE_DETECTED = "file_malware_detected",
|
|
193
|
+
/**
|
|
194
|
+
* A scan could NOT be completed — the scanner was unreachable, or the pipeline errored.
|
|
195
|
+
*
|
|
196
|
+
* Its own event rather than a lower severity on the one above, because the operational stories are
|
|
197
|
+
* opposite: an infection means the control WORKED, a failure means it DID NOT RUN. From outside
|
|
198
|
+
* they are indistinguishable today — the file is non-downloadable either way — which is precisely
|
|
199
|
+
* why the trail has to tell them apart. A run of these means files are arriving unscanned.
|
|
200
|
+
*
|
|
201
|
+
* `WARNING`, not `CRITICAL`: nothing was found and nothing was exposed, because the file fails
|
|
202
|
+
* closed to `FAILED` and stays undownloadable. What is wrong is the control's availability.
|
|
203
|
+
*/
|
|
204
|
+
FILE_MALWARE_SCAN_FAILED = "file_malware_scan_failed",
|
|
163
205
|
ONE_OFF_TOKEN_CREATED = "one_off_token_created",
|
|
164
206
|
ONE_OFF_TOKEN_EXCHANGED = "one_off_token_exchanged",
|
|
165
207
|
/** revocation-B1: a super-admin cancelled an un-exchanged one-off (impersonation) session token. */
|
|
@@ -194,6 +236,13 @@ export declare enum CoreAuditableEventType {
|
|
|
194
236
|
* crossing is NAMED in the trail". Before this event, an operator could enumerate every user's
|
|
195
237
|
* email across every tenant and leave nothing behind.
|
|
196
238
|
*
|
|
239
|
+
* ⚠️ "Structurally unavailable" above is exact about the EXISTING grant mechanism — it needs a
|
|
240
|
+
* target tenant and a collection call names none — and must not be read as "prevention is
|
|
241
|
+
* impossible". An application-wide grant kind is buildable; what blocks it is the question of who
|
|
242
|
+
* approves an elevation that names no tenant. See
|
|
243
|
+
* `ScopeRootConfinementDisposition.UNCONFINED_APPLICATION_TIER_DIRECTORY`, which owns that
|
|
244
|
+
* reasoning beside the declaration that makes this read unconfined.
|
|
245
|
+
*
|
|
197
246
|
* INFO, not WARNING: unlike its cross-tenant sibling this is an ordinary, expected administrative
|
|
198
247
|
* read on a surface built for it. The subset worth escalating is selected by a SIEM rule on
|
|
199
248
|
* `resourceType` + `returnedCount`, both of which ride the payload.
|
|
@@ -291,6 +340,34 @@ export declare enum AuditEventSeverity {
|
|
|
291
340
|
WARNING = "warning",
|
|
292
341
|
CRITICAL = "critical"
|
|
293
342
|
}
|
|
343
|
+
/**
|
|
344
|
+
* What each audit category and severity MEANS to whoever reads the trail.
|
|
345
|
+
*
|
|
346
|
+
* The words were authored, correctly, in the technical-documentation catalog that renders the
|
|
347
|
+
* audit-trail page — and lived only there, so the same vocabularies reached every other surface as
|
|
348
|
+
* bare tokens. Moved here, beside the enums, because a vocabulary's words belong with the
|
|
349
|
+
* vocabulary: the catalog now imports them, the schemas describe their own fields from them, and
|
|
350
|
+
* there is one account of what `data_access` selects rather than two that can disagree.
|
|
351
|
+
*
|
|
352
|
+
* `name` is what a reader is shown; `meaning` is what selecting it actually gets them. Exhaustive by
|
|
353
|
+
* type, so a sixth category cannot ship as a bare value.
|
|
354
|
+
*/
|
|
355
|
+
export declare const AUDIT_EVENT_CATEGORY_MEANINGS: Readonly<Record<AuditEventCategory, {
|
|
356
|
+
readonly name: string;
|
|
357
|
+
readonly meaning: string;
|
|
358
|
+
}>>;
|
|
359
|
+
export declare const AUDIT_EVENT_SEVERITY_MEANINGS: Readonly<Record<AuditEventSeverity, {
|
|
360
|
+
readonly name: string;
|
|
361
|
+
readonly meaning: string;
|
|
362
|
+
}>>;
|
|
363
|
+
/**
|
|
364
|
+
* A `Values:` legend in the shape the generated API reference already uses, so a field described
|
|
365
|
+
* here reads exactly like one described from a resource specification.
|
|
366
|
+
*/
|
|
367
|
+
export declare function describeAuditVocabulary(lead: string, meanings: Readonly<Record<string, {
|
|
368
|
+
readonly name: string;
|
|
369
|
+
readonly meaning: string;
|
|
370
|
+
}>>): string;
|
|
294
371
|
/**
|
|
295
372
|
* Why the authorizer refused an operation. A CLOSED vocabulary — the authorizer resolves exactly
|
|
296
373
|
* one of these per refusal, and a SOC dashboard groups by it.
|
|
@@ -629,14 +706,46 @@ export declare const AuditableEvent_Application_SuperAdminFloorBreachedEventData
|
|
|
629
706
|
* recorded rather than assumed zero: the floor's minimum is configurable, and an event that hard-codes
|
|
630
707
|
* the consequence cannot be re-read against a changed policy.
|
|
631
708
|
*/
|
|
709
|
+
/**
|
|
710
|
+
* HOW a tenant's owner-floor breach came to be known.
|
|
711
|
+
*
|
|
712
|
+
* The two answers mean genuinely different things to whoever reads the record, and a reader cannot
|
|
713
|
+
* tell them apart from the rest of the payload — which is why this is a named member rather than an
|
|
714
|
+
* inference from whether the action fields happen to be present.
|
|
715
|
+
*
|
|
716
|
+
* The event type stays SINGLE across both, deliberately. The fact recorded is "this tenant has no
|
|
717
|
+
* administratively usable owner", and that is the query an operator needs to be one query: splitting
|
|
718
|
+
* it in two would mean a breach is missed by whichever half somebody alerts on.
|
|
719
|
+
*/
|
|
720
|
+
export declare enum AdministrativeContinuityBreachDetection {
|
|
721
|
+
/**
|
|
722
|
+
* A guarded lifecycle write was ALLOWED through and stranded the tenant.
|
|
723
|
+
*
|
|
724
|
+
* The permissive branch is deliberate — refusing a suspension would mean an operator cannot lock
|
|
725
|
+
* out a compromised owner without first transferring ownership using the tenant the attacker
|
|
726
|
+
* controls — so this record IS the control that makes the trade acceptable. The action fields are
|
|
727
|
+
* populated here, because there is an action to name.
|
|
728
|
+
*/
|
|
729
|
+
ALLOWED_LIFECYCLE_ACTION = "allowed_lifecycle_action",
|
|
730
|
+
/**
|
|
731
|
+
* The boot report found the tenant ALREADY stranded, by a route no guard ever saw: a direct
|
|
732
|
+
* database edit, a restore from a backup taken mid-erasure, a seed that authored no owner, or a
|
|
733
|
+
* role-table change that redefined which roles confer ownership.
|
|
734
|
+
*
|
|
735
|
+
* There is no action to name, so the action fields are absent rather than filled with placeholders
|
|
736
|
+
* — the same reading `logApplicationSuperAdminFloorBreached` takes for its missing `userId`.
|
|
737
|
+
*/
|
|
738
|
+
BOOT_REPORT = "boot_report"
|
|
739
|
+
}
|
|
632
740
|
export declare const AuditableEvent_Organization_OwnerFloorBreachedEventDataSchema: z.ZodObject<{
|
|
633
741
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_OWNER_FLOOR_BREACHED>;
|
|
634
742
|
organizationId: z.ZodString;
|
|
635
|
-
|
|
743
|
+
detectedBy: z.ZodEnum<typeof AdministrativeContinuityBreachDetection>;
|
|
636
744
|
remainingUsableOwners: z.ZodNumber;
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
745
|
+
reducedMemberIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
746
|
+
operationIdentifier: z.ZodOptional<z.ZodString>;
|
|
747
|
+
subjectUserId: z.ZodOptional<z.ZodString>;
|
|
748
|
+
subjectNextStatus: z.ZodOptional<z.ZodString>;
|
|
640
749
|
}, z.core.$strip>;
|
|
641
750
|
export declare const AuditableEvent_OrganizationMember_InvitedEventDataSchema: z.ZodObject<{
|
|
642
751
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_MEMBER_INVITED>;
|
|
@@ -1109,6 +1218,207 @@ export declare const AuditableEvent_Organization_SIEMExportConfiguredEventDataSc
|
|
|
1109
1218
|
webhookUrlDomain: z.ZodOptional<z.ZodString>;
|
|
1110
1219
|
eventFormatConfigured: z.ZodOptional<z.ZodString>;
|
|
1111
1220
|
}, z.core.$strip>;
|
|
1221
|
+
/**
|
|
1222
|
+
* A tenant granted this application authority to act as it toward a third party.
|
|
1223
|
+
*
|
|
1224
|
+
* assurance-control: WILDO.IDENTITY.DELEGATED_AUTHORIZATION — organization authorizes delegated
|
|
1225
|
+
* access to a named third party.
|
|
1226
|
+
*/
|
|
1227
|
+
export declare const AuditableEvent_OrganizationProviderCredential_SetEventDataSchema: z.ZodObject<{
|
|
1228
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_PROVIDER_CREDENTIAL_SET>;
|
|
1229
|
+
organizationId: z.ZodString;
|
|
1230
|
+
providerRef: z.ZodString;
|
|
1231
|
+
secretSlug: z.ZodString;
|
|
1232
|
+
setBy: z.ZodOptional<z.ZodString>;
|
|
1233
|
+
credentialId: z.ZodString;
|
|
1234
|
+
}, z.core.$strip>;
|
|
1235
|
+
/**
|
|
1236
|
+
* The stored VALUE changed for a credential that already existed.
|
|
1237
|
+
*
|
|
1238
|
+
* Separate from `_SET` because rotation is the response to a suspected compromise, and "was this
|
|
1239
|
+
* rotated after the incident?" must be answerable without reading every configuration edit.
|
|
1240
|
+
*
|
|
1241
|
+
* assurance-control: WILDO.IDENTITY.DELEGATED_AUTHORIZATION — the delegated authority's secret is
|
|
1242
|
+
* replaced.
|
|
1243
|
+
*/
|
|
1244
|
+
export declare const AuditableEvent_OrganizationProviderCredential_RotatedEventDataSchema: z.ZodObject<{
|
|
1245
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_PROVIDER_CREDENTIAL_ROTATED>;
|
|
1246
|
+
organizationId: z.ZodString;
|
|
1247
|
+
providerRef: z.ZodString;
|
|
1248
|
+
secretSlug: z.ZodString;
|
|
1249
|
+
rotatedBy: z.ZodOptional<z.ZodString>;
|
|
1250
|
+
credentialId: z.ZodString;
|
|
1251
|
+
previousSecretSetAt: z.ZodOptional<z.ZodString>;
|
|
1252
|
+
}, z.core.$strip>;
|
|
1253
|
+
/**
|
|
1254
|
+
* The credential was RESOLVED for an outbound call — the application acted as the tenant.
|
|
1255
|
+
*
|
|
1256
|
+
* The highest-volume of the four and the one that makes the other three worth having: without a
|
|
1257
|
+
* use event, a leaked credential's exploitation is invisible and only its configuration is
|
|
1258
|
+
* recorded. `resolvedFrom` distinguishes a tenant's own credential from the deployment-wide
|
|
1259
|
+
* environment fallback, which is precisely the distinction this whole resource exists to make
|
|
1260
|
+
* visible — a tenant silently acting as the shared principal is the defect, and here it is a
|
|
1261
|
+
* value in a field rather than something nobody can see.
|
|
1262
|
+
*
|
|
1263
|
+
* assurance-control: WILDO.IDENTITY.DELEGATED_AUTHORIZATION — delegated authority is exercised.
|
|
1264
|
+
*/
|
|
1265
|
+
export declare const AuditableEvent_OrganizationProviderCredential_UsedEventDataSchema: z.ZodObject<{
|
|
1266
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_PROVIDER_CREDENTIAL_USED>;
|
|
1267
|
+
organizationId: z.ZodString;
|
|
1268
|
+
providerRef: z.ZodString;
|
|
1269
|
+
secretSlug: z.ZodString;
|
|
1270
|
+
resolvedFrom: z.ZodEnum<typeof ProviderCredentialResolutionSource>;
|
|
1271
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
1272
|
+
}, z.core.$strip>;
|
|
1273
|
+
/**
|
|
1274
|
+
* The grant ended — by the tenant removing it, or by the tenant itself being purged.
|
|
1275
|
+
*
|
|
1276
|
+
* `reason` separates the two, because "the credential is gone" means different things to an
|
|
1277
|
+
* incident reviewer depending on whether a human revoked it or a cascade removed it.
|
|
1278
|
+
*
|
|
1279
|
+
* assurance-control: WILDO.IDENTITY.DELEGATED_AUTHORIZATION — evidence that delegated authority
|
|
1280
|
+
* was withdrawn.
|
|
1281
|
+
*/
|
|
1282
|
+
export declare const AuditableEvent_OrganizationProviderCredential_DeletedEventDataSchema: z.ZodObject<{
|
|
1283
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_PROVIDER_CREDENTIAL_DELETED>;
|
|
1284
|
+
organizationId: z.ZodString;
|
|
1285
|
+
providerRef: z.ZodString;
|
|
1286
|
+
secretSlug: z.ZodString;
|
|
1287
|
+
deletedBy: z.ZodOptional<z.ZodString>;
|
|
1288
|
+
credentialId: z.ZodString;
|
|
1289
|
+
reason: z.ZodEnum<typeof ProviderCredentialDeletionReason>;
|
|
1290
|
+
}, z.core.$strip>;
|
|
1291
|
+
/**
|
|
1292
|
+
* A PERSON connected their own account at a third party to this application.
|
|
1293
|
+
*
|
|
1294
|
+
* The organization's four events say "this tenant authorized the application". These four say "this
|
|
1295
|
+
* individual did", and the difference is not cosmetic: the vendor will attribute every resulting act
|
|
1296
|
+
* to that person's account, so the trail that answers "who authorized this" has to name them.
|
|
1297
|
+
*
|
|
1298
|
+
* `userId` is the subject, not the actor, and the two are the same here BY CONSTRUCTION — the
|
|
1299
|
+
* resource admits no administrative variant, so nobody but the holder can write one of these rows.
|
|
1300
|
+
* That is why there is no `setBy`: an organization credential needs one because several
|
|
1301
|
+
* administrators can write the tenant's row, and a person's own credential has exactly one possible
|
|
1302
|
+
* author. A `setBy` that could only ever repeat `userId` would invite a future reader to believe the
|
|
1303
|
+
* two can differ.
|
|
1304
|
+
*
|
|
1305
|
+
* assurance-control: WILDO.IDENTITY.DELEGATED_AUTHORIZATION — a user authorizes third-party
|
|
1306
|
+
* delegated access.
|
|
1307
|
+
*/
|
|
1308
|
+
export declare const AuditableEvent_UserProviderCredential_SetEventDataSchema: z.ZodObject<{
|
|
1309
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PROVIDER_CREDENTIAL_SET>;
|
|
1310
|
+
userId: z.ZodString;
|
|
1311
|
+
providerRef: z.ZodString;
|
|
1312
|
+
secretSlug: z.ZodString;
|
|
1313
|
+
credentialId: z.ZodString;
|
|
1314
|
+
}, z.core.$strip>;
|
|
1315
|
+
/**
|
|
1316
|
+
* A PERSON completed a consent ceremony at a vendor and this application now holds their grant.
|
|
1317
|
+
*
|
|
1318
|
+
* The subject and the actor are the same by construction — the resource admits no administrative
|
|
1319
|
+
* variant, and the connect leg refuses any owner but the caller — so there is no `grantedBy`.
|
|
1320
|
+
*
|
|
1321
|
+
* `grantedScopes` is what the VENDOR said it issued, not what was asked for. The two differ often
|
|
1322
|
+
* enough to matter: a vendor may narrow a request against what the account is permitted, and the
|
|
1323
|
+
* answer to "what could this application actually do as them" is the granted set. Optional because
|
|
1324
|
+
* several vendors return no scope at all on a token response, and an empty array would assert
|
|
1325
|
+
* something stronger than silence.
|
|
1326
|
+
*
|
|
1327
|
+
* assurance-control: WILDO.IDENTITY.DELEGATED_AUTHORIZATION — a user authorizes third-party
|
|
1328
|
+
* delegated access, and the authorization's extent is recorded with it.
|
|
1329
|
+
*/
|
|
1330
|
+
export declare const AuditableEvent_UserProviderConnection_GrantedEventDataSchema: z.ZodObject<{
|
|
1331
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PROVIDER_CONNECTION_GRANTED>;
|
|
1332
|
+
userId: z.ZodString;
|
|
1333
|
+
providerRef: z.ZodString;
|
|
1334
|
+
secretSlug: z.ZodString;
|
|
1335
|
+
credentialId: z.ZodString;
|
|
1336
|
+
grantedScopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1337
|
+
accountRef: z.ZodOptional<z.ZodString>;
|
|
1338
|
+
replacedExistingConnection: z.ZodBoolean;
|
|
1339
|
+
}, z.core.$strip>;
|
|
1340
|
+
/**
|
|
1341
|
+
* An ORGANIZATION's delegated authorization toward a vendor was granted.
|
|
1342
|
+
*
|
|
1343
|
+
* Mirrors the person's event and is deliberately not the same event with a nullable user: the
|
|
1344
|
+
* subject is a tenant, the SIEM routing is the tenant's, and the data-protection reading differs —
|
|
1345
|
+
* a tenant's shared integration is not anybody's personal connection.
|
|
1346
|
+
*
|
|
1347
|
+
* `grantedByUserId` exists here and not on the user's, for the reason the `_SET` pair already
|
|
1348
|
+
* records: several administrators can authorize on a tenant's behalf, so WHO did is a real question.
|
|
1349
|
+
*
|
|
1350
|
+
* assurance-control: WILDO.IDENTITY.DELEGATED_AUTHORIZATION — an organization authorizes this
|
|
1351
|
+
* application to act as it toward a named third party.
|
|
1352
|
+
*/
|
|
1353
|
+
export declare const AuditableEvent_OrganizationProviderConnection_GrantedEventDataSchema: z.ZodObject<{
|
|
1354
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_PROVIDER_CONNECTION_GRANTED>;
|
|
1355
|
+
organizationId: z.ZodString;
|
|
1356
|
+
providerRef: z.ZodString;
|
|
1357
|
+
secretSlug: z.ZodString;
|
|
1358
|
+
credentialId: z.ZodString;
|
|
1359
|
+
grantedByUserId: z.ZodOptional<z.ZodString>;
|
|
1360
|
+
grantedScopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1361
|
+
accountRef: z.ZodOptional<z.ZodString>;
|
|
1362
|
+
replacedExistingConnection: z.ZodBoolean;
|
|
1363
|
+
}, z.core.$strip>;
|
|
1364
|
+
/**
|
|
1365
|
+
* The stored VALUE changed for a person's credential that already existed.
|
|
1366
|
+
*
|
|
1367
|
+
* Separate from `_SET` for the organization's reason — rotation answers "was this replaced after the
|
|
1368
|
+
* incident?" — and for one that is specific to a person: a credential someone rotates on their own
|
|
1369
|
+
* initiative is often the first evidence that they believe their vendor account was compromised.
|
|
1370
|
+
*
|
|
1371
|
+
* assurance-control: WILDO.IDENTITY.DELEGATED_AUTHORIZATION — the delegated authority's secret is
|
|
1372
|
+
* replaced.
|
|
1373
|
+
*/
|
|
1374
|
+
export declare const AuditableEvent_UserProviderCredential_RotatedEventDataSchema: z.ZodObject<{
|
|
1375
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PROVIDER_CREDENTIAL_ROTATED>;
|
|
1376
|
+
userId: z.ZodString;
|
|
1377
|
+
providerRef: z.ZodString;
|
|
1378
|
+
secretSlug: z.ZodString;
|
|
1379
|
+
credentialId: z.ZodString;
|
|
1380
|
+
previousSecretSetAt: z.ZodOptional<z.ZodString>;
|
|
1381
|
+
}, z.core.$strip>;
|
|
1382
|
+
/**
|
|
1383
|
+
* The credential was RESOLVED for an outbound call — the application acted as that person.
|
|
1384
|
+
*
|
|
1385
|
+
* `resolvedFrom` is present for symmetry with the organization event but carries a narrower range:
|
|
1386
|
+
* a person's credential has NO fallback, because substituting the deployment's shared principal for
|
|
1387
|
+
* someone's own account would attribute the act to the wrong party at the vendor — the very
|
|
1388
|
+
* substitution the whole scope triangle exists to forbid. So this field reads
|
|
1389
|
+
* `USER_CREDENTIAL` on every event, and a reviewer seeing anything else is looking at a defect.
|
|
1390
|
+
*
|
|
1391
|
+
* assurance-control: WILDO.IDENTITY.DELEGATED_AUTHORIZATION — delegated authority is exercised.
|
|
1392
|
+
*/
|
|
1393
|
+
export declare const AuditableEvent_UserProviderCredential_UsedEventDataSchema: z.ZodObject<{
|
|
1394
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PROVIDER_CREDENTIAL_USED>;
|
|
1395
|
+
userId: z.ZodString;
|
|
1396
|
+
providerRef: z.ZodString;
|
|
1397
|
+
secretSlug: z.ZodString;
|
|
1398
|
+
resolvedFrom: z.ZodEnum<typeof ProviderCredentialResolutionSource>;
|
|
1399
|
+
credentialId: z.ZodString;
|
|
1400
|
+
}, z.core.$strip>;
|
|
1401
|
+
/**
|
|
1402
|
+
* The person's grant ended — by them removing it, or by their own erasure.
|
|
1403
|
+
*
|
|
1404
|
+
* `reason` matters more here than on the organization sibling. A credential removed by a cascade
|
|
1405
|
+
* from a subject-erasure request is EVIDENCE that the erasure reached this store, and it is the
|
|
1406
|
+
* evidence an operator produces when asked whether a person's third-party keys were destroyed. The
|
|
1407
|
+
* row itself is gone by then, so the event is all that remains.
|
|
1408
|
+
*
|
|
1409
|
+
* assurance-control: WILDO.IDENTITY.DELEGATED_AUTHORIZATION — evidence that delegated authority
|
|
1410
|
+
* was withdrawn.
|
|
1411
|
+
* assurance-control: WILDO.PRIVACY.ERASURE — evidence that erasure destroyed the subject's
|
|
1412
|
+
* third-party credentials.
|
|
1413
|
+
*/
|
|
1414
|
+
export declare const AuditableEvent_UserProviderCredential_DeletedEventDataSchema: z.ZodObject<{
|
|
1415
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PROVIDER_CREDENTIAL_DELETED>;
|
|
1416
|
+
userId: z.ZodString;
|
|
1417
|
+
providerRef: z.ZodString;
|
|
1418
|
+
secretSlug: z.ZodString;
|
|
1419
|
+
credentialId: z.ZodString;
|
|
1420
|
+
reason: z.ZodEnum<typeof ProviderCredentialDeletionReason>;
|
|
1421
|
+
}, z.core.$strip>;
|
|
1112
1422
|
/**
|
|
1113
1423
|
* One `webhookConfig.testEndpoint` attempt — an admin causing the platform to open an
|
|
1114
1424
|
* outbound connection to an operator-supplied URL.
|
|
@@ -1277,6 +1587,82 @@ export declare const AuditableEvent_User_PasskeyAuthFailureEventDataSchema: z.Zo
|
|
|
1277
1587
|
userAgent: z.ZodString;
|
|
1278
1588
|
sessionId: z.ZodString;
|
|
1279
1589
|
}, z.core.$strip>;
|
|
1590
|
+
/**
|
|
1591
|
+
* A passkey assertion whose SIGNATURE VERIFIED and whose signature counter did not advance.
|
|
1592
|
+
*
|
|
1593
|
+
* This is the WebAuthn cloned-authenticator signal (W3C WebAuthn L3 §6.1.1: "The signature
|
|
1594
|
+
* counter's purpose is to aid Relying Parties in detecting cloned authenticators"). It is emitted
|
|
1595
|
+
* on the spec's own predicate — either counter non-zero AND the received value not greater than
|
|
1596
|
+
* the stored one — so a credential that reports 0 permanently, which every synced passkey does,
|
|
1597
|
+
* compares 0-against-0 and never reaches here.
|
|
1598
|
+
*
|
|
1599
|
+
* spec-cite: W3C Web Authentication Level 3, §6.1.1 Signature Counter Considerations
|
|
1600
|
+
* (https://www.w3.org/TR/webauthn-3/#sctn-sign-counter). The spec declines to mandate an outcome
|
|
1601
|
+
* (§7.2 step 22: "whether the Relying Party ... fails the authentication ceremony or not, is
|
|
1602
|
+
* Relying Party-specific"); Wildo refuses, matching what every major implementation does.
|
|
1603
|
+
*
|
|
1604
|
+
* SEPARATE from `USER_PASSKEY_AUTHENTICATION_FAILURE` deliberately. A wrong credential, an absent
|
|
1605
|
+
* challenge and a bad signature are routine noise; this one means a private key may exist in two
|
|
1606
|
+
* places. Recorded as its own type at CRITICAL so it is alertable rather than buried among ordinary
|
|
1607
|
+
* failed logins — which is exactly where it lived until 2026-09-08.
|
|
1608
|
+
*
|
|
1609
|
+
* The device-type, backup and AAGUID fields are carried for TRIAGE, never for a decision: nothing
|
|
1610
|
+
* branches on them. A synced credential that once reported a non-zero counter and then regresses is
|
|
1611
|
+
* still a signal, and exempting by device type would silently disable clone detection for the
|
|
1612
|
+
* growing majority of credentials.
|
|
1613
|
+
*/
|
|
1614
|
+
/**
|
|
1615
|
+
* One file that a scanner concluded is infected (#506).
|
|
1616
|
+
*
|
|
1617
|
+
* `threatName` is the scanner's own signature or rule name (`Eicar-Test-Signature`, a YARA rule id).
|
|
1618
|
+
* It is carried because it is the first thing a responder needs and it names a THREAT, not a person
|
|
1619
|
+
* — unlike a file name, which is user-supplied content and is deliberately absent: audit rows are
|
|
1620
|
+
* replicated to the organisation's SIEM and to the immutable store, and an uploaded file's name
|
|
1621
|
+
* routinely carries personal data ("Invoice - Jane Doe.pdf"). The file id resolves to the row for
|
|
1622
|
+
* anyone authorised to look.
|
|
1623
|
+
*/
|
|
1624
|
+
export declare const AuditableEvent_File_MalwareDetectedEventDataSchema: z.ZodObject<{
|
|
1625
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.FILE_MALWARE_DETECTED>;
|
|
1626
|
+
fileId: z.ZodString;
|
|
1627
|
+
scannerRef: z.ZodString;
|
|
1628
|
+
threatName: z.ZodOptional<z.ZodString>;
|
|
1629
|
+
resourceType: z.ZodOptional<z.ZodString>;
|
|
1630
|
+
resourceId: z.ZodOptional<z.ZodString>;
|
|
1631
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
1632
|
+
fileStatus: z.ZodString;
|
|
1633
|
+
}, z.core.$strip>;
|
|
1634
|
+
/**
|
|
1635
|
+
* One scan that could not be completed (#506).
|
|
1636
|
+
*
|
|
1637
|
+
* Distinct from a detection: the control did not run. `failureReason` is TRUNCATED because a scanner
|
|
1638
|
+
* error routinely embeds a host, a socket path or a temporary file path, and this row reaches the
|
|
1639
|
+
* organisation's SIEM.
|
|
1640
|
+
*/
|
|
1641
|
+
export declare const AuditableEvent_File_MalwareScanFailedEventDataSchema: z.ZodObject<{
|
|
1642
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.FILE_MALWARE_SCAN_FAILED>;
|
|
1643
|
+
fileId: z.ZodString;
|
|
1644
|
+
scannerRef: z.ZodString;
|
|
1645
|
+
failureReason: z.ZodOptional<z.ZodString>;
|
|
1646
|
+
resourceType: z.ZodOptional<z.ZodString>;
|
|
1647
|
+
resourceId: z.ZodOptional<z.ZodString>;
|
|
1648
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
1649
|
+
fileStatus: z.ZodString;
|
|
1650
|
+
}, z.core.$strip>;
|
|
1651
|
+
export type AuditableEvent_File_MalwareDetectedEventData = z.infer<typeof AuditableEvent_File_MalwareDetectedEventDataSchema>;
|
|
1652
|
+
export type AuditableEvent_File_MalwareScanFailedEventData = z.infer<typeof AuditableEvent_File_MalwareScanFailedEventDataSchema>;
|
|
1653
|
+
export declare const AuditableEvent_User_PasskeyCloneSuspectedEventDataSchema: z.ZodObject<{
|
|
1654
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PASSKEY_CLONE_SUSPECTED>;
|
|
1655
|
+
userId: z.ZodString;
|
|
1656
|
+
credentialId: z.ZodString;
|
|
1657
|
+
storedCounter: z.ZodNumber;
|
|
1658
|
+
receivedCounter: z.ZodNumber;
|
|
1659
|
+
credentialDeviceType: z.ZodString;
|
|
1660
|
+
credentialBackedUp: z.ZodBoolean;
|
|
1661
|
+
aaguid: z.ZodOptional<z.ZodString>;
|
|
1662
|
+
ceremony: z.ZodString;
|
|
1663
|
+
ipAddress: z.ZodString;
|
|
1664
|
+
userAgent: z.ZodString;
|
|
1665
|
+
}, z.core.$strip>;
|
|
1280
1666
|
export declare const AuditableEvent_User_PasskeyRemovedEventDataSchema: z.ZodObject<{
|
|
1281
1667
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PASSKEY_REMOVED>;
|
|
1282
1668
|
userId: z.ZodString;
|
|
@@ -1359,11 +1745,23 @@ export declare const AuditableEvent_OAuth2ProviderBlockedEventDataSchema: z.ZodO
|
|
|
1359
1745
|
userAgent: z.ZodString;
|
|
1360
1746
|
}, z.core.$strip>;
|
|
1361
1747
|
export type AuditableEvent_OAuth2ProviderBlockedEventData = z.infer<typeof AuditableEvent_OAuth2ProviderBlockedEventDataSchema>;
|
|
1748
|
+
/**
|
|
1749
|
+
* A named break-glass account signed in past its tenant's own SSO requirement (#423).
|
|
1750
|
+
*
|
|
1751
|
+
* `organizationId` was REQUIRED here and is now one of two scopes, because `emergencyAccess` lives
|
|
1752
|
+
* on the POLYMORPHIC SSO config: an application-scope policy carries break-glass accounts for the
|
|
1753
|
+
* application itself, and requiring an organization id would have made the one event that matters
|
|
1754
|
+
* unemittable for exactly that case — a privileged sign-in with no record, which is the opposite of
|
|
1755
|
+
* what this event is for. The exactly-one-scope refinement follows the OAuth2-provider-blocked
|
|
1756
|
+
* event above rather than inventing a second shape.
|
|
1757
|
+
*/
|
|
1362
1758
|
export declare const AuditableEvent_EmergencyAccess_UsedEventDataSchema: z.ZodObject<{
|
|
1363
1759
|
eventType: z.ZodLiteral<CoreAuditableEventType.EMERGENCY_ACCESS_USED>;
|
|
1364
1760
|
userId: z.ZodString;
|
|
1365
1761
|
email: z.ZodEmail;
|
|
1366
|
-
|
|
1762
|
+
scopeType: z.ZodEnum<typeof AuthScopeType>;
|
|
1763
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
1764
|
+
applicationId: z.ZodOptional<z.ZodString>;
|
|
1367
1765
|
reason: z.ZodOptional<z.ZodString>;
|
|
1368
1766
|
ipAddress: z.ZodString;
|
|
1369
1767
|
userAgent: z.ZodString;
|
|
@@ -1521,17 +1919,21 @@ export declare const AuditableEvent_ResourceOperationPerformed_EventDataSchema:
|
|
|
1521
1919
|
* `organization-ownership-grant-hostile.e2e.ts` probe F-1a, which deleted a membership row in
|
|
1522
1920
|
* another tenant and got a 200.
|
|
1523
1921
|
*
|
|
1524
|
-
* This event is the visibility half
|
|
1525
|
-
*
|
|
1922
|
+
* This event is the visibility half, and it is NOT the refusal. The refusal shipped separately and
|
|
1923
|
+
* lives in `authorizeOrganizations`: an undeclared crossing is no longer admitted, and the caller is
|
|
1924
|
+
* answered as not-found so the response cannot be used as an existence oracle. Emission here stays
|
|
1526
1925
|
* best-effort and never blocks the request: an operator action must not fail because the audit sink
|
|
1527
1926
|
* is down, and a fail-closed variant would let anyone disable operator support by breaking the sink.
|
|
1927
|
+
* The observation is taken BEFORE the admission decision, on purpose, so a sanctioned crossing is
|
|
1928
|
+
* recorded too.
|
|
1528
1929
|
*
|
|
1529
1930
|
* ## Reading the event
|
|
1530
1931
|
*
|
|
1531
1932
|
* {@link admissionDeclared} is the field that matters most. `true` means the operation VARIANT
|
|
1532
1933
|
* declared `admitsCrossTenantPlatformAdministration` — an intended, reviewed crossing such as
|
|
1533
|
-
* `organizationMembers.grantOwnership
|
|
1534
|
-
*
|
|
1934
|
+
* `organizationMembers.grantOwnership`, which additionally requires a usable platform access grant.
|
|
1935
|
+
* `false` now means an ATTEMPTED undeclared crossing, which was refused: still the population to
|
|
1936
|
+
* watch, because it is reach nobody declared and no specification describes.
|
|
1535
1937
|
*
|
|
1536
1938
|
* assurance-control: WILDO.ACCESS.CROSS_TENANT_ADMINISTRATION — platform-tier access to a tenant the
|
|
1537
1939
|
* principal does not belong to.
|
|
@@ -1626,18 +2028,20 @@ export declare const AuditableEvent_ResourceOperationDenied_EventDataSchema: z.Z
|
|
|
1626
2028
|
* that scrubbed data, and its two defining properties (vs `SYSTEM_CONTEXT_READ`, which names only the
|
|
1627
2029
|
* RUNTIME that acted, never a human) are:
|
|
1628
2030
|
*
|
|
1629
|
-
* 1. **Human attribution** — `accessingUserId` names the actual
|
|
1630
|
-
*
|
|
1631
|
-
*
|
|
2031
|
+
* 1. **Human attribution** — `accessingUserId` names the actual human who exercised the see-through,
|
|
2032
|
+
* so a retained-data reveal is never anonymous. Non-empty (`.trim().min(1)`) — a blank id cannot
|
|
2033
|
+
* stand in for a human. The gate admits `APP_ADMIN_SUPER_ADMIN` and nothing else; a dedicated
|
|
2034
|
+
* auditor role does not exist yet, and adding one is a purely additive change to that gate.
|
|
1632
2035
|
* 2. **A required reason** — `reason` is the mandatory justification for revealing scrubbed PII.
|
|
1633
2036
|
* Non-empty (`.trim().min(1)`): a blank OR whitespace-only reason fails validation, so the audit
|
|
1634
2037
|
* trail cannot record a reveal without a real "why". The see-through primitives ALSO fail-closed on
|
|
1635
2038
|
* blank attribution before the read (the schema `.min(1)` is the contract; the primitive guard is
|
|
1636
2039
|
* the enforcement point, since the audit store persists `eventData` as an unparsed record).
|
|
1637
2040
|
*
|
|
1638
|
-
* Strictly read-only (the see-through primitive never mutates). Emitted by
|
|
1639
|
-
*
|
|
1640
|
-
* contract
|
|
2041
|
+
* Strictly read-only (the see-through primitive never mutates). Emitted TODAY by both see-through
|
|
2042
|
+
* read primitives, `readRetainedAsSystem` and `listRetainedAsSystem`: each calls
|
|
2043
|
+
* `logRetainedDataAccess` after its gates pass, so this is a live event, not a contract awaiting a
|
|
2044
|
+
* producer.
|
|
1641
2045
|
*/
|
|
1642
2046
|
export declare const AuditableEvent_RetainedDataAccess_EventDataSchema: z.ZodObject<{
|
|
1643
2047
|
eventType: z.ZodLiteral<CoreAuditableEventType.RETAINED_DATA_ACCESS>;
|
|
@@ -2085,11 +2489,12 @@ export declare const AuditableEvent_TypedDataSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
2085
2489
|
}, z.core.$strip>, z.ZodObject<{
|
|
2086
2490
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_OWNER_FLOOR_BREACHED>;
|
|
2087
2491
|
organizationId: z.ZodString;
|
|
2088
|
-
|
|
2492
|
+
detectedBy: z.ZodEnum<typeof AdministrativeContinuityBreachDetection>;
|
|
2089
2493
|
remainingUsableOwners: z.ZodNumber;
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2494
|
+
reducedMemberIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2495
|
+
operationIdentifier: z.ZodOptional<z.ZodString>;
|
|
2496
|
+
subjectUserId: z.ZodOptional<z.ZodString>;
|
|
2497
|
+
subjectNextStatus: z.ZodOptional<z.ZodString>;
|
|
2093
2498
|
}, z.core.$strip>, z.ZodObject<{
|
|
2094
2499
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_MEMBER_INVITED>;
|
|
2095
2500
|
organizationId: z.ZodString;
|
|
@@ -2309,6 +2714,36 @@ export declare const AuditableEvent_TypedDataSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
2309
2714
|
changeType: z.ZodEnum<typeof SiemExportChangeType>;
|
|
2310
2715
|
webhookUrlDomain: z.ZodOptional<z.ZodString>;
|
|
2311
2716
|
eventFormatConfigured: z.ZodOptional<z.ZodString>;
|
|
2717
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2718
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_PROVIDER_CREDENTIAL_SET>;
|
|
2719
|
+
organizationId: z.ZodString;
|
|
2720
|
+
providerRef: z.ZodString;
|
|
2721
|
+
secretSlug: z.ZodString;
|
|
2722
|
+
setBy: z.ZodOptional<z.ZodString>;
|
|
2723
|
+
credentialId: z.ZodString;
|
|
2724
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2725
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_PROVIDER_CREDENTIAL_ROTATED>;
|
|
2726
|
+
organizationId: z.ZodString;
|
|
2727
|
+
providerRef: z.ZodString;
|
|
2728
|
+
secretSlug: z.ZodString;
|
|
2729
|
+
rotatedBy: z.ZodOptional<z.ZodString>;
|
|
2730
|
+
credentialId: z.ZodString;
|
|
2731
|
+
previousSecretSetAt: z.ZodOptional<z.ZodString>;
|
|
2732
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2733
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_PROVIDER_CREDENTIAL_USED>;
|
|
2734
|
+
organizationId: z.ZodString;
|
|
2735
|
+
providerRef: z.ZodString;
|
|
2736
|
+
secretSlug: z.ZodString;
|
|
2737
|
+
resolvedFrom: z.ZodEnum<typeof ProviderCredentialResolutionSource>;
|
|
2738
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
2739
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2740
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_PROVIDER_CREDENTIAL_DELETED>;
|
|
2741
|
+
organizationId: z.ZodString;
|
|
2742
|
+
providerRef: z.ZodString;
|
|
2743
|
+
secretSlug: z.ZodString;
|
|
2744
|
+
deletedBy: z.ZodOptional<z.ZodString>;
|
|
2745
|
+
credentialId: z.ZodString;
|
|
2746
|
+
reason: z.ZodEnum<typeof ProviderCredentialDeletionReason>;
|
|
2312
2747
|
}, z.core.$strip>, z.ZodObject<{
|
|
2313
2748
|
eventType: z.ZodLiteral<CoreAuditableEventType.APPLICATION_AUTH_POLICY_CHANGED>;
|
|
2314
2749
|
applicationId: z.ZodString;
|
|
@@ -2448,6 +2883,18 @@ export declare const AuditableEvent_TypedDataSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
2448
2883
|
credentialName: z.ZodString;
|
|
2449
2884
|
ipAddress: z.ZodString;
|
|
2450
2885
|
userAgent: z.ZodString;
|
|
2886
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2887
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PASSKEY_CLONE_SUSPECTED>;
|
|
2888
|
+
userId: z.ZodString;
|
|
2889
|
+
credentialId: z.ZodString;
|
|
2890
|
+
storedCounter: z.ZodNumber;
|
|
2891
|
+
receivedCounter: z.ZodNumber;
|
|
2892
|
+
credentialDeviceType: z.ZodString;
|
|
2893
|
+
credentialBackedUp: z.ZodBoolean;
|
|
2894
|
+
aaguid: z.ZodOptional<z.ZodString>;
|
|
2895
|
+
ceremony: z.ZodString;
|
|
2896
|
+
ipAddress: z.ZodString;
|
|
2897
|
+
userAgent: z.ZodString;
|
|
2451
2898
|
}, z.core.$strip>, z.ZodObject<{
|
|
2452
2899
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_MAGIC_LINK_SENT>;
|
|
2453
2900
|
email: z.ZodString;
|
|
@@ -2515,7 +2962,9 @@ export declare const AuditableEvent_TypedDataSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
2515
2962
|
eventType: z.ZodLiteral<CoreAuditableEventType.EMERGENCY_ACCESS_USED>;
|
|
2516
2963
|
userId: z.ZodString;
|
|
2517
2964
|
email: z.ZodEmail;
|
|
2518
|
-
|
|
2965
|
+
scopeType: z.ZodEnum<typeof AuthScopeType>;
|
|
2966
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
2967
|
+
applicationId: z.ZodOptional<z.ZodString>;
|
|
2519
2968
|
reason: z.ZodOptional<z.ZodString>;
|
|
2520
2969
|
ipAddress: z.ZodString;
|
|
2521
2970
|
userAgent: z.ZodString;
|
|
@@ -2789,6 +3238,16 @@ export type AuditableEvent_User_SSOEnforcementBlockedEventData = z.infer<typeof
|
|
|
2789
3238
|
export type AuditableEvent_User_TokenRefreshedEventData = z.infer<typeof AuditableEvent_User_TokenRefreshedEventDataSchema>;
|
|
2790
3239
|
export type AuditableEvent_Organization_SSOConfigurationChangedEventData = z.infer<typeof AuditableEvent_Organization_SSOConfigurationChangedEventDataSchema>;
|
|
2791
3240
|
export type AuditableEvent_Organization_SIEMExportConfiguredEventData = z.infer<typeof AuditableEvent_Organization_SIEMExportConfiguredEventDataSchema>;
|
|
3241
|
+
export type AuditableEvent_OrganizationProviderCredential_SetEventData = z.infer<typeof AuditableEvent_OrganizationProviderCredential_SetEventDataSchema>;
|
|
3242
|
+
export type AuditableEvent_OrganizationProviderCredential_RotatedEventData = z.infer<typeof AuditableEvent_OrganizationProviderCredential_RotatedEventDataSchema>;
|
|
3243
|
+
export type AuditableEvent_OrganizationProviderCredential_UsedEventData = z.infer<typeof AuditableEvent_OrganizationProviderCredential_UsedEventDataSchema>;
|
|
3244
|
+
export type AuditableEvent_OrganizationProviderCredential_DeletedEventData = z.infer<typeof AuditableEvent_OrganizationProviderCredential_DeletedEventDataSchema>;
|
|
3245
|
+
export type AuditableEvent_UserProviderCredential_SetEventData = z.infer<typeof AuditableEvent_UserProviderCredential_SetEventDataSchema>;
|
|
3246
|
+
export type AuditableEvent_UserProviderCredential_RotatedEventData = z.infer<typeof AuditableEvent_UserProviderCredential_RotatedEventDataSchema>;
|
|
3247
|
+
export type AuditableEvent_UserProviderCredential_UsedEventData = z.infer<typeof AuditableEvent_UserProviderCredential_UsedEventDataSchema>;
|
|
3248
|
+
export type AuditableEvent_UserProviderCredential_DeletedEventData = z.infer<typeof AuditableEvent_UserProviderCredential_DeletedEventDataSchema>;
|
|
3249
|
+
export type AuditableEvent_UserProviderConnection_GrantedEventData = z.infer<typeof AuditableEvent_UserProviderConnection_GrantedEventDataSchema>;
|
|
3250
|
+
export type AuditableEvent_OrganizationProviderConnection_GrantedEventData = z.infer<typeof AuditableEvent_OrganizationProviderConnection_GrantedEventDataSchema>;
|
|
2792
3251
|
export type ApplicationAuthPolicySnapshot = z.infer<typeof ApplicationAuthPolicySnapshotSchema>;
|
|
2793
3252
|
export type AuditableEvent_ApplicationAuthPolicyChanged_EventData = z.infer<typeof AuditableEvent_ApplicationAuthPolicyChanged_EventDataSchema>;
|
|
2794
3253
|
export type AuditableEvent_Webhook_EndpointTestDispatchedEventData = z.infer<typeof AuditableEvent_Webhook_EndpointTestDispatchedEventDataSchema>;
|
|
@@ -2809,6 +3268,7 @@ export type AuditableEvent_User_MFAEmailOTPSentEventData = z.infer<typeof Audita
|
|
|
2809
3268
|
export type AuditableEvent_User_PasskeyRegisteredEventData = z.infer<typeof AuditableEvent_User_PasskeyRegisteredEventDataSchema>;
|
|
2810
3269
|
export type AuditableEvent_User_PasskeyAuthSuccessEventData = z.infer<typeof AuditableEvent_User_PasskeyAuthSuccessEventDataSchema>;
|
|
2811
3270
|
export type AuditableEvent_User_PasskeyAuthFailureEventData = z.infer<typeof AuditableEvent_User_PasskeyAuthFailureEventDataSchema>;
|
|
3271
|
+
export type AuditableEvent_User_PasskeyCloneSuspectedEventData = z.infer<typeof AuditableEvent_User_PasskeyCloneSuspectedEventDataSchema>;
|
|
2812
3272
|
export type AuditableEvent_User_PasskeyRemovedEventData = z.infer<typeof AuditableEvent_User_PasskeyRemovedEventDataSchema>;
|
|
2813
3273
|
export type AuditableEvent_User_MagicLinkSentEventData = z.infer<typeof AuditableEvent_User_MagicLinkSentEventDataSchema>;
|
|
2814
3274
|
export type AuditableEvent_User_MagicLinkVerifiedEventData = z.infer<typeof AuditableEvent_User_MagicLinkVerifiedEventDataSchema>;
|