@wildo-ai/saas-models 1.0.1 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +34 -0
- package/dist/esm/.builder.pid +9 -0
- package/dist/esm/__tests__/setup.d.ts.map +1 -1
- package/dist/esm/__tests__/setup.js +18 -3
- package/dist/esm/__tests__/setup.js.map +1 -1
- package/dist/esm/_inspect.d.ts +2 -0
- package/dist/esm/_inspect.d.ts.map +1 -0
- package/dist/esm/_inspect.js +3 -0
- package/dist/esm/_inspect.js.map +1 -0
- package/dist/esm/applications/application-metadata.shared.resources-config.schemas.d.ts +6 -6
- package/dist/esm/applications/application-metadata.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/applications/application-metadata.shared.resources-config.schemas.js +5 -1
- package/dist/esm/applications/application-metadata.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/applications/application-subject.shared.schemas.d.ts +51 -0
- package/dist/esm/applications/application-subject.shared.schemas.d.ts.map +1 -0
- package/dist/esm/applications/application-subject.shared.schemas.js +56 -0
- package/dist/esm/applications/application-subject.shared.schemas.js.map +1 -0
- package/dist/esm/applications/application-versions.shared.resources-config.schemas.d.ts +9 -11
- package/dist/esm/applications/application-versions.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/applications/application-versions.shared.resources-config.schemas.js +42 -74
- package/dist/esm/applications/application-versions.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/applications/applications-context.schemas.d.ts +228 -200
- package/dist/esm/applications/applications-context.schemas.d.ts.map +1 -1
- package/dist/esm/applications/applications-context.schemas.js +1 -1
- package/dist/esm/applications/applications-context.schemas.js.map +1 -1
- package/dist/esm/applications/applications.shared.resources-config.schemas.d.ts +4 -9
- package/dist/esm/applications/applications.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/applications/applications.shared.resources-config.schemas.js +103 -87
- package/dist/esm/applications/applications.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/applications/applications.shared.schemas.d.ts +59 -5
- package/dist/esm/applications/applications.shared.schemas.d.ts.map +1 -1
- package/dist/esm/applications/applications.shared.schemas.js +80 -3
- package/dist/esm/applications/applications.shared.schemas.js.map +1 -1
- package/dist/esm/billing/billing-account.shared.resources-config.schemas.d.ts +4 -4
- package/dist/esm/billing/billing-account.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/billing/billing-account.shared.resources-config.schemas.js +98 -25
- package/dist/esm/billing/billing-account.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/billing/billing-account.shared.schemas.d.ts +32 -8
- package/dist/esm/billing/billing-account.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/billing-account.shared.schemas.js +67 -2
- package/dist/esm/billing/billing-account.shared.schemas.js.map +1 -1
- package/dist/esm/billing/billing-configuration.shared.schemas.d.ts +8 -8
- package/dist/esm/billing/billing-configuration.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/billing-configuration.shared.schemas.js +2 -3
- package/dist/esm/billing/billing-configuration.shared.schemas.js.map +1 -1
- package/dist/esm/billing/billing-enums.shared.schemas.d.ts +75 -0
- package/dist/esm/billing/billing-enums.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/billing-enums.shared.schemas.js +78 -1
- package/dist/esm/billing/billing-enums.shared.schemas.js.map +1 -1
- package/dist/esm/billing/billing-types.shared.schemas.d.ts +204 -42
- package/dist/esm/billing/billing-types.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/billing-types.shared.schemas.js +76 -1
- package/dist/esm/billing/billing-types.shared.schemas.js.map +1 -1
- package/dist/esm/billing/credit-pool.shared.resources-config.schemas.d.ts +8 -6
- package/dist/esm/billing/credit-pool.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/billing/credit-pool.shared.resources-config.schemas.js +48 -16
- package/dist/esm/billing/credit-pool.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/billing/credit-pool.shared.schemas.d.ts +9 -9
- package/dist/esm/billing/credit-pool.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/credit-pool.shared.schemas.js +13 -6
- package/dist/esm/billing/credit-pool.shared.schemas.js.map +1 -1
- package/dist/esm/billing/invoice-ref.shared.resources-config.schemas.d.ts +2 -2
- package/dist/esm/billing/invoice-ref.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/billing/invoice-ref.shared.resources-config.schemas.js +26 -17
- package/dist/esm/billing/invoice-ref.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/billing/invoice-ref.shared.schemas.d.ts +10 -10
- package/dist/esm/billing/invoice-ref.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/invoice-ref.shared.schemas.js +32 -7
- package/dist/esm/billing/invoice-ref.shared.schemas.js.map +1 -1
- package/dist/esm/billing/price.shared.resources-config.schemas.d.ts +7 -7
- package/dist/esm/billing/price.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/billing/price.shared.resources-config.schemas.js +23 -5
- package/dist/esm/billing/price.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/billing/price.shared.schemas.d.ts +4 -4
- package/dist/esm/billing/price.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/price.shared.schemas.js +1 -1
- package/dist/esm/billing/price.shared.schemas.js.map +1 -1
- package/dist/esm/billing/product-behavior-policy.shared.schemas.d.ts +9 -9
- package/dist/esm/billing/product-behavior-policy.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/product-behavior-policy.shared.schemas.js +10 -2
- package/dist/esm/billing/product-behavior-policy.shared.schemas.js.map +1 -1
- package/dist/esm/billing/product-definition.shared.schemas.d.ts +27 -27
- package/dist/esm/billing/product-definition.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/product-definition.shared.schemas.js +39 -9
- package/dist/esm/billing/product-definition.shared.schemas.js.map +1 -1
- package/dist/esm/billing/product.shared.resources-config.schemas.d.ts +22 -22
- package/dist/esm/billing/product.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/billing/product.shared.resources-config.schemas.js +6 -6
- package/dist/esm/billing/product.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/billing/product.shared.schemas.d.ts +19 -19
- package/dist/esm/billing/product.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/product.shared.schemas.js +1 -1
- package/dist/esm/billing/product.shared.schemas.js.map +1 -1
- package/dist/esm/billing/promotions.shared.resources-config.schemas.d.ts +7 -7
- package/dist/esm/billing/promotions.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/billing/promotions.shared.resources-config.schemas.js +34 -6
- package/dist/esm/billing/promotions.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/billing/promotions.shared.schemas.d.ts +2 -2
- package/dist/esm/billing/promotions.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/promotions.shared.schemas.js +1 -1
- package/dist/esm/billing/promotions.shared.schemas.js.map +1 -1
- package/dist/esm/billing/referral.shared.resources-config.schemas.d.ts +12 -12
- package/dist/esm/billing/referral.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/billing/referral.shared.resources-config.schemas.js +5 -5
- package/dist/esm/billing/referral.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/billing/referral.shared.schemas.d.ts +7 -7
- package/dist/esm/billing/referral.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/referral.shared.schemas.js +36 -8
- package/dist/esm/billing/referral.shared.schemas.js.map +1 -1
- package/dist/esm/billing/subscription.shared.resources-config.schemas.d.ts +6 -6
- package/dist/esm/billing/subscription.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/billing/subscription.shared.resources-config.schemas.js +51 -24
- package/dist/esm/billing/subscription.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/billing/subscription.shared.schemas.d.ts +13 -13
- package/dist/esm/billing/subscription.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/subscription.shared.schemas.js +37 -5
- package/dist/esm/billing/subscription.shared.schemas.js.map +1 -1
- package/dist/esm/billing/usage-record.shared.resources-config.schemas.d.ts +2 -2
- package/dist/esm/billing/usage-record.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/billing/usage-record.shared.resources-config.schemas.js +23 -14
- package/dist/esm/billing/usage-record.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/billing/usage-record.shared.schemas.d.ts +15 -12
- package/dist/esm/billing/usage-record.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/usage-record.shared.schemas.js +34 -7
- package/dist/esm/billing/usage-record.shared.schemas.js.map +1 -1
- package/dist/esm/charts/aggregation-query.shared.schemas.d.ts +36 -36
- package/dist/esm/charts/aggregation-query.shared.schemas.d.ts.map +1 -1
- package/dist/esm/charts/aggregation-query.shared.schemas.js +6 -6
- package/dist/esm/charts/aggregation-query.shared.schemas.js.map +1 -1
- package/dist/esm/charts/aggregation.shared.definitions.d.ts.map +1 -1
- package/dist/esm/charts/aggregation.shared.definitions.js +1 -1
- package/dist/esm/charts/aggregation.shared.definitions.js.map +1 -1
- package/dist/esm/charts/chart-definition-builder.shared.d.ts +5 -3
- package/dist/esm/charts/chart-definition-builder.shared.d.ts.map +1 -1
- package/dist/esm/charts/chart-definition-builder.shared.js +4 -2
- package/dist/esm/charts/chart-definition-builder.shared.js.map +1 -1
- package/dist/esm/{runtime/companion-artifact-placement.shared.definitions.d.ts → companion/artifact-placement.shared.definitions.d.ts} +2 -3
- package/dist/esm/companion/artifact-placement.shared.definitions.d.ts.map +1 -0
- package/dist/esm/{runtime/companion-artifact-placement.shared.definitions.js → companion/artifact-placement.shared.definitions.js} +1 -2
- package/dist/esm/companion/artifact-placement.shared.definitions.js.map +1 -0
- package/dist/esm/companion/provider-discovery.shared.schemas.d.ts +131 -0
- package/dist/esm/companion/provider-discovery.shared.schemas.d.ts.map +1 -0
- package/dist/esm/companion/provider-discovery.shared.schemas.js +122 -0
- package/dist/esm/companion/provider-discovery.shared.schemas.js.map +1 -0
- package/dist/esm/companion/shared-library-companion.shared.definitions.d.ts +6 -0
- package/dist/esm/companion/shared-library-companion.shared.definitions.d.ts.map +1 -0
- package/dist/esm/companion/shared-library-companion.shared.definitions.js +1 -0
- package/dist/esm/companion/shared-library-companion.shared.definitions.js.map +1 -0
- package/dist/esm/companion-exports.d.ts +4 -0
- package/dist/esm/companion-exports.d.ts.map +1 -0
- package/dist/esm/companion-exports.js +4 -0
- package/dist/esm/companion-exports.js.map +1 -0
- package/dist/esm/compliance/audit-trails/audit-actor.shared.schemas.d.ts +65 -0
- package/dist/esm/compliance/audit-trails/audit-actor.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/audit-trails/audit-actor.shared.schemas.js +68 -0
- package/dist/esm/compliance/audit-trails/audit-actor.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/audit-trails/audit-log-sink.shared.schemas.d.ts +147 -0
- package/dist/esm/compliance/audit-trails/audit-log-sink.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/audit-trails/audit-log-sink.shared.schemas.js +20 -0
- package/dist/esm/compliance/audit-trails/audit-log-sink.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/audit-trails/audit-logs.shared.resources-config.schemas.d.ts +60 -16
- package/dist/esm/compliance/audit-trails/audit-logs.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/compliance/audit-trails/audit-logs.shared.resources-config.schemas.js +77 -10
- package/dist/esm/compliance/audit-trails/audit-logs.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/compliance/audit-trails/audit-trail-config.shared.schemas.d.ts +58 -0
- package/dist/esm/compliance/audit-trails/audit-trail-config.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/audit-trails/audit-trail-config.shared.schemas.js +74 -0
- package/dist/esm/compliance/audit-trails/audit-trail-config.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.d.ts +1949 -115
- 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 +2229 -11
- 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 +25 -10
- 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 +226 -3
- package/dist/esm/compliance/audit-trails/security-audit-event-envelope.shared.schema.js.map +1 -1
- package/dist/esm/compliance/data-classification/data-classification.shared.schemas.d.ts +8 -0
- package/dist/esm/compliance/data-classification/data-classification.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/data-classification/data-classification.shared.schemas.js +9 -0
- package/dist/esm/compliance/data-classification/data-classification.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/documents/governed-documents.shared.schemas.d.ts +524 -0
- package/dist/esm/compliance/documents/governed-documents.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/documents/governed-documents.shared.schemas.js +482 -0
- package/dist/esm/compliance/documents/governed-documents.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/privacy/ai-use-posture.shared.schemas.d.ts +112 -0
- package/dist/esm/compliance/privacy/ai-use-posture.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/ai-use-posture.shared.schemas.js +120 -0
- package/dist/esm/compliance/privacy/ai-use-posture.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/privacy/client-storage.shared.schemas.d.ts +134 -0
- package/dist/esm/compliance/privacy/client-storage.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/client-storage.shared.schemas.js +129 -0
- package/dist/esm/compliance/privacy/client-storage.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/privacy/data-retention.shared.schemas.d.ts +1 -1
- package/dist/esm/compliance/privacy/data-retention.shared.schemas.d.ts.map +1 -1
- package/dist/esm/compliance/privacy/data-retention.shared.schemas.js +1 -1
- package/dist/esm/compliance/privacy/data-retention.shared.schemas.js.map +1 -1
- package/dist/esm/compliance/privacy/impersonalization-scrub.shared.utils.d.ts +50 -0
- package/dist/esm/compliance/privacy/impersonalization-scrub.shared.utils.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/impersonalization-scrub.shared.utils.js +98 -0
- package/dist/esm/compliance/privacy/impersonalization-scrub.shared.utils.js.map +1 -0
- package/dist/esm/compliance/privacy/impersonalization.shared.schemas.d.ts +181 -0
- package/dist/esm/compliance/privacy/impersonalization.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/impersonalization.shared.schemas.js +184 -0
- package/dist/esm/compliance/privacy/impersonalization.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/privacy/operator-compliance-identity.shared.schemas.d.ts +230 -0
- package/dist/esm/compliance/privacy/operator-compliance-identity.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/operator-compliance-identity.shared.schemas.js +232 -0
- package/dist/esm/compliance/privacy/operator-compliance-identity.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/privacy/personal-data-category.shared.schemas.d.ts +220 -0
- package/dist/esm/compliance/privacy/personal-data-category.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/personal-data-category.shared.schemas.js +252 -0
- package/dist/esm/compliance/privacy/personal-data-category.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/privacy/personal-data-declaration.shared.utils.d.ts +75 -0
- package/dist/esm/compliance/privacy/personal-data-declaration.shared.utils.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/personal-data-declaration.shared.utils.js +43 -0
- package/dist/esm/compliance/privacy/personal-data-declaration.shared.utils.js.map +1 -0
- package/dist/esm/compliance/privacy/privacy.shared.schemas.d.ts +56 -43
- package/dist/esm/compliance/privacy/privacy.shared.schemas.d.ts.map +1 -1
- package/dist/esm/compliance/privacy/privacy.shared.schemas.js +72 -18
- package/dist/esm/compliance/privacy/privacy.shared.schemas.js.map +1 -1
- package/dist/esm/compliance/privacy/redaction.shared.schemas.d.ts +21 -3
- package/dist/esm/compliance/privacy/redaction.shared.schemas.d.ts.map +1 -1
- package/dist/esm/compliance/privacy/redaction.shared.schemas.js +19 -1
- package/dist/esm/compliance/privacy/redaction.shared.schemas.js.map +1 -1
- package/dist/esm/compliance/privacy/retention-schedule.shared.schemas.d.ts +124 -0
- package/dist/esm/compliance/privacy/retention-schedule.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/retention-schedule.shared.schemas.js +107 -0
- package/dist/esm/compliance/privacy/retention-schedule.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/privacy/sharing.shared.schemas.d.ts.map +1 -1
- package/dist/esm/compliance/privacy/sharing.shared.schemas.js +1 -1
- package/dist/esm/compliance/privacy/sharing.shared.schemas.js.map +1 -1
- package/dist/esm/compliance/privacy/subject-erasure.shared.schemas.d.ts +279 -0
- package/dist/esm/compliance/privacy/subject-erasure.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/subject-erasure.shared.schemas.js +238 -0
- package/dist/esm/compliance/privacy/subject-erasure.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/privacy/subject-export-render.shared.utils.d.ts +74 -0
- package/dist/esm/compliance/privacy/subject-export-render.shared.utils.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/subject-export-render.shared.utils.js +137 -0
- package/dist/esm/compliance/privacy/subject-export-render.shared.utils.js.map +1 -0
- package/dist/esm/compliance/privacy/subject-export.shared.schemas.d.ts +457 -0
- package/dist/esm/compliance/privacy/subject-export.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/subject-export.shared.schemas.js +549 -0
- package/dist/esm/compliance/privacy/subject-export.shared.schemas.js.map +1 -0
- package/dist/esm/config/analytics-value-moments.shared.schemas.d.ts +13 -13
- package/dist/esm/config/analytics-value-moments.shared.schemas.d.ts.map +1 -1
- package/dist/esm/config/analytics-value-moments.shared.schemas.js +1 -1
- package/dist/esm/config/analytics-value-moments.shared.schemas.js.map +1 -1
- package/dist/esm/config/app-configuration-shared.shared.schemas.d.ts +135 -125
- package/dist/esm/config/app-configuration-shared.shared.schemas.d.ts.map +1 -1
- package/dist/esm/config/app-configuration-shared.shared.schemas.js +74 -10
- package/dist/esm/config/app-configuration-shared.shared.schemas.js.map +1 -1
- package/dist/esm/config/app-frontend-type.shared.schemas.d.ts +94 -0
- package/dist/esm/config/app-frontend-type.shared.schemas.d.ts.map +1 -0
- package/dist/esm/config/app-frontend-type.shared.schemas.js +95 -0
- package/dist/esm/config/app-frontend-type.shared.schemas.js.map +1 -0
- package/dist/esm/config/auth-config-resolution.shared.utils.d.ts +35 -5
- package/dist/esm/config/auth-config-resolution.shared.utils.d.ts.map +1 -1
- package/dist/esm/config/auth-config-resolution.shared.utils.js +44 -2
- package/dist/esm/config/auth-config-resolution.shared.utils.js.map +1 -1
- package/dist/esm/config/brand-assets.shared.schemas.d.ts +89 -0
- package/dist/esm/config/brand-assets.shared.schemas.d.ts.map +1 -0
- package/dist/esm/config/brand-assets.shared.schemas.js +99 -0
- package/dist/esm/config/brand-assets.shared.schemas.js.map +1 -0
- package/dist/esm/config/configuration-validation.shared.schemas.d.ts +12 -1
- package/dist/esm/config/configuration-validation.shared.schemas.d.ts.map +1 -1
- package/dist/esm/config/configuration-validation.shared.schemas.js +12 -1
- package/dist/esm/config/configuration-validation.shared.schemas.js.map +1 -1
- package/dist/esm/config/entity-identity-config.shared.schemas.d.ts +170 -91
- package/dist/esm/config/entity-identity-config.shared.schemas.d.ts.map +1 -1
- package/dist/esm/config/entity-identity-config.shared.schemas.js +130 -19
- package/dist/esm/config/entity-identity-config.shared.schemas.js.map +1 -1
- package/dist/esm/config/frontend/chart-definition.shared.schemas.d.ts +167 -166
- package/dist/esm/config/frontend/chart-definition.shared.schemas.d.ts.map +1 -1
- package/dist/esm/config/frontend/chart-definition.shared.schemas.js +93 -9
- package/dist/esm/config/frontend/chart-definition.shared.schemas.js.map +1 -1
- package/dist/esm/config/frontend/chart-registration-alignment.shared.d.ts +69 -0
- package/dist/esm/config/frontend/chart-registration-alignment.shared.d.ts.map +1 -0
- package/dist/esm/config/frontend/chart-registration-alignment.shared.js +61 -0
- package/dist/esm/config/frontend/chart-registration-alignment.shared.js.map +1 -0
- package/dist/esm/config/frontend/navigation.shared.schemas.d.ts +110 -39
- package/dist/esm/config/frontend/navigation.shared.schemas.d.ts.map +1 -1
- package/dist/esm/config/frontend/navigation.shared.schemas.js +93 -9
- package/dist/esm/config/frontend/navigation.shared.schemas.js.map +1 -1
- package/dist/esm/config/frontend/onboarding.shared.schemas.d.ts +70 -134
- package/dist/esm/config/frontend/onboarding.shared.schemas.d.ts.map +1 -1
- package/dist/esm/config/frontend/onboarding.shared.schemas.js +27 -25
- package/dist/esm/config/frontend/onboarding.shared.schemas.js.map +1 -1
- package/dist/esm/config/postgresql.shared.schemas.d.ts.map +1 -1
- package/dist/esm/config/postgresql.shared.schemas.js +1 -1
- package/dist/esm/config/postgresql.shared.schemas.js.map +1 -1
- package/dist/esm/config/registration-acquisition-policy.shared.utils.d.ts +24 -0
- package/dist/esm/config/registration-acquisition-policy.shared.utils.d.ts.map +1 -0
- package/dist/esm/config/registration-acquisition-policy.shared.utils.js +62 -0
- package/dist/esm/config/registration-acquisition-policy.shared.utils.js.map +1 -0
- package/dist/esm/config-authoring.entry.d.ts +5 -0
- package/dist/esm/config-authoring.entry.d.ts.map +1 -0
- package/dist/esm/config-authoring.entry.js +7 -0
- package/dist/esm/config-authoring.entry.js.map +1 -0
- package/dist/esm/crdt/crdt-merge.shared.utils.d.ts +1 -1
- package/dist/esm/crdt/crdt-merge.shared.utils.d.ts.map +1 -1
- package/dist/esm/crdt/crdt-merge.shared.utils.js +1 -1
- package/dist/esm/crdt/crdt-merge.shared.utils.js.map +1 -1
- package/dist/esm/data-seeding/data-seeding-config.shared.schemas.d.ts +66 -0
- package/dist/esm/data-seeding/data-seeding-config.shared.schemas.d.ts.map +1 -0
- package/dist/esm/data-seeding/data-seeding-config.shared.schemas.js +118 -0
- package/dist/esm/data-seeding/data-seeding-config.shared.schemas.js.map +1 -0
- package/dist/esm/errors/errors.custom-message-ref.shared.definitions.d.ts +348 -1
- 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 +357 -1
- package/dist/esm/errors/errors.custom-message-ref.shared.definitions.js.map +1 -1
- package/dist/esm/errors/errors.shared.definitions.d.ts +2 -2
- package/dist/esm/errors/errors.shared.definitions.d.ts.map +1 -1
- package/dist/esm/errors/errors.shared.definitions.js +12 -1
- package/dist/esm/errors/errors.shared.definitions.js.map +1 -1
- package/dist/esm/errors/errors.shared.schemas.d.ts +82 -36
- package/dist/esm/errors/errors.shared.schemas.d.ts.map +1 -1
- package/dist/esm/errors/errors.shared.schemas.js +100 -3
- package/dist/esm/errors/errors.shared.schemas.js.map +1 -1
- package/dist/esm/errors/errors.shared.utils.d.ts +1 -1
- package/dist/esm/errors/errors.shared.utils.d.ts.map +1 -1
- package/dist/esm/errors/errors.shared.utils.js +1 -1
- package/dist/esm/errors/errors.shared.utils.js.map +1 -1
- package/dist/esm/errors/resource-access-forbidden.shared.error.d.ts +16 -0
- package/dist/esm/errors/resource-access-forbidden.shared.error.d.ts.map +1 -0
- package/dist/esm/errors/resource-access-forbidden.shared.error.js +18 -0
- package/dist/esm/errors/resource-access-forbidden.shared.error.js.map +1 -0
- package/dist/esm/errors/zod-issue-formatting.shared.utils.d.ts +113 -0
- package/dist/esm/errors/zod-issue-formatting.shared.utils.d.ts.map +1 -0
- package/dist/esm/errors/zod-issue-formatting.shared.utils.js +102 -0
- package/dist/esm/errors/zod-issue-formatting.shared.utils.js.map +1 -0
- package/dist/esm/exports/tabular-csv.shared.utils.d.ts +42 -0
- package/dist/esm/exports/tabular-csv.shared.utils.d.ts.map +1 -0
- package/dist/esm/exports/tabular-csv.shared.utils.js +63 -0
- package/dist/esm/exports/tabular-csv.shared.utils.js.map +1 -0
- package/dist/esm/external-data/external-data-pipeline.shared.schemas.d.ts +347 -0
- package/dist/esm/external-data/external-data-pipeline.shared.schemas.d.ts.map +1 -0
- package/dist/esm/external-data/external-data-pipeline.shared.schemas.js +206 -0
- package/dist/esm/external-data/external-data-pipeline.shared.schemas.js.map +1 -0
- package/dist/esm/external-data.exports.d.ts +30 -0
- package/dist/esm/external-data.exports.d.ts.map +1 -0
- package/dist/esm/external-data.exports.js +30 -0
- package/dist/esm/external-data.exports.js.map +1 -0
- package/dist/esm/external-providers/compose-provider-registry.shared.d.ts +63 -0
- package/dist/esm/external-providers/compose-provider-registry.shared.d.ts.map +1 -0
- package/dist/esm/external-providers/compose-provider-registry.shared.js +102 -0
- package/dist/esm/external-providers/compose-provider-registry.shared.js.map +1 -0
- package/dist/esm/external-providers/engine-capabilities.shared.schemas.d.ts +164 -0
- package/dist/esm/external-providers/engine-capabilities.shared.schemas.d.ts.map +1 -0
- package/dist/esm/external-providers/engine-capabilities.shared.schemas.js +194 -0
- package/dist/esm/external-providers/engine-capabilities.shared.schemas.js.map +1 -0
- package/dist/esm/external-providers/engine-capability-resolution-mode.shared.d.ts +39 -0
- package/dist/esm/external-providers/engine-capability-resolution-mode.shared.d.ts.map +1 -0
- package/dist/esm/external-providers/engine-capability-resolution-mode.shared.js +85 -0
- package/dist/esm/external-providers/engine-capability-resolution-mode.shared.js.map +1 -0
- package/dist/esm/external-providers/external-providers.shared.schemas.d.ts +22 -22
- package/dist/esm/external-providers/external-providers.shared.schemas.d.ts.map +1 -1
- package/dist/esm/external-providers/external-providers.shared.schemas.js +5 -5
- package/dist/esm/external-providers/external-providers.shared.schemas.js.map +1 -1
- package/dist/esm/external-providers/frontend-bootstrap.shared.schemas.d.ts +319 -0
- package/dist/esm/external-providers/frontend-bootstrap.shared.schemas.d.ts.map +1 -0
- package/dist/esm/external-providers/frontend-bootstrap.shared.schemas.js +17 -0
- package/dist/esm/external-providers/frontend-bootstrap.shared.schemas.js.map +1 -0
- package/dist/esm/external-providers/frontend-provider-entry.shared.schemas.d.ts +35 -0
- package/dist/esm/external-providers/frontend-provider-entry.shared.schemas.d.ts.map +1 -0
- package/dist/esm/external-providers/frontend-provider-entry.shared.schemas.js +19 -0
- package/dist/esm/external-providers/frontend-provider-entry.shared.schemas.js.map +1 -0
- package/dist/esm/external-providers/provider-capability.shared.schemas.d.ts +135 -0
- package/dist/esm/external-providers/provider-capability.shared.schemas.d.ts.map +1 -0
- package/dist/esm/external-providers/provider-capability.shared.schemas.js +102 -0
- package/dist/esm/external-providers/provider-capability.shared.schemas.js.map +1 -0
- package/dist/esm/external-providers/provider-compliance-profile.shared.schemas.d.ts +175 -0
- package/dist/esm/external-providers/provider-compliance-profile.shared.schemas.d.ts.map +1 -0
- package/dist/esm/external-providers/provider-compliance-profile.shared.schemas.js +211 -0
- package/dist/esm/external-providers/provider-compliance-profile.shared.schemas.js.map +1 -0
- package/dist/esm/external-providers/provider-metadata.shared.schemas.d.ts +37 -0
- package/dist/esm/external-providers/provider-metadata.shared.schemas.d.ts.map +1 -0
- package/dist/esm/external-providers/provider-metadata.shared.schemas.js +58 -0
- package/dist/esm/external-providers/provider-metadata.shared.schemas.js.map +1 -0
- package/dist/esm/external-providers/provider-protocol.shared.schemas.d.ts +65 -0
- package/dist/esm/external-providers/provider-protocol.shared.schemas.d.ts.map +1 -0
- package/dist/esm/external-providers/provider-protocol.shared.schemas.js +63 -0
- package/dist/esm/external-providers/provider-protocol.shared.schemas.js.map +1 -0
- package/dist/esm/external-providers/provider-usage-pricing.shared.schemas.d.ts +99 -0
- package/dist/esm/external-providers/provider-usage-pricing.shared.schemas.d.ts.map +1 -0
- package/dist/esm/external-providers/provider-usage-pricing.shared.schemas.js +137 -0
- package/dist/esm/external-providers/provider-usage-pricing.shared.schemas.js.map +1 -0
- package/dist/esm/features/application-features.shared.resources-config.schemas.d.ts +39 -0
- package/dist/esm/features/application-features.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/features/application-features.shared.resources-config.schemas.js +147 -0
- package/dist/esm/features/application-features.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/features/core-feature-definitions.shared.d.ts +17 -2
- package/dist/esm/features/core-feature-definitions.shared.d.ts.map +1 -1
- package/dist/esm/features/core-feature-definitions.shared.js +91 -3
- package/dist/esm/features/core-feature-definitions.shared.js.map +1 -1
- package/dist/esm/features/feature-builders.shared.d.ts +13 -2
- package/dist/esm/features/feature-builders.shared.d.ts.map +1 -1
- package/dist/esm/features/feature-builders.shared.js +3 -1
- package/dist/esm/features/feature-builders.shared.js.map +1 -1
- package/dist/esm/features/feature-definition.shared.schemas.d.ts +70 -24
- package/dist/esm/features/feature-definition.shared.schemas.d.ts.map +1 -1
- package/dist/esm/features/feature-definition.shared.schemas.js +84 -1
- package/dist/esm/features/feature-definition.shared.schemas.js.map +1 -1
- package/dist/esm/features/feature-registry.shared.d.ts +8 -9
- package/dist/esm/features/feature-registry.shared.d.ts.map +1 -1
- package/dist/esm/features/feature-registry.shared.js +5 -8
- package/dist/esm/features/feature-registry.shared.js.map +1 -1
- package/dist/esm/features/feature-resolution.shared.schemas.d.ts +1 -1
- package/dist/esm/features/feature-resolution.shared.schemas.d.ts.map +1 -1
- package/dist/esm/features/feature-resolution.shared.schemas.js +1 -1
- package/dist/esm/features/feature-resolution.shared.schemas.js.map +1 -1
- package/dist/esm/features/scope-features.shared.schemas.d.ts +9 -10
- package/dist/esm/features/scope-features.shared.schemas.d.ts.map +1 -1
- package/dist/esm/features/scope-features.shared.schemas.js +20 -6
- package/dist/esm/features/scope-features.shared.schemas.js.map +1 -1
- package/dist/esm/features/user-features.shared.resources-config.schemas.d.ts +9 -9
- package/dist/esm/features/user-features.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/features/user-features.shared.resources-config.schemas.js +35 -1
- package/dist/esm/features/user-features.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/files/files.shared.resources-config.schemas.d.ts +35 -9
- package/dist/esm/files/files.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/files/files.shared.resources-config.schemas.js +27 -5
- package/dist/esm/files/files.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/files/files.shared.schemas.d.ts +71 -13
- package/dist/esm/files/files.shared.schemas.d.ts.map +1 -1
- package/dist/esm/files/files.shared.schemas.js +110 -35
- package/dist/esm/files/files.shared.schemas.js.map +1 -1
- package/dist/esm/files/files.shared.utils.d.ts +9 -5
- package/dist/esm/files/files.shared.utils.d.ts.map +1 -1
- package/dist/esm/files/files.shared.utils.js +10 -6
- package/dist/esm/files/files.shared.utils.js.map +1 -1
- package/dist/esm/flows-actors/a2a-push-delivery-log.shared.resources-config.schemas.d.ts +40 -0
- package/dist/esm/flows-actors/a2a-push-delivery-log.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/a2a-push-delivery-log.shared.resources-config.schemas.js +204 -0
- package/dist/esm/flows-actors/a2a-push-delivery-log.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/flows-actors/a2a-push-delivery-log.shared.schemas.d.ts +113 -0
- package/dist/esm/flows-actors/a2a-push-delivery-log.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/a2a-push-delivery-log.shared.schemas.js +153 -0
- package/dist/esm/flows-actors/a2a-push-delivery-log.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/a2a-token-budget-state.shared.resources-config.schemas.d.ts +61 -0
- package/dist/esm/flows-actors/a2a-token-budget-state.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/a2a-token-budget-state.shared.resources-config.schemas.js +143 -0
- package/dist/esm/flows-actors/a2a-token-budget-state.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/flows-actors/a2a-token-budget-state.shared.schemas.d.ts +77 -0
- package/dist/esm/flows-actors/a2a-token-budget-state.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/a2a-token-budget-state.shared.schemas.js +103 -0
- package/dist/esm/flows-actors/a2a-token-budget-state.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/actors.shared.schemas.d.ts +339 -326
- package/dist/esm/flows-actors/actors.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/actors.shared.schemas.js +29 -6
- package/dist/esm/flows-actors/actors.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/agent-traceability.shared.schemas.d.ts +237 -0
- package/dist/esm/flows-actors/agent-traceability.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/agent-traceability.shared.schemas.js +152 -0
- package/dist/esm/flows-actors/agent-traceability.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/agents.shared.schemas.d.ts +180 -23
- package/dist/esm/flows-actors/agents.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/agents.shared.schemas.js +69 -2
- package/dist/esm/flows-actors/agents.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/apps-blueprint/apps-blueprint-agent-personas.shared.enums.d.ts +19 -0
- package/dist/esm/flows-actors/apps-blueprint/apps-blueprint-agent-personas.shared.enums.d.ts.map +1 -0
- package/dist/esm/flows-actors/apps-blueprint/apps-blueprint-agent-personas.shared.enums.js +35 -0
- package/dist/esm/flows-actors/apps-blueprint/apps-blueprint-agent-personas.shared.enums.js.map +1 -0
- package/dist/esm/flows-actors/apps-blueprint/apps-blueprint.shared.schemas.d.ts +29 -45
- package/dist/esm/flows-actors/apps-blueprint/apps-blueprint.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/apps-blueprint/apps-blueprint.shared.schemas.js +2 -34
- package/dist/esm/flows-actors/apps-blueprint/apps-blueprint.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/apps-blueprint/artifacts.apps-blueprint.shared.schemas.d.ts +2 -2
- package/dist/esm/flows-actors/apps-blueprint/artifacts.apps-blueprint.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/apps-blueprint/artifacts.apps-blueprint.shared.schemas.js +1 -1
- package/dist/esm/flows-actors/apps-blueprint/artifacts.apps-blueprint.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/deliberation.shared.schemas.d.ts +642 -0
- package/dist/esm/flows-actors/deliberation.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/deliberation.shared.schemas.js +604 -0
- package/dist/esm/flows-actors/deliberation.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/flows-actors-execution.shared.resources-config.schemas.d.ts +48 -0
- package/dist/esm/flows-actors/flows-actors-execution.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/flows-actors-execution.shared.resources-config.schemas.js +179 -0
- package/dist/esm/flows-actors/flows-actors-execution.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/flows-actors/flows-actors-execution.shared.schemas.d.ts +200 -0
- package/dist/esm/flows-actors/flows-actors-execution.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/flows-actors-execution.shared.schemas.js +337 -0
- package/dist/esm/flows-actors/flows-actors-execution.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/flows-actors-task.shared.resources-config.schemas.d.ts +59 -0
- package/dist/esm/flows-actors/flows-actors-task.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/flows-actors-task.shared.resources-config.schemas.js +223 -0
- package/dist/esm/flows-actors/flows-actors-task.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/flows-actors/flows-actors-task.shared.schemas.d.ts +426 -0
- package/dist/esm/flows-actors/flows-actors-task.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/flows-actors-task.shared.schemas.js +317 -0
- package/dist/esm/flows-actors/flows-actors-task.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.d.ts +109 -58
- 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 +48 -1
- package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/flows-actors.configuration.shared.schemas.d.ts +62 -62
- package/dist/esm/flows-actors/flows-actors.configuration.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/flows-actors.configuration.shared.schemas.js +2 -2
- package/dist/esm/flows-actors/flows-actors.configuration.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/flows-actors.frontend.shared.schemas.d.ts +112 -11
- package/dist/esm/flows-actors/flows-actors.frontend.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/flows-actors.frontend.shared.schemas.js +63 -1
- package/dist/esm/flows-actors/flows-actors.frontend.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/flows-actors.io.shared.schemas.d.ts +60 -20
- 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 +36 -3
- package/dist/esm/flows-actors/flows-actors.io.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/flows-actors.system.shared.definitions.d.ts +35 -0
- package/dist/esm/flows-actors/flows-actors.system.shared.definitions.d.ts.map +1 -0
- package/dist/esm/flows-actors/flows-actors.system.shared.definitions.js +1 -0
- package/dist/esm/flows-actors/flows-actors.system.shared.definitions.js.map +1 -0
- package/dist/esm/flows-actors/flows-actors.system.shared.schemas.d.ts +88 -63
- 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 +32 -5
- package/dist/esm/flows-actors/flows-actors.system.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/flows.shared.schemas.d.ts +63 -49
- package/dist/esm/flows-actors/flows.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/flows.shared.schemas.js +1 -1
- package/dist/esm/flows-actors/flows.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/meta-workflows/actions.meta-workflows.shared.schemas.d.ts +73 -0
- package/dist/esm/flows-actors/meta-workflows/actions.meta-workflows.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/actions.meta-workflows.shared.schemas.js +149 -0
- package/dist/esm/flows-actors/meta-workflows/actions.meta-workflows.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/budget-authority.meta-workflows.shared.schemas.d.ts +20 -0
- package/dist/esm/flows-actors/meta-workflows/budget-authority.meta-workflows.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/budget-authority.meta-workflows.shared.schemas.js +34 -0
- package/dist/esm/flows-actors/meta-workflows/budget-authority.meta-workflows.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/catalog.meta-workflows.shared.schemas.d.ts +125 -0
- package/dist/esm/flows-actors/meta-workflows/catalog.meta-workflows.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/catalog.meta-workflows.shared.schemas.js +136 -0
- package/dist/esm/flows-actors/meta-workflows/catalog.meta-workflows.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/context-selection.meta-workflows.shared.schemas.d.ts +180 -0
- package/dist/esm/flows-actors/meta-workflows/context-selection.meta-workflows.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/context-selection.meta-workflows.shared.schemas.js +187 -0
- package/dist/esm/flows-actors/meta-workflows/context-selection.meta-workflows.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/continuity-identifiers.meta-workflows.shared.schemas.d.ts +28 -0
- package/dist/esm/flows-actors/meta-workflows/continuity-identifiers.meta-workflows.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/continuity-identifiers.meta-workflows.shared.schemas.js +28 -0
- package/dist/esm/flows-actors/meta-workflows/continuity-identifiers.meta-workflows.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/decisions.meta-workflows.shared.schemas.d.ts +446 -0
- package/dist/esm/flows-actors/meta-workflows/decisions.meta-workflows.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/decisions.meta-workflows.shared.schemas.js +678 -0
- package/dist/esm/flows-actors/meta-workflows/decisions.meta-workflows.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.d.ts +106 -0
- package/dist/esm/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.js +243 -0
- package/dist/esm/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/execution-binding-vocabularies.meta-workflows.shared.schemas.d.ts +29 -0
- package/dist/esm/flows-actors/meta-workflows/execution-binding-vocabularies.meta-workflows.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/execution-binding-vocabularies.meta-workflows.shared.schemas.js +58 -0
- package/dist/esm/flows-actors/meta-workflows/execution-binding-vocabularies.meta-workflows.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/portable-primitives.meta-workflows.shared.schemas.d.ts +61 -0
- package/dist/esm/flows-actors/meta-workflows/portable-primitives.meta-workflows.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/portable-primitives.meta-workflows.shared.schemas.js +93 -0
- package/dist/esm/flows-actors/meta-workflows/portable-primitives.meta-workflows.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/prompt-ir.shared.schemas.d.ts +5 -5
- package/dist/esm/flows-actors/prompt-ir.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/prompt-ir.shared.schemas.js +2 -2
- package/dist/esm/flows-actors/prompt-ir.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/task-continuity-binding.actors.shared.schemas.d.ts +81 -0
- package/dist/esm/flows-actors/task-continuity-binding.actors.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/task-continuity-binding.actors.shared.schemas.js +82 -0
- package/dist/esm/flows-actors/task-continuity-binding.actors.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/tasks.actors.shared.schemas.d.ts +257 -194
- package/dist/esm/flows-actors/tasks.actors.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/tasks.actors.shared.schemas.js +28 -2
- package/dist/esm/flows-actors/tasks.actors.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/utils/flow-actors.context-builder.apps-context.shared.utils.d.ts.map +1 -1
- package/dist/esm/flows-actors/utils/flow-actors.context-builder.apps-context.shared.utils.js +1 -1
- package/dist/esm/flows-actors/utils/flow-actors.context-builder.apps-context.shared.utils.js.map +1 -1
- package/dist/esm/frontend-definitions/frontend-notification-custom-message-ref.definitions.d.ts.map +1 -1
- package/dist/esm/frontend-definitions/frontend-notification-custom-message-ref.definitions.js +1 -1
- package/dist/esm/frontend-definitions/frontend-notification-custom-message-ref.definitions.js.map +1 -1
- package/dist/esm/guidance/guidance-flow.shared.schemas.d.ts +51 -89
- package/dist/esm/guidance/guidance-flow.shared.schemas.d.ts.map +1 -1
- package/dist/esm/guidance/guidance-flow.shared.schemas.js +1 -1
- package/dist/esm/guidance/guidance-flow.shared.schemas.js.map +1 -1
- package/dist/esm/guidance/guidance-state.shared.resources-config.schemas.d.ts +22 -19
- package/dist/esm/guidance/guidance-state.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/guidance/guidance-state.shared.resources-config.schemas.js +61 -5
- package/dist/esm/guidance/guidance-state.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/guidance/guidance-state.shared.schemas.d.ts +46 -10
- package/dist/esm/guidance/guidance-state.shared.schemas.d.ts.map +1 -1
- package/dist/esm/guidance/guidance-state.shared.schemas.js +15 -4
- package/dist/esm/guidance/guidance-state.shared.schemas.js.map +1 -1
- package/dist/esm/guidance/guidance-state.shared.utils.d.ts +25 -0
- package/dist/esm/guidance/guidance-state.shared.utils.d.ts.map +1 -0
- package/dist/esm/guidance/guidance-state.shared.utils.js +72 -0
- package/dist/esm/guidance/guidance-state.shared.utils.js.map +1 -0
- package/dist/esm/guidance/lifecycle-config.shared.schemas.d.ts +11 -11
- package/dist/esm/guidance/lifecycle-config.shared.schemas.d.ts.map +1 -1
- package/dist/esm/guidance/lifecycle-config.shared.schemas.js +1 -1
- package/dist/esm/guidance/lifecycle-config.shared.schemas.js.map +1 -1
- package/dist/esm/guidance/lifecycle-state.shared.resources-config.schemas.d.ts +28 -25
- package/dist/esm/guidance/lifecycle-state.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/guidance/lifecycle-state.shared.resources-config.schemas.js +71 -7
- package/dist/esm/guidance/lifecycle-state.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/guidance/lifecycle-state.shared.schemas.d.ts +53 -14
- package/dist/esm/guidance/lifecycle-state.shared.schemas.d.ts.map +1 -1
- package/dist/esm/guidance/lifecycle-state.shared.schemas.js +26 -25
- package/dist/esm/guidance/lifecycle-state.shared.schemas.js.map +1 -1
- package/dist/esm/guidance/milestone-builders.shared.d.ts +2 -2
- package/dist/esm/guidance/milestone-builders.shared.d.ts.map +1 -1
- package/dist/esm/guidance/milestone-builders.shared.js +1 -1
- package/dist/esm/guidance/milestone-builders.shared.js.map +1 -1
- package/dist/esm/guidance/milestone-definition.shared.schemas.d.ts +2 -2
- package/dist/esm/guidance/milestone-definition.shared.schemas.d.ts.map +1 -1
- package/dist/esm/guidance/milestone-definition.shared.schemas.js +1 -1
- package/dist/esm/guidance/milestone-definition.shared.schemas.js.map +1 -1
- package/dist/esm/guidance/progression-state.shared.resources-config.schemas.d.ts +22 -19
- package/dist/esm/guidance/progression-state.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/guidance/progression-state.shared.resources-config.schemas.js +72 -7
- package/dist/esm/guidance/progression-state.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/guidance/progression-state.shared.schemas.d.ts +40 -10
- package/dist/esm/guidance/progression-state.shared.schemas.d.ts.map +1 -1
- package/dist/esm/guidance/progression-state.shared.schemas.js +16 -6
- package/dist/esm/guidance/progression-state.shared.schemas.js.map +1 -1
- package/dist/esm/http-api-binding/http-api-binding-id.shared.utils.d.ts +69 -0
- package/dist/esm/http-api-binding/http-api-binding-id.shared.utils.d.ts.map +1 -0
- package/dist/esm/http-api-binding/http-api-binding-id.shared.utils.js +232 -0
- package/dist/esm/http-api-binding/http-api-binding-id.shared.utils.js.map +1 -0
- package/dist/esm/http-api-binding/http-api-binding.shared.schemas.d.ts +566 -0
- package/dist/esm/http-api-binding/http-api-binding.shared.schemas.d.ts.map +1 -0
- package/dist/esm/http-api-binding/http-api-binding.shared.schemas.js +513 -0
- package/dist/esm/http-api-binding/http-api-binding.shared.schemas.js.map +1 -0
- package/dist/esm/i18n/interpolate-label-params.shared.utils.d.ts +52 -0
- package/dist/esm/i18n/interpolate-label-params.shared.utils.d.ts.map +1 -0
- package/dist/esm/i18n/interpolate-label-params.shared.utils.js +63 -0
- package/dist/esm/i18n/interpolate-label-params.shared.utils.js.map +1 -0
- package/dist/esm/i18n/labelling.dto.shared.schemas.d.ts +3 -3
- package/dist/esm/i18n/labelling.dto.shared.schemas.d.ts.map +1 -1
- package/dist/esm/i18n/labelling.dto.shared.schemas.js +1 -1
- package/dist/esm/i18n/labelling.dto.shared.schemas.js.map +1 -1
- package/dist/esm/index.d.ts +277 -200
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +122 -15
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/meta-workflows.exports.d.ts +51 -0
- package/dist/esm/meta-workflows.exports.d.ts.map +1 -0
- package/dist/esm/meta-workflows.exports.js +51 -0
- package/dist/esm/meta-workflows.exports.js.map +1 -0
- package/dist/esm/monitoring/monitoring.shared.schemas.d.ts +16 -16
- package/dist/esm/monitoring/monitoring.shared.schemas.d.ts.map +1 -1
- package/dist/esm/monitoring/monitoring.shared.schemas.js +1 -1
- package/dist/esm/monitoring/monitoring.shared.schemas.js.map +1 -1
- package/dist/esm/notifications/email/email-context.shared.schemas.d.ts +9 -9
- package/dist/esm/notifications/email/email-context.shared.schemas.d.ts.map +1 -1
- package/dist/esm/notifications/email/email-context.shared.schemas.js +8 -3
- package/dist/esm/notifications/email/email-context.shared.schemas.js.map +1 -1
- package/dist/esm/notifications/email/email-template-registry.shared.schemas.d.ts +33 -46
- 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 +20 -140
- 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 +145 -0
- package/dist/esm/notifications/email/email-template.shared.enums.d.ts.map +1 -0
- package/dist/esm/notifications/email/email-template.shared.enums.js +164 -0
- package/dist/esm/notifications/email/email-template.shared.enums.js.map +1 -0
- package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.resources-config.schemas.d.ts +43 -0
- package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.resources-config.schemas.js +231 -0
- package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.schemas.d.ts +159 -0
- package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.schemas.d.ts.map +1 -0
- package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.schemas.js +191 -0
- package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.schemas.js.map +1 -0
- package/dist/esm/notifications/m2m/webhook-config.shared.resources-config.schemas.d.ts +62 -0
- package/dist/esm/notifications/m2m/webhook-config.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/notifications/m2m/webhook-config.shared.resources-config.schemas.js +183 -0
- package/dist/esm/notifications/m2m/webhook-config.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/notifications/m2m/webhook-config.shared.schemas.d.ts +134 -0
- package/dist/esm/notifications/m2m/webhook-config.shared.schemas.d.ts.map +1 -0
- package/dist/esm/notifications/m2m/webhook-config.shared.schemas.js +159 -0
- package/dist/esm/notifications/m2m/webhook-config.shared.schemas.js.map +1 -0
- package/dist/esm/notifications/notification-badges.core.definitions.d.ts +10 -1
- package/dist/esm/notifications/notification-badges.core.definitions.d.ts.map +1 -1
- package/dist/esm/notifications/notification-badges.core.definitions.js +11 -13
- package/dist/esm/notifications/notification-badges.core.definitions.js.map +1 -1
- package/dist/esm/notifications/notification-badges.schemas.d.ts +147 -43
- package/dist/esm/notifications/notification-badges.schemas.d.ts.map +1 -1
- package/dist/esm/notifications/notification-badges.schemas.js +130 -23
- package/dist/esm/notifications/notification-badges.schemas.js.map +1 -1
- package/dist/esm/notifications/notification-badges.shared.resources-config.schemas.d.ts +40 -15
- package/dist/esm/notifications/notification-badges.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/notifications/notification-badges.shared.resources-config.schemas.js +149 -23
- package/dist/esm/notifications/notification-badges.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/notifications/notifications.shared.schemas.d.ts +352 -25
- package/dist/esm/notifications/notifications.shared.schemas.d.ts.map +1 -1
- package/dist/esm/notifications/notifications.shared.schemas.js +47 -2
- package/dist/esm/notifications/notifications.shared.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-features.shared.resources-config.schemas.d.ts +21 -10
- package/dist/esm/organizations/organization-features.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-features.shared.resources-config.schemas.js +54 -47
- package/dist/esm/organizations/organization-features.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-features.shared.schemas.d.ts +10 -2
- package/dist/esm/organizations/organization-features.shared.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-features.shared.schemas.js +10 -2
- package/dist/esm/organizations/organization-features.shared.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-members.shared.resources-config.schemas.d.ts +31 -17
- package/dist/esm/organizations/organization-members.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-members.shared.resources-config.schemas.js +294 -54
- package/dist/esm/organizations/organization-members.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-members.shared.schemas.d.ts +31 -41
- package/dist/esm/organizations/organization-members.shared.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-members.shared.schemas.js +181 -37
- package/dist/esm/organizations/organization-members.shared.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-notifications.shared.resources-config.schemas.d.ts +8 -8
- package/dist/esm/organizations/organization-notifications.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-notifications.shared.resources-config.schemas.js +43 -2
- package/dist/esm/organizations/organization-notifications.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-notifications.shared.schemas.d.ts +25 -4
- package/dist/esm/organizations/organization-notifications.shared.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-notifications.shared.schemas.js +35 -15
- package/dist/esm/organizations/organization-notifications.shared.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-preferences.shared.resources-config.schemas.d.ts +7 -7
- package/dist/esm/organizations/organization-preferences.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-preferences.shared.resources-config.schemas.js +42 -3
- package/dist/esm/organizations/organization-preferences.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-preferences.shared.schemas.d.ts +4 -4
- package/dist/esm/organizations/organization-preferences.shared.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-preferences.shared.schemas.js +17 -4
- package/dist/esm/organizations/organization-preferences.shared.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-profile.shared.resources-config.schemas.d.ts +10 -10
- package/dist/esm/organizations/organization-profile.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-profile.shared.resources-config.schemas.js +32 -2
- package/dist/esm/organizations/organization-profile.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-profile.shared.schemas.d.ts +6 -6
- package/dist/esm/organizations/organization-profile.shared.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-profile.shared.schemas.js +28 -2
- package/dist/esm/organizations/organization-profile.shared.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-unit-inheritance.shared.d.ts +94 -0
- package/dist/esm/organizations/organization-unit-inheritance.shared.d.ts.map +1 -0
- package/dist/esm/organizations/organization-unit-inheritance.shared.js +96 -0
- package/dist/esm/organizations/organization-unit-inheritance.shared.js.map +1 -0
- package/dist/esm/organizations/organization-unit-members.shared.resources-config.schemas.d.ts +30 -0
- package/dist/esm/organizations/organization-unit-members.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/organizations/organization-unit-members.shared.resources-config.schemas.js +97 -0
- package/dist/esm/organizations/organization-unit-members.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/organizations/organization-unit-members.shared.schemas.d.ts +56 -0
- package/dist/esm/organizations/organization-unit-members.shared.schemas.d.ts.map +1 -0
- package/dist/esm/organizations/organization-unit-members.shared.schemas.js +92 -0
- package/dist/esm/organizations/organization-unit-members.shared.schemas.js.map +1 -0
- package/dist/esm/organizations/organization-unit-narrowing-decision.shared.d.ts +130 -0
- package/dist/esm/organizations/organization-unit-narrowing-decision.shared.d.ts.map +1 -0
- package/dist/esm/organizations/organization-unit-narrowing-decision.shared.js +139 -0
- package/dist/esm/organizations/organization-unit-narrowing-decision.shared.js.map +1 -0
- package/dist/esm/organizations/organization-unit-narrowing.example.d.ts +27 -0
- package/dist/esm/organizations/organization-unit-narrowing.example.d.ts.map +1 -0
- package/dist/esm/organizations/organization-unit-narrowing.example.js +29 -0
- package/dist/esm/organizations/organization-unit-narrowing.example.js.map +1 -0
- package/dist/esm/organizations/organization-unit-narrowing.shared.d.ts +137 -0
- package/dist/esm/organizations/organization-unit-narrowing.shared.d.ts.map +1 -0
- package/dist/esm/organizations/organization-unit-narrowing.shared.js +133 -0
- package/dist/esm/organizations/organization-unit-narrowing.shared.js.map +1 -0
- package/dist/esm/organizations/organization-units.shared.path.d.ts +103 -0
- package/dist/esm/organizations/organization-units.shared.path.d.ts.map +1 -0
- package/dist/esm/organizations/organization-units.shared.path.js +120 -0
- package/dist/esm/organizations/organization-units.shared.path.js.map +1 -0
- package/dist/esm/organizations/organization-units.shared.resources-config.schemas.d.ts +8 -8
- package/dist/esm/organizations/organization-units.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-units.shared.resources-config.schemas.js +1 -1
- package/dist/esm/organizations/organization-units.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-units.shared.schemas.d.ts +69 -8
- package/dist/esm/organizations/organization-units.shared.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-units.shared.schemas.js +89 -5
- package/dist/esm/organizations/organization-units.shared.schemas.js.map +1 -1
- package/dist/esm/organizations/organizations.shared.resources-config.schemas.d.ts +46 -11
- package/dist/esm/organizations/organizations.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organizations.shared.resources-config.schemas.js +505 -34
- package/dist/esm/organizations/organizations.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/organizations/organizations.shared.schemas.d.ts +95 -39
- package/dist/esm/organizations/organizations.shared.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organizations.shared.schemas.js +228 -6
- package/dist/esm/organizations/organizations.shared.schemas.js.map +1 -1
- package/dist/esm/organizations/tenant-teardown-config.shared.schemas.d.ts +36 -0
- package/dist/esm/organizations/tenant-teardown-config.shared.schemas.d.ts.map +1 -0
- package/dist/esm/organizations/tenant-teardown-config.shared.schemas.js +66 -0
- package/dist/esm/organizations/tenant-teardown-config.shared.schemas.js.map +1 -0
- package/dist/esm/provider-registration-runtime.exports.d.ts +4 -0
- package/dist/esm/provider-registration-runtime.exports.d.ts.map +1 -0
- package/dist/esm/provider-registration-runtime.exports.js +4 -0
- package/dist/esm/provider-registration-runtime.exports.js.map +1 -0
- package/dist/esm/public-runtime/index.d.ts +164 -0
- package/dist/esm/public-runtime/index.d.ts.map +1 -0
- package/dist/esm/public-runtime/index.js +164 -0
- package/dist/esm/public-runtime/index.js.map +1 -0
- package/dist/esm/queue/jobs.shared.resources-config.schemas.d.ts +4 -4
- package/dist/esm/queue/jobs.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/queue/jobs.shared.resources-config.schemas.js +12 -1
- package/dist/esm/queue/jobs.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/queue/jobs.shared.schemas.d.ts +114 -42
- package/dist/esm/queue/jobs.shared.schemas.d.ts.map +1 -1
- package/dist/esm/queue/jobs.shared.schemas.js +114 -12
- package/dist/esm/queue/jobs.shared.schemas.js.map +1 -1
- package/dist/esm/queue/jobs.shared.utils.d.ts +3 -3
- package/dist/esm/queue/jobs.shared.utils.d.ts.map +1 -1
- package/dist/esm/queue/jobs.shared.utils.js +2 -2
- package/dist/esm/queue/jobs.shared.utils.js.map +1 -1
- package/dist/esm/queue/queues.shared.schemas.d.ts +17 -15
- package/dist/esm/queue/queues.shared.schemas.d.ts.map +1 -1
- package/dist/esm/queue/queues.shared.schemas.js +14 -5
- package/dist/esm/queue/queues.shared.schemas.js.map +1 -1
- package/dist/esm/queue/queues.shared.utils.d.ts +137 -6
- package/dist/esm/queue/queues.shared.utils.d.ts.map +1 -1
- package/dist/esm/queue/queues.shared.utils.js +161 -9
- package/dist/esm/queue/queues.shared.utils.js.map +1 -1
- package/dist/esm/queue/rabbitmq-queue-args.shared.d.ts.map +1 -1
- package/dist/esm/queue/rabbitmq-queue-args.shared.js +1 -1
- package/dist/esm/queue/rabbitmq-queue-args.shared.js.map +1 -1
- package/dist/esm/requests/header-keys.shared.d.ts +23 -1
- package/dist/esm/requests/header-keys.shared.d.ts.map +1 -1
- package/dist/esm/requests/header-keys.shared.js +45 -2
- package/dist/esm/requests/header-keys.shared.js.map +1 -1
- package/dist/esm/requests/http-requests.shared.d.ts +1 -0
- package/dist/esm/requests/http-requests.shared.d.ts.map +1 -1
- package/dist/esm/requests/http-requests.shared.js +2 -1
- package/dist/esm/requests/http-requests.shared.js.map +1 -1
- package/dist/esm/requests/manual-controllers-routes-urls.d.ts +189 -5
- package/dist/esm/requests/manual-controllers-routes-urls.d.ts.map +1 -1
- package/dist/esm/requests/manual-controllers-routes-urls.js +255 -6
- package/dist/esm/requests/manual-controllers-routes-urls.js.map +1 -1
- package/dist/esm/requests/rate-limits.shared.schemas.d.ts +75 -24
- package/dist/esm/requests/rate-limits.shared.schemas.d.ts.map +1 -1
- package/dist/esm/requests/rate-limits.shared.schemas.js +80 -18
- package/dist/esm/requests/rate-limits.shared.schemas.js.map +1 -1
- package/dist/esm/requests/websocket.shared.schemas.d.ts +248 -120
- package/dist/esm/requests/websocket.shared.schemas.d.ts.map +1 -1
- package/dist/esm/requests/websocket.shared.schemas.js +92 -2
- package/dist/esm/requests/websocket.shared.schemas.js.map +1 -1
- package/dist/esm/resources/child-operations.shared.schemas.d.ts +128 -23
- package/dist/esm/resources/child-operations.shared.schemas.d.ts.map +1 -1
- package/dist/esm/resources/child-operations.shared.schemas.js +147 -11
- package/dist/esm/resources/child-operations.shared.schemas.js.map +1 -1
- package/dist/esm/resources/context-policy.shared.schemas.d.ts +4 -4
- package/dist/esm/resources/context-policy.shared.schemas.d.ts.map +1 -1
- package/dist/esm/resources/context-policy.shared.schemas.js +1 -1
- package/dist/esm/resources/context-policy.shared.schemas.js.map +1 -1
- package/dist/esm/resources/relationship-display.shared.schemas.d.ts +31 -1352
- package/dist/esm/resources/relationship-display.shared.schemas.d.ts.map +1 -1
- package/dist/esm/resources/relationship-display.shared.schemas.js +13 -161
- package/dist/esm/resources/relationship-display.shared.schemas.js.map +1 -1
- package/dist/esm/resources/resources-config.shared.factory.d.ts +60 -5
- package/dist/esm/resources/resources-config.shared.factory.d.ts.map +1 -1
- package/dist/esm/resources/resources-config.shared.factory.js +1507 -87
- package/dist/esm/resources/resources-config.shared.factory.js.map +1 -1
- package/dist/esm/resources/resources-config.shared.schemas.d.ts +1638 -43
- package/dist/esm/resources/resources-config.shared.schemas.d.ts.map +1 -1
- package/dist/esm/resources/resources-config.shared.schemas.js +478 -13
- package/dist/esm/resources/resources-config.shared.schemas.js.map +1 -1
- package/dist/esm/resources/resources-registry.shared.core.definitions.d.ts +3 -3
- package/dist/esm/resources/resources-registry.shared.core.definitions.d.ts.map +1 -1
- package/dist/esm/resources/resources-registry.shared.core.definitions.js +782 -96
- package/dist/esm/resources/resources-registry.shared.core.definitions.js.map +1 -1
- package/dist/esm/resources/resources-relationships.shared.factory.d.ts +37 -7
- package/dist/esm/resources/resources-relationships.shared.factory.d.ts.map +1 -1
- package/dist/esm/resources/resources-relationships.shared.factory.js +76 -24
- package/dist/esm/resources/resources-relationships.shared.factory.js.map +1 -1
- package/dist/esm/resources/resources-serialization.shared.schemas.d.ts +19 -19
- package/dist/esm/resources/resources-serialization.shared.schemas.d.ts.map +1 -1
- package/dist/esm/resources/resources-serialization.shared.schemas.js +1 -1
- package/dist/esm/resources/resources-serialization.shared.schemas.js.map +1 -1
- package/dist/esm/resources/resources.shared.core.definitions.d.ts +84 -8
- package/dist/esm/resources/resources.shared.core.definitions.d.ts.map +1 -1
- package/dist/esm/resources/resources.shared.core.definitions.js +165 -19
- package/dist/esm/resources/resources.shared.core.definitions.js.map +1 -1
- package/dist/esm/resources/resources.shared.schemas.d.ts +582 -602
- package/dist/esm/resources/resources.shared.schemas.d.ts.map +1 -1
- package/dist/esm/resources/resources.shared.schemas.js +581 -5
- package/dist/esm/resources/resources.shared.schemas.js.map +1 -1
- package/dist/esm/resources/resources.shared.utils.d.ts +363 -15
- package/dist/esm/resources/resources.shared.utils.d.ts.map +1 -1
- package/dist/esm/resources/resources.shared.utils.js +569 -16
- package/dist/esm/resources/resources.shared.utils.js.map +1 -1
- package/dist/esm/resources/utils/collection-export.shared.utils.d.ts +65 -0
- package/dist/esm/resources/utils/collection-export.shared.utils.d.ts.map +1 -0
- package/dist/esm/resources/utils/collection-export.shared.utils.js +150 -0
- package/dist/esm/resources/utils/collection-export.shared.utils.js.map +1 -0
- package/dist/esm/resources/utils/composition-cascade-deletability.validation.d.ts +134 -0
- package/dist/esm/resources/utils/composition-cascade-deletability.validation.d.ts.map +1 -0
- package/dist/esm/resources/utils/composition-cascade-deletability.validation.js +167 -0
- package/dist/esm/resources/utils/composition-cascade-deletability.validation.js.map +1 -0
- package/dist/esm/resources/utils/composition-seedability.validation.d.ts +63 -0
- package/dist/esm/resources/utils/composition-seedability.validation.d.ts.map +1 -0
- package/dist/esm/resources/utils/composition-seedability.validation.js +75 -0
- package/dist/esm/resources/utils/composition-seedability.validation.js.map +1 -0
- package/dist/esm/resources/utils/context-addressed-composition-singleton.shared.utils.d.ts +10 -0
- package/dist/esm/resources/utils/context-addressed-composition-singleton.shared.utils.d.ts.map +1 -0
- package/dist/esm/resources/utils/context-addressed-composition-singleton.shared.utils.js +25 -0
- package/dist/esm/resources/utils/context-addressed-composition-singleton.shared.utils.js.map +1 -0
- package/dist/esm/resources/utils/duplicate-relationship-registration.validation.d.ts +111 -0
- package/dist/esm/resources/utils/duplicate-relationship-registration.validation.d.ts.map +1 -0
- package/dist/esm/resources/utils/duplicate-relationship-registration.validation.js +109 -0
- package/dist/esm/resources/utils/duplicate-relationship-registration.validation.js.map +1 -0
- package/dist/esm/resources/utils/persistence-adapter-discrimination.shared.utils.d.ts +52 -0
- package/dist/esm/resources/utils/persistence-adapter-discrimination.shared.utils.d.ts.map +1 -0
- package/dist/esm/resources/utils/persistence-adapter-discrimination.shared.utils.js +57 -0
- package/dist/esm/resources/utils/persistence-adapter-discrimination.shared.utils.js.map +1 -0
- package/dist/esm/resources/utils/repository-dto-builder.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/repository-dto-builder.utils.js +1 -1
- package/dist/esm/resources/utils/repository-dto-builder.utils.js.map +1 -1
- package/dist/esm/resources/utils/required-fk-fillability.validation.d.ts +108 -0
- package/dist/esm/resources/utils/required-fk-fillability.validation.d.ts.map +1 -0
- package/dist/esm/resources/utils/required-fk-fillability.validation.js +186 -0
- package/dist/esm/resources/utils/required-fk-fillability.validation.js.map +1 -0
- package/dist/esm/resources/utils/resource-operation-type-guards.utils.d.ts +107 -3
- package/dist/esm/resources/utils/resource-operation-type-guards.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resource-operation-type-guards.utils.js +133 -2
- package/dist/esm/resources/utils/resource-operation-type-guards.utils.js.map +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.factory.d.ts +39 -31
- package/dist/esm/resources/utils/resource-polymorphism.factory.d.ts.map +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.factory.js +9 -9
- package/dist/esm/resources/utils/resource-polymorphism.factory.js.map +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.relationships.d.ts +7 -7
- package/dist/esm/resources/utils/resource-polymorphism.relationships.d.ts.map +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.relationships.js +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.relationships.js.map +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.schemas.d.ts +139 -5
- package/dist/esm/resources/utils/resource-polymorphism.schemas.d.ts.map +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.schemas.js +301 -3
- package/dist/esm/resources/utils/resource-polymorphism.schemas.js.map +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.utils.d.ts +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.utils.js +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.utils.js.map +1 -1
- package/dist/esm/resources/utils/resource-subtree.utils.d.ts +1 -1
- package/dist/esm/resources/utils/resource-subtree.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resource-subtree.utils.js +1 -1
- package/dist/esm/resources/utils/resource-subtree.utils.js.map +1 -1
- package/dist/esm/resources/utils/resources-config-context-needs.utils.d.ts +1 -1
- package/dist/esm/resources/utils/resources-config-context-needs.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resources-config-context-needs.utils.js +1 -1
- package/dist/esm/resources/utils/resources-config-context-needs.utils.js.map +1 -1
- package/dist/esm/resources/utils/resources-config-naming.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resources-config-naming.utils.js +1 -1
- package/dist/esm/resources/utils/resources-config-naming.utils.js.map +1 -1
- package/dist/esm/resources/utils/resources-config-operations.dtos-builder.utils.d.ts +256 -39
- package/dist/esm/resources/utils/resources-config-operations.dtos-builder.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resources-config-operations.dtos-builder.utils.js +898 -233
- package/dist/esm/resources/utils/resources-config-operations.dtos-builder.utils.js.map +1 -1
- package/dist/esm/resources/utils/resources-config-operations.path.utils.d.ts +16 -6
- package/dist/esm/resources/utils/resources-config-operations.path.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resources-config-operations.path.utils.js +35 -10
- package/dist/esm/resources/utils/resources-config-operations.path.utils.js.map +1 -1
- package/dist/esm/resources/utils/resources-config-operations.urls-builder.utils.d.ts +120 -20
- package/dist/esm/resources/utils/resources-config-operations.urls-builder.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resources-config-operations.urls-builder.utils.js +394 -81
- package/dist/esm/resources/utils/resources-config-operations.urls-builder.utils.js.map +1 -1
- package/dist/esm/resources/utils/resources-config-operations.utils.d.ts +2 -2
- package/dist/esm/resources/utils/resources-config-operations.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resources-config-operations.utils.js +1 -1
- package/dist/esm/resources/utils/resources-config-operations.utils.js.map +1 -1
- package/dist/esm/resources/utils/resources-serialization.utils.d.ts +77 -2
- package/dist/esm/resources/utils/resources-serialization.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resources-serialization.utils.js +80 -1
- package/dist/esm/resources/utils/resources-serialization.utils.js.map +1 -1
- package/dist/esm/resources/utils/resources-summary.utils.d.ts +1 -1
- package/dist/esm/resources/utils/resources-summary.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resources-summary.utils.js +1 -1
- package/dist/esm/resources/utils/resources-summary.utils.js.map +1 -1
- package/dist/esm/resources/utils/schema-family-builder.utils.d.ts +21 -3
- package/dist/esm/resources/utils/schema-family-builder.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/schema-family-builder.utils.js +7 -1
- package/dist/esm/resources/utils/schema-family-builder.utils.js.map +1 -1
- package/dist/esm/resources/utils/schema-type-inference.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/schema-type-inference.utils.js +1 -1
- package/dist/esm/resources/utils/schema-type-inference.utils.js.map +1 -1
- package/dist/esm/resources/utils/schema-type-utils.d.ts +1 -1
- package/dist/esm/resources/utils/schema-type-utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/schema-type-utils.js +1 -1
- package/dist/esm/resources/utils/schema-type-utils.js.map +1 -1
- package/dist/esm/resources/utils/schema-variant-resolver.utils.d.ts +1 -1
- package/dist/esm/resources/utils/schema-variant-resolver.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/schema-variant-resolver.utils.js +1 -1
- package/dist/esm/resources/utils/schema-variant-resolver.utils.js.map +1 -1
- package/dist/esm/resources/utils/shared-persistence-collection.utils.d.ts +203 -0
- package/dist/esm/resources/utils/shared-persistence-collection.utils.d.ts.map +1 -0
- package/dist/esm/resources/utils/shared-persistence-collection.utils.js +284 -0
- package/dist/esm/resources/utils/shared-persistence-collection.utils.js.map +1 -0
- package/dist/esm/resources/utils/templatable-file-fields.shared.utils.d.ts +25 -0
- package/dist/esm/resources/utils/templatable-file-fields.shared.utils.d.ts.map +1 -0
- package/dist/esm/resources/utils/templatable-file-fields.shared.utils.js +322 -0
- package/dist/esm/resources/utils/templatable-file-fields.shared.utils.js.map +1 -0
- package/dist/esm/runtime/domain-module.shared.definitions.d.ts +32 -10
- package/dist/esm/runtime/domain-module.shared.definitions.d.ts.map +1 -1
- package/dist/esm/runtime/domain-module.shared.definitions.js +3 -2
- package/dist/esm/runtime/domain-module.shared.definitions.js.map +1 -1
- package/dist/esm/runtime/execution-context.shared.schemas.d.ts +93 -9
- package/dist/esm/runtime/execution-context.shared.schemas.d.ts.map +1 -1
- package/dist/esm/runtime/execution-context.shared.schemas.js +122 -7
- package/dist/esm/runtime/execution-context.shared.schemas.js.map +1 -1
- package/dist/esm/runtime/runtime.shared.schemas.d.ts.map +1 -1
- package/dist/esm/runtime/runtime.shared.schemas.js +1 -1
- package/dist/esm/runtime/runtime.shared.schemas.js.map +1 -1
- package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.d.ts +14 -11
- 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 +65 -2
- 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 +14 -11
- 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 +162 -1
- package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/security/api-keys/api-keys.shared.schemas.d.ts +79 -29
- package/dist/esm/security/api-keys/api-keys.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/api-keys/api-keys.shared.schemas.js +87 -6
- package/dist/esm/security/api-keys/api-keys.shared.schemas.js.map +1 -1
- package/dist/esm/security/authentications/anonymous-session/anonymous-session.shared.contract.d.ts +185 -0
- package/dist/esm/security/authentications/anonymous-session/anonymous-session.shared.contract.d.ts.map +1 -0
- package/dist/esm/security/authentications/anonymous-session/anonymous-session.shared.contract.js +198 -0
- package/dist/esm/security/authentications/anonymous-session/anonymous-session.shared.contract.js.map +1 -0
- package/dist/esm/security/authentications/authentication.shared.dto.schemas.d.ts +307 -149
- package/dist/esm/security/authentications/authentication.shared.dto.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/authentication.shared.dto.schemas.js +177 -27
- package/dist/esm/security/authentications/authentication.shared.dto.schemas.js.map +1 -1
- package/dist/esm/security/authentications/authentication.shared.schemas.d.ts +64 -8
- package/dist/esm/security/authentications/authentication.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/authentication.shared.schemas.js +56 -9
- package/dist/esm/security/authentications/authentication.shared.schemas.js.map +1 -1
- package/dist/esm/security/authentications/authentication.shared.utils.d.ts +3 -3
- package/dist/esm/security/authentications/authentication.shared.utils.d.ts.map +1 -1
- package/dist/esm/security/authentications/authentication.shared.utils.js +1 -1
- package/dist/esm/security/authentications/authentication.shared.utils.js.map +1 -1
- package/dist/esm/security/authentications/consumable-token.shared.schemas.d.ts +103 -5
- package/dist/esm/security/authentications/consumable-token.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/consumable-token.shared.schemas.js +31 -1
- package/dist/esm/security/authentications/consumable-token.shared.schemas.js.map +1 -1
- package/dist/esm/security/authentications/cross-frontend-handoff.shared.dto.schemas.d.ts +278 -0
- package/dist/esm/security/authentications/cross-frontend-handoff.shared.dto.schemas.d.ts.map +1 -0
- package/dist/esm/security/authentications/cross-frontend-handoff.shared.dto.schemas.js +335 -0
- package/dist/esm/security/authentications/cross-frontend-handoff.shared.dto.schemas.js.map +1 -0
- package/dist/esm/security/authentications/password-reset.shared.dto.schemas.d.ts +6 -6
- package/dist/esm/security/authentications/password-reset.shared.dto.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/password-reset.shared.dto.schemas.js +11 -4
- package/dist/esm/security/authentications/password-reset.shared.dto.schemas.js.map +1 -1
- package/dist/esm/security/authentications/registration.shared.dto.schemas.d.ts +51 -18
- package/dist/esm/security/authentications/registration.shared.dto.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/registration.shared.dto.schemas.js +70 -13
- package/dist/esm/security/authentications/registration.shared.dto.schemas.js.map +1 -1
- package/dist/esm/security/authentications/same-origin-redirect-path.shared.d.ts +69 -0
- package/dist/esm/security/authentications/same-origin-redirect-path.shared.d.ts.map +1 -0
- package/dist/esm/security/authentications/same-origin-redirect-path.shared.js +93 -0
- package/dist/esm/security/authentications/same-origin-redirect-path.shared.js.map +1 -0
- package/dist/esm/security/authentications/scim/scim-organization-unit-mapping.shared.d.ts +91 -0
- package/dist/esm/security/authentications/scim/scim-organization-unit-mapping.shared.d.ts.map +1 -0
- package/dist/esm/security/authentications/scim/scim-organization-unit-mapping.shared.js +91 -0
- package/dist/esm/security/authentications/scim/scim-organization-unit-mapping.shared.js.map +1 -0
- package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.resources-config.schemas.d.ts +2 -9
- package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.resources-config.schemas.js +49 -33
- package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.d.ts +41 -14
- 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 +158 -5
- package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.js.map +1 -1
- package/dist/esm/security/authentications/scim/scim-tokens.shared.resources-config.schemas.d.ts +21 -9
- package/dist/esm/security/authentications/scim/scim-tokens.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/scim/scim-tokens.shared.resources-config.schemas.js +92 -18
- package/dist/esm/security/authentications/scim/scim-tokens.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/security/authentications/scim/scim-tokens.shared.schemas.d.ts +11 -10
- package/dist/esm/security/authentications/scim/scim-tokens.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/scim/scim-tokens.shared.schemas.js +29 -7
- package/dist/esm/security/authentications/scim/scim-tokens.shared.schemas.js.map +1 -1
- package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.resources-config.schemas.d.ts +12 -5
- package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.resources-config.schemas.js +81 -5
- package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.schemas.d.ts +17 -5
- package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.schemas.js +29 -5
- package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.schemas.js.map +1 -1
- package/dist/esm/security/authentications/siem/siem-export-config.shared.resources-config.schemas.d.ts +2 -9
- package/dist/esm/security/authentications/siem/siem-export-config.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/siem/siem-export-config.shared.resources-config.schemas.js +46 -33
- package/dist/esm/security/authentications/siem/siem-export-config.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/security/authentications/siem/siem-export-config.shared.schemas.d.ts +34 -9
- package/dist/esm/security/authentications/siem/siem-export-config.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/siem/siem-export-config.shared.schemas.js +47 -3
- package/dist/esm/security/authentications/siem/siem-export-config.shared.schemas.js.map +1 -1
- package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.d.ts +2 -17
- 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 +55 -53
- 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 -37
- 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 +53 -13
- package/dist/esm/security/authentications/sso/sso-config.shared.schemas.js.map +1 -1
- package/dist/esm/security/authentications/sso/sso-connection.shared.resources-config.schemas.d.ts +79 -7
- package/dist/esm/security/authentications/sso/sso-connection.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/sso/sso-connection.shared.resources-config.schemas.js +157 -14
- package/dist/esm/security/authentications/sso/sso-connection.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.d.ts +113 -118
- 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 +111 -49
- package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.js.map +1 -1
- package/dist/esm/security/authorizations/administrative-continuity.shared.schemas.d.ts +57 -0
- package/dist/esm/security/authorizations/administrative-continuity.shared.schemas.d.ts.map +1 -0
- package/dist/esm/security/authorizations/administrative-continuity.shared.schemas.js +58 -0
- package/dist/esm/security/authorizations/administrative-continuity.shared.schemas.js.map +1 -0
- package/dist/esm/security/authorizations/platform-access-grants.shared.resources-config.schemas.d.ts +35 -0
- package/dist/esm/security/authorizations/platform-access-grants.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/security/authorizations/platform-access-grants.shared.resources-config.schemas.js +252 -0
- package/dist/esm/security/authorizations/platform-access-grants.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/security/authorizations/platform-access-grants.shared.schemas.d.ts +171 -0
- package/dist/esm/security/authorizations/platform-access-grants.shared.schemas.d.ts.map +1 -0
- package/dist/esm/security/authorizations/platform-access-grants.shared.schemas.js +239 -0
- package/dist/esm/security/authorizations/platform-access-grants.shared.schemas.js.map +1 -0
- package/dist/esm/security/authorizations/roles.shared.defaults.d.ts +1 -1
- package/dist/esm/security/authorizations/roles.shared.defaults.d.ts.map +1 -1
- package/dist/esm/security/authorizations/roles.shared.defaults.js +6 -1
- package/dist/esm/security/authorizations/roles.shared.defaults.js.map +1 -1
- package/dist/esm/security/authorizations/roles.shared.schemas.d.ts +12 -3
- package/dist/esm/security/authorizations/roles.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/authorizations/roles.shared.schemas.js +15 -1
- package/dist/esm/security/authorizations/roles.shared.schemas.js.map +1 -1
- package/dist/esm/security/authorizations/roles.shared.utils.d.ts +133 -0
- package/dist/esm/security/authorizations/roles.shared.utils.d.ts.map +1 -0
- package/dist/esm/security/authorizations/roles.shared.utils.js +218 -0
- package/dist/esm/security/authorizations/roles.shared.utils.js.map +1 -0
- package/dist/esm/security/crypto-keys/crypto-keys.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/crypto-keys/crypto-keys.shared.schemas.js +1 -1
- package/dist/esm/security/crypto-keys/crypto-keys.shared.schemas.js.map +1 -1
- package/dist/esm/security/oauth-clients/oauth-clients-application.shared.resources-config.schemas.d.ts +47 -0
- package/dist/esm/security/oauth-clients/oauth-clients-application.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-clients-application.shared.resources-config.schemas.js +228 -0
- package/dist/esm/security/oauth-clients/oauth-clients-application.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-clients-organization.shared.resources-config.schemas.d.ts +46 -0
- package/dist/esm/security/oauth-clients/oauth-clients-organization.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-clients-organization.shared.resources-config.schemas.js +365 -0
- package/dist/esm/security/oauth-clients/oauth-clients-organization.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-clients.shared.schemas.d.ts +192 -0
- package/dist/esm/security/oauth-clients/oauth-clients.shared.schemas.d.ts.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-clients.shared.schemas.js +401 -0
- package/dist/esm/security/oauth-clients/oauth-clients.shared.schemas.js.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.resources-config.schemas.d.ts +30 -0
- package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.resources-config.schemas.js +83 -0
- package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.schemas.d.ts +29 -0
- package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.schemas.d.ts.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.schemas.js +53 -0
- package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.schemas.js.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-resource-server.shared.schemas.d.ts +117 -0
- package/dist/esm/security/oauth-clients/oauth-resource-server.shared.schemas.d.ts.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-resource-server.shared.schemas.js +180 -0
- package/dist/esm/security/oauth-clients/oauth-resource-server.shared.schemas.js.map +1 -0
- package/dist/esm/testing/resource-config-builders.d.ts +4 -4
- package/dist/esm/testing/resource-config-builders.d.ts.map +1 -1
- package/dist/esm/testing/resource-config-builders.js +9 -2
- package/dist/esm/testing/resource-config-builders.js.map +1 -1
- package/dist/esm/testing.d.ts +1 -1
- package/dist/esm/testing.d.ts.map +1 -1
- package/dist/esm/testing.js +1 -1
- package/dist/esm/testing.js.map +1 -1
- package/dist/esm/users/anonymous-user-marketing-metadata.shared.schemas.d.ts +76 -0
- package/dist/esm/users/anonymous-user-marketing-metadata.shared.schemas.d.ts.map +1 -0
- package/dist/esm/users/anonymous-user-marketing-metadata.shared.schemas.js +72 -0
- package/dist/esm/users/anonymous-user-marketing-metadata.shared.schemas.js.map +1 -0
- package/dist/esm/users/anonymous-users.shared.resources-config.schemas.d.ts +28 -17
- package/dist/esm/users/anonymous-users.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/users/anonymous-users.shared.resources-config.schemas.js +43 -4
- package/dist/esm/users/anonymous-users.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/users/anonymous-users.shared.schema.d.ts +19 -12
- package/dist/esm/users/anonymous-users.shared.schema.d.ts.map +1 -1
- package/dist/esm/users/anonymous-users.shared.schema.js +68 -4
- package/dist/esm/users/anonymous-users.shared.schema.js.map +1 -1
- package/dist/esm/users/inbound-contacts.shared.resources-config.schemas.d.ts +52 -0
- package/dist/esm/users/inbound-contacts.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/users/inbound-contacts.shared.resources-config.schemas.js +153 -0
- package/dist/esm/users/inbound-contacts.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/users/inbound-contacts.shared.schemas.d.ts +47 -17
- package/dist/esm/users/inbound-contacts.shared.schemas.d.ts.map +1 -1
- package/dist/esm/users/inbound-contacts.shared.schemas.js +123 -9
- package/dist/esm/users/inbound-contacts.shared.schemas.js.map +1 -1
- package/dist/esm/users/user-credentials.shared.resources-config.schemas.d.ts +12 -12
- package/dist/esm/users/user-credentials.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/users/user-credentials.shared.resources-config.schemas.js +11 -1
- package/dist/esm/users/user-credentials.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/users/user-credentials.shared.schemas.d.ts +15 -10
- package/dist/esm/users/user-credentials.shared.schemas.d.ts.map +1 -1
- package/dist/esm/users/user-credentials.shared.schemas.js +53 -9
- package/dist/esm/users/user-credentials.shared.schemas.js.map +1 -1
- package/dist/esm/users/user-identity-links.shared.resources-config.schemas.d.ts +13 -11
- package/dist/esm/users/user-identity-links.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/users/user-identity-links.shared.resources-config.schemas.js +24 -1
- package/dist/esm/users/user-identity-links.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/users/user-identity-links.shared.schemas.d.ts +22 -19
- package/dist/esm/users/user-identity-links.shared.schemas.d.ts.map +1 -1
- package/dist/esm/users/user-identity-links.shared.schemas.js +107 -23
- package/dist/esm/users/user-identity-links.shared.schemas.js.map +1 -1
- package/dist/esm/users/user-preferences-reset.shared.utils.d.ts +78 -0
- package/dist/esm/users/user-preferences-reset.shared.utils.d.ts.map +1 -0
- package/dist/esm/users/user-preferences-reset.shared.utils.js +98 -0
- package/dist/esm/users/user-preferences-reset.shared.utils.js.map +1 -0
- package/dist/esm/users/user-preferences.shared.resources-config.schemas.d.ts +31 -61
- package/dist/esm/users/user-preferences.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/users/user-preferences.shared.resources-config.schemas.js +34 -203
- package/dist/esm/users/user-preferences.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/users/user-profiles.shared.resources-config.schemas.d.ts +13 -14
- package/dist/esm/users/user-profiles.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/users/user-profiles.shared.resources-config.schemas.js +66 -31
- package/dist/esm/users/user-profiles.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/users/user-self-preferences.shared.resources-config.schemas.d.ts +33 -60
- package/dist/esm/users/user-self-preferences.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/users/user-self-preferences.shared.resources-config.schemas.js +49 -175
- package/dist/esm/users/user-self-preferences.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/users/user-self-profiles.shared.resources-config.schemas.d.ts +13 -21
- package/dist/esm/users/user-self-profiles.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/users/user-self-profiles.shared.resources-config.schemas.js +12 -119
- package/dist/esm/users/user-self-profiles.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/users/user-self.shared.resources-config.schemas.d.ts +12 -16
- 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 +263 -115
- 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 +13 -16
- package/dist/esm/users/users.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/users/users.shared.resources-config.schemas.js +376 -141
- package/dist/esm/users/users.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/users/users.shared.schemas.d.ts +110 -108
- package/dist/esm/users/users.shared.schemas.d.ts.map +1 -1
- package/dist/esm/users/users.shared.schemas.js +215 -19
- package/dist/esm/users/users.shared.schemas.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +54 -27
- package/dist/esm/compliance/compliance-framework/compliance-frameworks.shared.schemas.d.ts +0 -37
- package/dist/esm/compliance/compliance-framework/compliance-frameworks.shared.schemas.d.ts.map +0 -1
- package/dist/esm/compliance/compliance-framework/compliance-frameworks.shared.schemas.js +0 -38
- package/dist/esm/compliance/compliance-framework/compliance-frameworks.shared.schemas.js.map +0 -1
- package/dist/esm/external-providers/feature-bindings-policy.shared.schemas.d.ts +0 -27
- package/dist/esm/external-providers/feature-bindings-policy.shared.schemas.d.ts.map +0 -1
- package/dist/esm/external-providers/feature-bindings-policy.shared.schemas.js +0 -35
- package/dist/esm/external-providers/feature-bindings-policy.shared.schemas.js.map +0 -1
- package/dist/esm/external-providers/feature-mapping.shared.schemas.d.ts +0 -80
- package/dist/esm/external-providers/feature-mapping.shared.schemas.d.ts.map +0 -1
- package/dist/esm/external-providers/feature-mapping.shared.schemas.js +0 -159
- package/dist/esm/external-providers/feature-mapping.shared.schemas.js.map +0 -1
- package/dist/esm/external-providers/wildo-features.shared.schemas.d.ts +0 -102
- package/dist/esm/external-providers/wildo-features.shared.schemas.d.ts.map +0 -1
- package/dist/esm/external-providers/wildo-features.shared.schemas.js +0 -124
- package/dist/esm/external-providers/wildo-features.shared.schemas.js.map +0 -1
- package/dist/esm/features/platform-capability-definitions.shared.d.ts +0 -50
- package/dist/esm/features/platform-capability-definitions.shared.d.ts.map +0 -1
- package/dist/esm/features/platform-capability-definitions.shared.js +0 -30
- package/dist/esm/features/platform-capability-definitions.shared.js.map +0 -1
- package/dist/esm/flows-actors/agents-context.shared.schemas.d.ts +0 -181
- package/dist/esm/flows-actors/agents-context.shared.schemas.d.ts.map +0 -1
- package/dist/esm/flows-actors/agents-context.shared.schemas.js +0 -116
- package/dist/esm/flows-actors/agents-context.shared.schemas.js.map +0 -1
- package/dist/esm/notifications/email/email-header-footer-template.shared.resources-config.schemas.d.ts +0 -39
- package/dist/esm/notifications/email/email-header-footer-template.shared.resources-config.schemas.d.ts.map +0 -1
- package/dist/esm/notifications/email/email-header-footer-template.shared.resources-config.schemas.js +0 -113
- package/dist/esm/notifications/email/email-header-footer-template.shared.resources-config.schemas.js.map +0 -1
- package/dist/esm/notifications/email/email-header-footer-template.shared.schemas.d.ts +0 -63
- package/dist/esm/notifications/email/email-header-footer-template.shared.schemas.d.ts.map +0 -1
- package/dist/esm/notifications/email/email-header-footer-template.shared.schemas.js +0 -110
- package/dist/esm/notifications/email/email-header-footer-template.shared.schemas.js.map +0 -1
- package/dist/esm/notifications/email/email-template.shared.resources-config.schemas.d.ts +0 -62
- package/dist/esm/notifications/email/email-template.shared.resources-config.schemas.d.ts.map +0 -1
- package/dist/esm/notifications/email/email-template.shared.resources-config.schemas.js +0 -112
- package/dist/esm/notifications/email/email-template.shared.resources-config.schemas.js.map +0 -1
- package/dist/esm/notifications/email/email-template.shared.schemas.d.ts +0 -162
- package/dist/esm/notifications/email/email-template.shared.schemas.d.ts.map +0 -1
- package/dist/esm/notifications/email/email-template.shared.schemas.js +0 -189
- package/dist/esm/notifications/email/email-template.shared.schemas.js.map +0 -1
- package/dist/esm/organizations/organization-member-invitations.shared.resources-config.schemas.d.ts +0 -37
- package/dist/esm/organizations/organization-member-invitations.shared.resources-config.schemas.d.ts.map +0 -1
- package/dist/esm/organizations/organization-member-invitations.shared.resources-config.schemas.js +0 -207
- package/dist/esm/organizations/organization-member-invitations.shared.resources-config.schemas.js.map +0 -1
- package/dist/esm/resources/testing/SchemaDecoratorTestUtils.d.ts +0 -91
- package/dist/esm/resources/testing/SchemaDecoratorTestUtils.d.ts.map +0 -1
- package/dist/esm/resources/testing/SchemaDecoratorTestUtils.js +0 -325
- package/dist/esm/resources/testing/SchemaDecoratorTestUtils.js.map +0 -1
- package/dist/esm/runtime/companion-artifact-placement.shared.definitions.d.ts.map +0 -1
- package/dist/esm/runtime/companion-artifact-placement.shared.definitions.js.map +0 -1
- package/dist/esm/security/authentications/policy/auth-policy.shared.resources-config.schemas.d.ts +0 -10
- package/dist/esm/security/authentications/policy/auth-policy.shared.resources-config.schemas.d.ts.map +0 -1
- package/dist/esm/security/authentications/policy/auth-policy.shared.resources-config.schemas.js +0 -52
- package/dist/esm/security/authentications/policy/auth-policy.shared.resources-config.schemas.js.map +0 -1
- package/dist/esm/security/authentications/policy/auth-policy.shared.schemas.d.ts +0 -52
- package/dist/esm/security/authentications/policy/auth-policy.shared.schemas.d.ts.map +0 -1
- package/dist/esm/security/authentications/policy/auth-policy.shared.schemas.js +0 -40
- package/dist/esm/security/authentications/policy/auth-policy.shared.schemas.js.map +0 -1
- package/dist/esm/testing/schema-decorator-utils.d.ts +0 -91
- package/dist/esm/testing/schema-decorator-utils.d.ts.map +0 -1
- package/dist/esm/testing/schema-decorator-utils.js +0 -325
- package/dist/esm/testing/schema-decorator-utils.js.map +0 -1
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
import { ResourceOperationRiskLevel } from "../../resources/resources.shared.schemas
|
|
2
|
+
import { ResourceOperationRiskLevel, ResourceOperationVariantType } from "../../resources/resources.shared.schemas";
|
|
3
|
+
import { CoreResourceOperation } from "../../resources/resources.shared.core.definitions";
|
|
4
|
+
import { PlatformAccessGrantAutoApprovalReason, PlatformAccessGrantLifecycleTransition, PlatformAccessGrantStatus } from "../../security/authorizations/platform-access-grants.shared.schemas";
|
|
5
|
+
import { ExecutionContext_ExecutionType } from "../../runtime/execution-context.shared.schemas";
|
|
6
|
+
import { AuthScopeType, SsoConnectionType } from "../../security/authentications/authentication.shared.schemas";
|
|
7
|
+
import { WebhookEndpointProbeOutcome } from "../../notifications/m2m/webhook-config.shared.schemas";
|
|
3
8
|
export declare enum CoreAuditableEventType {
|
|
4
9
|
USER_LOGIN = "user_login",
|
|
5
10
|
USER_LOGOUT = "user_logout",
|
|
@@ -9,12 +14,53 @@ export declare enum CoreAuditableEventType {
|
|
|
9
14
|
USER_MFA_ENABLED = "user_mfa_enabled",
|
|
10
15
|
USER_MFA_DISABLED = "user_mfa_disabled",
|
|
11
16
|
USER_SESSION_EXPIRED = "user_session_expired",
|
|
17
|
+
MACHINE_AUTH_SUCCESS = "machine_auth_success",
|
|
18
|
+
MACHINE_AUTH_FAILED = "machine_auth_failed",
|
|
19
|
+
MACHINE_ACCESS = "machine_access",
|
|
12
20
|
USER_CREATED = "user_created",
|
|
13
21
|
USER_UPDATED = "user_updated",
|
|
14
22
|
USER_DELETED = "user_deleted",
|
|
23
|
+
USER_APP_ROLES_CHANGED = "user_app_roles_changed",
|
|
24
|
+
APPLICATION_SUPER_ADMIN_FLOOR_BREACHED = "application_super_admin_floor_breached",
|
|
25
|
+
/**
|
|
26
|
+
* A tenant was left with no administratively usable owner by an action that was ALLOWED to proceed.
|
|
27
|
+
*
|
|
28
|
+
* The organization-scope twin of {@link APPLICATION_SUPER_ADMIN_FLOOR_BREACHED}, and unlike it this
|
|
29
|
+
* one HAS an actor: it is emitted when a user lifecycle transition (typically a suspension) removes
|
|
30
|
+
* the last usable owner of a tenant. That write is deliberately not refused — suspension is usually
|
|
31
|
+
* incident response, and blocking it would mean an operator cannot lock out a compromised owner
|
|
32
|
+
* without first transferring ownership using the tenant the attacker controls.
|
|
33
|
+
*
|
|
34
|
+
* Because the action proceeds, this record is the ENTIRE control. It is not decoration.
|
|
35
|
+
*/
|
|
36
|
+
ORGANIZATION_OWNER_FLOOR_BREACHED = "organization_owner_floor_breached",
|
|
15
37
|
ORGANIZATION_CREATED = "organization_created",
|
|
16
38
|
ORGANIZATION_UPDATED = "organization_updated",
|
|
17
39
|
ORGANIZATION_DELETED = "organization_deleted",
|
|
40
|
+
/** The tenant was MARKED for deletion (soft-delete). Its access dies here; its data dies at the purge. */
|
|
41
|
+
ORGANIZATION_DELETION_REQUESTED = "organization_deletion_requested",
|
|
42
|
+
/** A pending tenant deletion was cancelled inside the retention window. */
|
|
43
|
+
ORGANIZATION_RESTORED = "organization_restored",
|
|
44
|
+
/** The tenant was administratively HALTED. Confers no authority while suspended. */
|
|
45
|
+
ORGANIZATION_SUSPENDED = "organization_suspended",
|
|
46
|
+
/** A halted or expired tenant was returned to normal operation. */
|
|
47
|
+
ORGANIZATION_ACTIVATED = "organization_activated",
|
|
48
|
+
/**
|
|
49
|
+
* A governed lifecycle transition changed a subject's `status` — membership suspension and
|
|
50
|
+
* reactivation, administrative user suspension, self-service account deactivation.
|
|
51
|
+
*
|
|
52
|
+
* ONE event type rather than five near-identical ones, because the five verbs it serves share an
|
|
53
|
+
* identical data shape: a subject, a from→to status pair, an optional caller reason, and an
|
|
54
|
+
* optional automatic-reactivation deadline. `resourceType` + `operationIdentifier` fully
|
|
55
|
+
* discriminate which verb ran, so splitting would produce five schemas differing only in their
|
|
56
|
+
* literal and force a reviewer asking "show me every suspension" to union five queries.
|
|
57
|
+
*
|
|
58
|
+
* Deliberately distinct from {@link ORGANIZATION_SUSPENDED} / {@link ORGANIZATION_ACTIVATED},
|
|
59
|
+
* which are NOT collapsed into this: tenant transitions carry domain facts these do not
|
|
60
|
+
* (`revokedUserTypeCount` / `regrantedUserTypeCount` — the platform-wide reach of halting a
|
|
61
|
+
* tenant), so they are genuinely different events rather than the same event on another resource.
|
|
62
|
+
*/
|
|
63
|
+
RESOURCE_STATUS_TRANSITION_PERFORMED = "resource_status_transition_performed",
|
|
18
64
|
ORGANIZATION_MEMBER_INVITED = "organization_member_invited",
|
|
19
65
|
ORGANIZATION_MEMBER_JOINED = "organization_member_joined",
|
|
20
66
|
ORGANIZATION_MEMBER_UPDATED = "organization_member_updated",
|
|
@@ -25,12 +71,16 @@ export declare enum CoreAuditableEventType {
|
|
|
25
71
|
ORGANIZATION_PREFERENCES_UPDATED = "organization_preferences_updated",
|
|
26
72
|
ORGANIZATION_PROFILE_UPDATED = "organization_profile_updated",
|
|
27
73
|
ORGANIZATION_UNIT_UPDATED = "organization_unit_updated",
|
|
74
|
+
ORGANIZATION_UNIT_MEMBER_ROLE_CHANGED = "organization_unit_member_role_changed",
|
|
75
|
+
ORGANIZATION_UNIT_MEMBER_REMOVED = "organization_unit_member_removed",
|
|
28
76
|
USER_SSO_LOGIN = "user_sso_login",
|
|
29
77
|
USER_SSO_LOGIN_FAILED = "user_sso_login_failed",
|
|
30
78
|
USER_SSO_ENFORCEMENT_BLOCKED = "user_sso_enforcement_blocked",
|
|
31
79
|
USER_TOKEN_REFRESHED = "user_token_refreshed",
|
|
32
80
|
ORGANIZATION_SSO_CONFIGURATION_CHANGED = "organization_sso_configuration_changed",
|
|
33
81
|
ORGANIZATION_SIEM_EXPORT_CONFIGURED = "organization_siem_export_configured",
|
|
82
|
+
APPLICATION_AUTH_POLICY_CHANGED = "application_auth_policy_changed",
|
|
83
|
+
WEBHOOK_ENDPOINT_TEST_DISPATCHED = "webhook_endpoint_test_dispatched",
|
|
34
84
|
SCIM_TOKEN_CREATED = "scim_token_created",
|
|
35
85
|
SCIM_TOKEN_REVOKED = "scim_token_revoked",
|
|
36
86
|
SCIM_TOKEN_GENERATED = "scim_token_generated",
|
|
@@ -42,6 +92,15 @@ export declare enum CoreAuditableEventType {
|
|
|
42
92
|
SCIM_USER_DEACTIVATED = "scim_user_deactivated",
|
|
43
93
|
USER_PASSWORD_RESET_REQUESTED = "user_password_reset_requested",
|
|
44
94
|
USER_PASSWORD_RESET_COMPLETED = "user_password_reset_completed",
|
|
95
|
+
/**
|
|
96
|
+
* An ADMINISTRATOR compelled a credential reset on another user's account.
|
|
97
|
+
*
|
|
98
|
+
* Deliberately distinct from `USER_PASSWORD_RESET_REQUESTED`, which records a SELF-SERVICE
|
|
99
|
+
* request and carries no actor: reusing it for an admin action would attribute the reset to
|
|
100
|
+
* the account owner, so the audit trail would name the wrong human for a privileged act. This
|
|
101
|
+
* event names both the actor and the target, and records the operator's documented reason.
|
|
102
|
+
*/
|
|
103
|
+
USER_PASSWORD_RESET_FORCED = "user_password_reset_forced",
|
|
45
104
|
USER_REGISTERED = "user_registered",
|
|
46
105
|
USER_EMAIL_VERIFIED = "user_email_verified",
|
|
47
106
|
USER_VERIFICATION_EMAIL_RESENT = "user_verification_email_resent",
|
|
@@ -75,8 +134,120 @@ export declare enum CoreAuditableEventType {
|
|
|
75
134
|
OAUTH2_PROVIDER_BLOCKED = "oauth2_provider_blocked",
|
|
76
135
|
ONE_OFF_TOKEN_CREATED = "one_off_token_created",
|
|
77
136
|
ONE_OFF_TOKEN_EXCHANGED = "one_off_token_exchanged",
|
|
137
|
+
/** revocation-B1: a super-admin cancelled an un-exchanged one-off (impersonation) session token. */
|
|
138
|
+
ONE_OFF_TOKEN_REVOKED = "one_off_token_revoked",
|
|
139
|
+
USER_CROSS_FRONTEND_HANDOFF_ISSUED = "user_cross_frontend_handoff_issued",
|
|
78
140
|
EMERGENCY_ACCESS_USED = "emergency_access_used",
|
|
79
|
-
FIELD_ACCESS = "field_access"
|
|
141
|
+
FIELD_ACCESS = "field_access",
|
|
142
|
+
RESOURCE_OPERATION_PERFORMED = "resource_operation_performed",
|
|
143
|
+
RESOURCE_OPERATION_DENIED = "resource_operation_denied",
|
|
144
|
+
CROSS_TENANT_ADMINISTRATIVE_ACCESS = "cross_tenant_administrative_access",
|
|
145
|
+
PLATFORM_ACCESS_GRANT_LIFECYCLE = "platform_access_grant_lifecycle",
|
|
146
|
+
/**
|
|
147
|
+
* An operator enumerated an APPLICATION-WIDE directory — a collection read that is deliberately
|
|
148
|
+
* not confined to any one tenant.
|
|
149
|
+
*
|
|
150
|
+
* ## Why this is not {@link CROSS_TENANT_ADMINISTRATIVE_ACCESS}
|
|
151
|
+
*
|
|
152
|
+
* That event answers "an operator reached a ROW belonging to a tenant they are not a member of",
|
|
153
|
+
* and it is emitted after comparing a FETCHED row's organization against the caller's role
|
|
154
|
+
* entries. A directory read has no row and no target tenant — the whole point is that it spans
|
|
155
|
+
* all of them — so there is nothing for that comparison to consume. Merging the two would put
|
|
156
|
+
* two different questions behind one event type and make the existing one's `targetOrganizationId`
|
|
157
|
+
* meaningless on half its rows. Closed vocabularies do not merge.
|
|
158
|
+
*
|
|
159
|
+
* ## Why it exists at all
|
|
160
|
+
*
|
|
161
|
+
* The reach is INTENDED and declared (`users | list | admin` is documented as "admin-gated global
|
|
162
|
+
* user listing"), and it cannot be governed by the platform-access-grant mechanism: that admission
|
|
163
|
+
* requires a usable grant for a TARGET tenant, and a collection call has none. So prevention is
|
|
164
|
+
* structurally unavailable and EVIDENCE is the control that remains — which is exactly what
|
|
165
|
+
* `.claude/rules/administrative-continuity-floors.md` asks for on a sanctioned reach: "every
|
|
166
|
+
* crossing is NAMED in the trail". Before this event, an operator could enumerate every user's
|
|
167
|
+
* email across every tenant and leave nothing behind.
|
|
168
|
+
*
|
|
169
|
+
* INFO, not WARNING: unlike its cross-tenant sibling this is an ordinary, expected administrative
|
|
170
|
+
* read on a surface built for it. The subset worth escalating is selected by a SIEM rule on
|
|
171
|
+
* `resourceType` + `returnedCount`, both of which ride the payload.
|
|
172
|
+
*
|
|
173
|
+
* assurance-control: WILDO.ACCESS.AUTHORIZATION_DECISION_AUDIT — an unconfined administrative read
|
|
174
|
+
* of application-wide data is recorded with its actor, surface and size.
|
|
175
|
+
*/
|
|
176
|
+
PLATFORM_DIRECTORY_ACCESS = "platform_directory_access",
|
|
177
|
+
SYSTEM_CONTEXT_READ = "system_context_read",
|
|
178
|
+
SYSTEM_CONTEXT_WRITE = "system_context_write",
|
|
179
|
+
RETAINED_DATA_ACCESS = "retained_data_access",
|
|
180
|
+
SUBJECT_DATA_EXPORT = "subject_data_export",
|
|
181
|
+
COLLECTION_DATA_EXPORT = "collection_data_export",
|
|
182
|
+
HTTP_API_READ_THROUGH_ACCESS = "http_api_read_through_access",
|
|
183
|
+
HTTP_API_EXTERNAL_ERASURE = "http_api_external_erasure",
|
|
184
|
+
HTTP_API_NON_ERASURE_ACKNOWLEDGED = "http_api_non_erasure_acknowledged",
|
|
185
|
+
/** A user-delegated `authorization_code` access token was minted for a third-party client
|
|
186
|
+
* (the client may now act AS the user at the bound A2A/MCP resource) — the flagship grant. */
|
|
187
|
+
OAUTH_DELEGATED_TOKEN_ISSUED = "oauth_delegated_token_issued",
|
|
188
|
+
/** A user APPROVED an interactive consent request — the client is authorized for this authorize flow. */
|
|
189
|
+
OAUTH_CONSENT_GRANTED = "oauth_consent_granted",
|
|
190
|
+
/** A user DENIED an interactive consent request — access refused (protective, benign). */
|
|
191
|
+
OAUTH_CONSENT_DENIED = "oauth_consent_denied",
|
|
192
|
+
/** A durable "remember this app" consent grant was created/updated — persistent delegated authority. */
|
|
193
|
+
OAUTH_CONSENT_GRANT_PERSISTED = "oauth_consent_grant_persisted",
|
|
194
|
+
/**
|
|
195
|
+
* An ANONYMOUS caller created an OAuth client identity through RFC 7591 dynamic registration.
|
|
196
|
+
* The only write in this application reachable without any credential, so every occurrence is
|
|
197
|
+
* evidence: the row it creates is durable, and the population of these rows is what an operator
|
|
198
|
+
* needs to be able to review and revoke.
|
|
199
|
+
*/
|
|
200
|
+
OAUTH_DYNAMIC_CLIENT_REGISTERED = "oauth_dynamic_client_registered",
|
|
201
|
+
/**
|
|
202
|
+
* A URL-formatted `client_id` (CIMD) was REFUSED at the authorize endpoint.
|
|
203
|
+
*
|
|
204
|
+
* Auditable because the refusal reasons are not all equal: `HOST_NOT_ALLOWED` is a
|
|
205
|
+
* misconfiguration, while `SSRF_TARGET_REFUSED` is an unauthenticated stranger trying to make
|
|
206
|
+
* this server fetch an address only it can reach. Both arrive at the same endpoint from the same
|
|
207
|
+
* kind of caller, so only the reason distinguishes them — and a spike in either is a thing an
|
|
208
|
+
* operator must be able to alert on.
|
|
209
|
+
*/
|
|
210
|
+
OAUTH_CIMD_CLIENT_REFUSED = "oauth_cimd_client_refused",
|
|
211
|
+
/** A user token was rotated via the provider `refresh_token` grant (`/oauth/token`). */
|
|
212
|
+
OAUTH_TOKEN_REFRESHED = "oauth_token_refreshed",
|
|
213
|
+
/** A token was revoked via `/oauth/revoke` (RFC 7009). */
|
|
214
|
+
OAUTH_TOKEN_REVOKED = "oauth_token_revoked",
|
|
215
|
+
/** An OIDC RP-Initiated Logout terminated the End-User's OP session at `/oauth/end-session`
|
|
216
|
+
* (revocation-C). Distinct from `USER_LOGOUT` (first-party self-logout) and `OAUTH_TOKEN_REVOKED`
|
|
217
|
+
* (RFC 7009 token revocation): this ends a SESSION on a relying party's behalf. */
|
|
218
|
+
OAUTH_RP_INITIATED_LOGOUT = "oauth_rp_initiated_logout",
|
|
219
|
+
/** An `authorization_code` exchange was REJECTED (replay / PKCE failure / redirect mismatch / …) —
|
|
220
|
+
* a potential attack signal. The specific cause rides `eventData.reason`. */
|
|
221
|
+
OAUTH_CODE_EXCHANGE_FAILED = "oauth_code_exchange_failed",
|
|
222
|
+
/** A consent DECISION was attempted by a user who is NOT the consent request's bound user (403) —
|
|
223
|
+
* a textbook cross-user authorization-abuse signal. */
|
|
224
|
+
OAUTH_CONSENT_BINDING_VIOLATION = "oauth_consent_binding_violation",
|
|
225
|
+
/** Refresh-token REUSE detected → the whole token family was revoked (possible theft). Emitted by the
|
|
226
|
+
* refresh CALLERS (the token issuer stays audit-free by design — it surfaces a reuse signal instead). */
|
|
227
|
+
USER_REFRESH_TOKEN_REUSE_DETECTED = "user_refresh_token_reuse_detected"
|
|
228
|
+
}
|
|
229
|
+
/**
|
|
230
|
+
* Closed vocabulary of `OAUTH_CODE_EXCHANGE_FAILED` failure causes (RFC 6749 / OAuth 2.1 / RFC 7636).
|
|
231
|
+
* A dedicated enum (not an inline literal union) so the emit sites, the schema, and any SIEM
|
|
232
|
+
* consumer share one runtime source — the project's closed-vocabulary rule.
|
|
233
|
+
*/
|
|
234
|
+
export declare enum OAuthCodeExchangeFailureReason {
|
|
235
|
+
/** The single-use code did not atomically consume — replayed, expired, or never issued. */
|
|
236
|
+
CODE_REPLAY_OR_INVALID = "code_replay_or_invalid",
|
|
237
|
+
/** The consumed token was of a different consumable-token type (not an authorization code). */
|
|
238
|
+
NOT_AUTHORIZATION_CODE = "not_authorization_code",
|
|
239
|
+
/** The decoded code carried no subject (userId). */
|
|
240
|
+
NO_SUBJECT = "no_subject",
|
|
241
|
+
/** The redeeming `client_id` differs from the client the code was issued to. */
|
|
242
|
+
CLIENT_MISMATCH = "client_mismatch",
|
|
243
|
+
/** The redeeming `redirect_uri` differs from the one bound at authorize. */
|
|
244
|
+
REDIRECT_URI_MISMATCH = "redirect_uri_mismatch",
|
|
245
|
+
/** The PKCE `code_verifier` failed the bound S256 challenge (or was malformed). */
|
|
246
|
+
PKCE_VERIFICATION_FAILED = "pkce_verification_failed",
|
|
247
|
+
/** The client was deactivated between authorize and redemption (redemption-window re-check). */
|
|
248
|
+
CLIENT_INACTIVE = "client_inactive",
|
|
249
|
+
/** The client lost the `authorization_code` grant between authorize and redemption. */
|
|
250
|
+
GRANT_TYPE_LOST = "grant_type_lost"
|
|
80
251
|
}
|
|
81
252
|
/** Canonical event categories — used by auditable-events, security-envelope, audit-logs. */
|
|
82
253
|
export declare enum AuditEventCategory {
|
|
@@ -92,10 +263,66 @@ export declare enum AuditEventSeverity {
|
|
|
92
263
|
WARNING = "warning",
|
|
93
264
|
CRITICAL = "critical"
|
|
94
265
|
}
|
|
95
|
-
/**
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
266
|
+
/**
|
|
267
|
+
* Why the authorizer refused an operation. A CLOSED vocabulary — the authorizer resolves exactly
|
|
268
|
+
* one of these per refusal, and a SOC dashboard groups by it.
|
|
269
|
+
*
|
|
270
|
+
* The distinction that matters most operationally is {@link SUBJECT_NOT_RESOLVABLE} vs. the rest:
|
|
271
|
+
* every other member is a caller who reached a real, visible row and was refused on roles or scope,
|
|
272
|
+
* whereas that one is a caller who named a row they cannot see at all — the shape of tenant
|
|
273
|
+
* enumeration.
|
|
274
|
+
*/
|
|
275
|
+
export declare enum ResourceOperationDenialReason {
|
|
276
|
+
/**
|
|
277
|
+
* No initiator identity or roles on the execution context. Fail-closed: the authorizer refuses
|
|
278
|
+
* rather than assuming an anonymous caller.
|
|
279
|
+
*
|
|
280
|
+
* **A backstop, not a live path — verified.** The execution context fails closed earlier and
|
|
281
|
+
* harder: every execution type that reaches the authorizer refuses to CONSTRUCT without
|
|
282
|
+
* `initiatorIds`, and the one type that permits null (`WEBHOOK_CALLBACK`) is skipped before the
|
|
283
|
+
* guard, since signature verification already established trust. The roles half cannot fire
|
|
284
|
+
* either — the context spreads `initiatorRoles`, so the only accepted value is an array.
|
|
285
|
+
*
|
|
286
|
+
* A row carrying this reason therefore means something bypassed context construction. Treat it as
|
|
287
|
+
* a defect signal, not routine refusal traffic.
|
|
288
|
+
*/
|
|
289
|
+
MISSING_INITIATOR = "missing_initiator",
|
|
290
|
+
/**
|
|
291
|
+
* The caller's organization-wide roles did not satisfy the operation's required role set, after
|
|
292
|
+
* role-hierarchy expansion. The everyday "you are not an admin" refusal.
|
|
293
|
+
*/
|
|
294
|
+
INSUFFICIENT_ROLES = "insufficient_roles",
|
|
295
|
+
/**
|
|
296
|
+
* The caller was refused against the target row's PRIMARY SCOPE — the row belongs to another
|
|
297
|
+
* user, organization or application than the caller is entitled to. Distinct from
|
|
298
|
+
* {@link INSUFFICIENT_ROLES}: the caller may hold the right role, but in the wrong tenant.
|
|
299
|
+
*/
|
|
300
|
+
SCOPE_MISMATCH = "scope_mismatch",
|
|
301
|
+
/**
|
|
302
|
+
* The caller reached the resource through a foreign-key path (`/assigned-to-users/{userId}/todos`)
|
|
303
|
+
* whose owning entity they do not control.
|
|
304
|
+
*/
|
|
305
|
+
FK_RELATIONSHIP_DENIED = "fk_relationship_denied",
|
|
306
|
+
/**
|
|
307
|
+
* A collection operation was refused on its PARENT scope — the caller has no access to the
|
|
308
|
+
* organization / application whose collection they addressed.
|
|
309
|
+
*/
|
|
310
|
+
PARENT_SCOPE_DENIED = "parent_scope_denied",
|
|
311
|
+
/**
|
|
312
|
+
* The named row could not be resolved for the caller: it does not exist, OR it exists and is
|
|
313
|
+
* invisible to the caller's scope. The authorizer **cannot distinguish these two** — and that is
|
|
314
|
+
* deliberate, because reporting them differently would leak the existence of out-of-scope rows.
|
|
315
|
+
* The refusal surfaces to the caller as NOT_FOUND (404) and that response is unchanged by this
|
|
316
|
+
* event; only the audit trail records that a refusal occurred.
|
|
317
|
+
*
|
|
318
|
+
* Consequently this reason is AMBIGUOUS BY CONSTRUCTION and a single occurrence proves nothing —
|
|
319
|
+
* a 404 for a genuinely deleted record lands here too. Its value is in the aggregate: a principal
|
|
320
|
+
* accumulating these against ids they never successfully read is enumerating.
|
|
321
|
+
*
|
|
322
|
+
* assurance-control: WILDO.ACCESS.AUTHORIZATION_DECISION_AUDIT — refusals are recorded without the record itself
|
|
323
|
+
* becoming an existence oracle.
|
|
324
|
+
*/
|
|
325
|
+
SUBJECT_NOT_RESOLVABLE = "subject_not_resolvable"
|
|
99
326
|
}
|
|
100
327
|
/** SSO configuration change type. */
|
|
101
328
|
export declare enum SsoConfigChangeType {
|
|
@@ -112,6 +339,55 @@ export declare enum SiemExportChangeType {
|
|
|
112
339
|
DISABLED = "disabled",
|
|
113
340
|
UPDATED = "updated"
|
|
114
341
|
}
|
|
342
|
+
/**
|
|
343
|
+
* Normalised MACHINE_ACCESS operation vocabulary. Transport-native method names (A2A JSON-RPC
|
|
344
|
+
* `message/send`, MCP `tools/call`, …) are mapped to these stable, transport-prefixed audit
|
|
345
|
+
* identifiers so an org SIEM reads ONE vocabulary across every external resource-server surface.
|
|
346
|
+
* The `<transport>_<method>` shape keeps A2A and MCP operations disambiguated in a flat stream.
|
|
347
|
+
*/
|
|
348
|
+
export declare enum MachineAccessOperation {
|
|
349
|
+
A2A_MESSAGE_SEND = "a2a_message_send",
|
|
350
|
+
A2A_MESSAGE_STREAM = "a2a_message_stream",
|
|
351
|
+
/** Reading one task's state. Externally triggered and tenant-actionable, so it audits. */
|
|
352
|
+
A2A_TASKS_GET = "a2a_tasks_get",
|
|
353
|
+
/** Requesting cancellation of a task — a MUTATION of tenant work, audited as such. */
|
|
354
|
+
A2A_TASKS_CANCEL = "a2a_tasks_cancel",
|
|
355
|
+
/**
|
|
356
|
+
* Re-attaching to a task's update stream after a dropped connection.
|
|
357
|
+
*
|
|
358
|
+
* Audited like `A2A_TASKS_GET` and for the same reason: it is a READ of tenant work by an external
|
|
359
|
+
* principal. It deserves its own member rather than borrowing the get — a resubscribe holds a
|
|
360
|
+
* connection open for as long as the task runs, so in a trail the two have very different shapes,
|
|
361
|
+
* and collapsing them would hide a caller camping on a stream behind ordinary polling.
|
|
362
|
+
*/
|
|
363
|
+
A2A_TASKS_RESUBSCRIBE = "a2a_tasks_resubscribe",
|
|
364
|
+
/**
|
|
365
|
+
* Registering a webhook the agent will POST this task's updates to.
|
|
366
|
+
*
|
|
367
|
+
* The most security-relevant of the push-notification operations and the reason all four get their
|
|
368
|
+
* own members: the caller is directing OUR server to make outbound requests to an address IT
|
|
369
|
+
* chooses, carrying credentials IT supplies. In a trail that is a different act from reading a
|
|
370
|
+
* task, and an operator reviewing egress needs to find every one of them without inferring it from
|
|
371
|
+
* a generic access row.
|
|
372
|
+
*/
|
|
373
|
+
A2A_PUSH_NOTIFICATION_CONFIG_SET = "a2a_push_notification_config_set",
|
|
374
|
+
/** Reading back one registered webhook target. Secrets are redacted, but the URL is disclosed. */
|
|
375
|
+
A2A_PUSH_NOTIFICATION_CONFIG_GET = "a2a_push_notification_config_get",
|
|
376
|
+
/** Enumerating every webhook target registered against a task. */
|
|
377
|
+
A2A_PUSH_NOTIFICATION_CONFIG_LIST = "a2a_push_notification_config_list",
|
|
378
|
+
/** Removing a webhook target — a MUTATION, and the act that silently stops an operator's alerting. */
|
|
379
|
+
A2A_PUSH_NOTIFICATION_CONFIG_DELETE = "a2a_push_notification_config_delete",
|
|
380
|
+
/**
|
|
381
|
+
* Enumerating an owner's tasks (A2A 1.0 `ListTasks`).
|
|
382
|
+
*
|
|
383
|
+
* Its own member rather than borrowing `A2A_TASKS_GET`: a LIST discloses the existence and shape
|
|
384
|
+
* of work the caller did not name, which in a trail is a different act from reading one task an
|
|
385
|
+
* operator already knows about. Collapsing them would hide enumeration behind ordinary polling.
|
|
386
|
+
*/
|
|
387
|
+
A2A_TASKS_LIST = "a2a_tasks_list",
|
|
388
|
+
MCP_TOOLS_LIST = "mcp_tools_list",
|
|
389
|
+
MCP_TOOLS_CALL = "mcp_tools_call"
|
|
390
|
+
}
|
|
115
391
|
export declare const AuditableEventTypeSchema: z.ZodUnion<readonly [z.ZodEnum<typeof CoreAuditableEventType>, z.ZodString]>;
|
|
116
392
|
export declare const AuditableEvent_User_LoginEventDataSchema: z.ZodObject<{
|
|
117
393
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_LOGIN>;
|
|
@@ -121,13 +397,13 @@ export declare const AuditableEvent_User_LoginEventDataSchema: z.ZodObject<{
|
|
|
121
397
|
authMethod: z.ZodOptional<z.ZodString>;
|
|
122
398
|
email: z.ZodOptional<z.ZodString>;
|
|
123
399
|
sessionId: z.ZodOptional<z.ZodString>;
|
|
124
|
-
}, z.core.$strip
|
|
400
|
+
}, z.core.$strip>;
|
|
125
401
|
export declare const AuditableEvent_User_LogoutEventDataSchema: z.ZodObject<{
|
|
126
402
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_LOGOUT>;
|
|
127
403
|
userId: z.ZodString;
|
|
128
404
|
ipAddress: z.ZodString;
|
|
129
405
|
userAgent: z.ZodString;
|
|
130
|
-
}, z.core.$strip
|
|
406
|
+
}, z.core.$strip>;
|
|
131
407
|
export declare const AuditableEvent_User_LoginFailedEventDataSchema: z.ZodObject<{
|
|
132
408
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_LOGIN_FAILED>;
|
|
133
409
|
email: z.ZodEmail;
|
|
@@ -137,7 +413,18 @@ export declare const AuditableEvent_User_LoginFailedEventDataSchema: z.ZodObject
|
|
|
137
413
|
userAgent: z.ZodString;
|
|
138
414
|
attemptsRemaining: z.ZodOptional<z.ZodNumber>;
|
|
139
415
|
sessionId: z.ZodString;
|
|
140
|
-
}, z.core.$strip
|
|
416
|
+
}, z.core.$strip>;
|
|
417
|
+
/**
|
|
418
|
+
* Which lockout mechanism tripped a `USER_ACCOUNT_LOCKED` audit — so a SOC can distinguish the two
|
|
419
|
+
* sources, which have different remediation: the per-SESSION progressive failed-attempt limit vs the
|
|
420
|
+
* per-EMAIL global rate-limit. Enum (fixed vocabulary), not a string union, per the project rule.
|
|
421
|
+
*/
|
|
422
|
+
export declare enum AccountLockoutReason {
|
|
423
|
+
/** The per-session progressive failed-attempt limit tripped (`incrementSessionAttempts`). */
|
|
424
|
+
SESSION_ATTEMPT_LIMIT = "session_attempt_limit",
|
|
425
|
+
/** The per-email GLOBAL rate-limit lockout tripped (`checkRateLimit(GLOBAL_LOCKOUT + email)`). */
|
|
426
|
+
GLOBAL_EMAIL_RATE_LIMIT = "global_email_rate_limit"
|
|
427
|
+
}
|
|
141
428
|
export declare const AuditableEvent_User_AccountLockedEventDataSchema: z.ZodObject<{
|
|
142
429
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_ACCOUNT_LOCKED>;
|
|
143
430
|
userId: z.ZodString;
|
|
@@ -147,14 +434,157 @@ export declare const AuditableEvent_User_AccountLockedEventDataSchema: z.ZodObje
|
|
|
147
434
|
ipAddress: z.ZodString;
|
|
148
435
|
userAgent: z.ZodString;
|
|
149
436
|
sessionId: z.ZodString;
|
|
150
|
-
|
|
437
|
+
reason: z.ZodOptional<z.ZodEnum<typeof AccountLockoutReason>>;
|
|
438
|
+
}, z.core.$strip>;
|
|
439
|
+
/**
|
|
440
|
+
* A machine principal (api-key / OAuth-client secret / exchanged client-credentials token) that
|
|
441
|
+
* successfully authenticated. Carries the credential PROVENANCE — never the raw secret. Emitted at
|
|
442
|
+
* the OAuth token-issuance moment (`/oauth/token`); per-request direct-secret access additionally
|
|
443
|
+
* carries this provenance into any FIELD_ACCESS audit row (see `audit-access-fields`).
|
|
444
|
+
*/
|
|
445
|
+
export declare const AuditableEvent_MachineAuth_SuccessEventDataSchema: z.ZodObject<{
|
|
446
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.MACHINE_AUTH_SUCCESS>;
|
|
447
|
+
authMethod: z.ZodString;
|
|
448
|
+
credentialId: z.ZodString;
|
|
449
|
+
scopeType: z.ZodString;
|
|
450
|
+
scopeId: z.ZodOptional<z.ZodString>;
|
|
451
|
+
resourceIdentifier: z.ZodOptional<z.ZodString>;
|
|
452
|
+
operationIdentifier: z.ZodOptional<z.ZodString>;
|
|
453
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
454
|
+
}, z.core.$strip>;
|
|
455
|
+
/**
|
|
456
|
+
* A rejected machine-credential presentation (bad/expired/wrong-audience/wrong-scope secret or
|
|
457
|
+
* token, or a rate-limited source). Records the ATTEMPT — the presented credential kind + prefix,
|
|
458
|
+
* the target scope, and the reason — never a `credentialId` (the credential did not resolve). The
|
|
459
|
+
* per-source-IP brute-force signal (external-access hardening) is exactly this event stream.
|
|
460
|
+
*/
|
|
461
|
+
export declare const AuditableEvent_MachineAuth_FailedEventDataSchema: z.ZodObject<{
|
|
462
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.MACHINE_AUTH_FAILED>;
|
|
463
|
+
credentialKind: z.ZodString;
|
|
464
|
+
credentialPrefix: z.ZodOptional<z.ZodString>;
|
|
465
|
+
reason: z.ZodString;
|
|
466
|
+
scopeType: z.ZodOptional<z.ZodString>;
|
|
467
|
+
scopeId: z.ZodOptional<z.ZodString>;
|
|
468
|
+
resourceIdentifier: z.ZodOptional<z.ZodString>;
|
|
469
|
+
operationIdentifier: z.ZodOptional<z.ZodString>;
|
|
470
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
471
|
+
}, z.core.$strip>;
|
|
472
|
+
/**
|
|
473
|
+
* A machine principal (ORGANIZATION_MACHINE / APPLICATION_MACHINE) exercised an external
|
|
474
|
+
* resource-server surface (A2A `message/send`, MCP `tools/call`, …) with an already-issued,
|
|
475
|
+
* audience-bound token. The token-USE twin of MACHINE_AUTH_SUCCESS (token-MINT): the mint fires
|
|
476
|
+
* once, low-volume, at `/oauth/token`; THIS fires per external request so an org SIEM sees WHAT a
|
|
477
|
+
* machine did, not merely that it authenticated.
|
|
478
|
+
*
|
|
479
|
+
* Carries the credential PROVENANCE (authMethod + credentialId — never the raw secret), the ROLE
|
|
480
|
+
* context that authorized the access (roles are the single authorization axis — there is NO OAuth
|
|
481
|
+
* authorization-scope vocabulary), and the resource server + operation targeted. Emitted fire-and-
|
|
482
|
+
* forget at the A2A / MCP controller boundary AFTER the caller is authenticated + authorized; routed
|
|
483
|
+
* to the org SIEM via `routingOrgIds` (verified org for an ORGANIZATION_MACHINE; an
|
|
484
|
+
* APPLICATION_MACHINE has no single tenant SIEM ⇒ no per-org dispatch).
|
|
485
|
+
*/
|
|
486
|
+
export declare const AuditableEvent_MachineAccess_EventDataSchema: z.ZodObject<{
|
|
487
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.MACHINE_ACCESS>;
|
|
488
|
+
authMethod: z.ZodString;
|
|
489
|
+
credentialId: z.ZodString;
|
|
490
|
+
scopeType: z.ZodString;
|
|
491
|
+
scopeId: z.ZodOptional<z.ZodString>;
|
|
492
|
+
roles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
493
|
+
resourceServer: z.ZodString;
|
|
494
|
+
resourceIdentifier: z.ZodOptional<z.ZodString>;
|
|
495
|
+
operationIdentifier: z.ZodString;
|
|
496
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
497
|
+
}, z.core.$strip>;
|
|
151
498
|
export declare const AuditableEvent_User_SessionExpiredEventDataSchema: z.ZodObject<{
|
|
152
499
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_SESSION_EXPIRED>;
|
|
153
500
|
userId: z.ZodString;
|
|
154
501
|
sessionId: z.ZodString;
|
|
155
502
|
sessionDuration: z.ZodNumber;
|
|
156
503
|
lastActivity: z.ZodDate;
|
|
157
|
-
}, z.core.$strip
|
|
504
|
+
}, z.core.$strip>;
|
|
505
|
+
/**
|
|
506
|
+
* A `USERS` row was hard-deleted.
|
|
507
|
+
*
|
|
508
|
+
* The identity is gone after this event, so the record must carry enough to answer "who was
|
|
509
|
+
* removed?" without joining back to a row that no longer exists — hence `email` alongside `userId`.
|
|
510
|
+
* That is a deliberate, narrow retention of an identifier inside the audit trail: an erasure that
|
|
511
|
+
* left no trace of having happened would defeat the purpose of the trail, and the audit store is
|
|
512
|
+
* itself immutable and access-controlled. Prefer `RETAIN_AND_IMPERSONALIZE` erasure
|
|
513
|
+
* (`eraseSubjectAsSystem`) over a hard delete wherever the retention contract allows it — this
|
|
514
|
+
* event exists to make the hard-delete path, which the framework still exposes to administrators
|
|
515
|
+
* through `USERS | DELETE`, leave evidence.
|
|
516
|
+
*
|
|
517
|
+
* `deletedBy` is the acting principal, which for the admin route is NOT the subject. Mirrors
|
|
518
|
+
* `AuditableEvent_Organization_DeletedEventDataSchema`.
|
|
519
|
+
*
|
|
520
|
+
* assurance-control: WILDO.DATA.SECURE_LIFECYCLE — identity destruction is a
|
|
521
|
+
* security-relevant event and must be attributable.
|
|
522
|
+
*/
|
|
523
|
+
export declare const AuditableEvent_User_DeletedEventDataSchema: z.ZodObject<{
|
|
524
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.USER_DELETED>;
|
|
525
|
+
userId: z.ZodString;
|
|
526
|
+
email: z.ZodOptional<z.ZodString>;
|
|
527
|
+
deletedBy: z.ZodString;
|
|
528
|
+
appRoles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
529
|
+
}, z.core.$strip>;
|
|
530
|
+
/**
|
|
531
|
+
* Application-role grant / revocation on a `USERS` row.
|
|
532
|
+
*
|
|
533
|
+
* Carries BOTH the before and after arrays rather than only the delta: an auditor reconstructing a
|
|
534
|
+
* principal's authority at a point in time needs the resulting set, and the delta alone cannot
|
|
535
|
+
* distinguish "granted a role they already held" (a no-op) from a real widening. `requestedRoles`
|
|
536
|
+
* is what the administrator ASKED for — for an additive grant it is the delta, for a whole-array
|
|
537
|
+
* rewrite through the core UPDATE it is the full authored set — which is also exactly the set the
|
|
538
|
+
* role-ceiling gate measured, so the record shows what was checked, not just what resulted.
|
|
539
|
+
*
|
|
540
|
+
* `reason` is the administrator's free-text justification where the operation collects one
|
|
541
|
+
* (`assign_roles` / `revoke_roles`); the core UPDATE path has no such field and omits it.
|
|
542
|
+
*/
|
|
543
|
+
export declare const AuditableEvent_User_AppRolesChangedEventDataSchema: z.ZodObject<{
|
|
544
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.USER_APP_ROLES_CHANGED>;
|
|
545
|
+
userId: z.ZodString;
|
|
546
|
+
previousRoles: z.ZodArray<z.ZodString>;
|
|
547
|
+
newRoles: z.ZodArray<z.ZodString>;
|
|
548
|
+
requestedRoles: z.ZodArray<z.ZodString>;
|
|
549
|
+
operation: z.ZodString;
|
|
550
|
+
changedBy: z.ZodString;
|
|
551
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
552
|
+
}, z.core.$strip>;
|
|
553
|
+
/**
|
|
554
|
+
* The application has no administratively usable super-administrator.
|
|
555
|
+
*
|
|
556
|
+
* Emitted by the startup floor report, not by a write path — every write that could REACH this state
|
|
557
|
+
* refuses instead, so an emission here is evidence the state arrived outside the guarded paths.
|
|
558
|
+
*
|
|
559
|
+
* `conferringRoles` is recorded because the answer depends on the LIVE role table: an application
|
|
560
|
+
* that renames or drops a custom role carrying `inheritFrom: APP_ADMIN_SUPER_ADMIN` can breach the
|
|
561
|
+
* floor without any user row changing, and an auditor reading the event a month later cannot
|
|
562
|
+
* reconstruct which roles counted at boot without it.
|
|
563
|
+
*/
|
|
564
|
+
export declare const AuditableEvent_Application_SuperAdminFloorBreachedEventDataSchema: z.ZodObject<{
|
|
565
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.APPLICATION_SUPER_ADMIN_FLOOR_BREACHED>;
|
|
566
|
+
usableSuperAdminCount: z.ZodNumber;
|
|
567
|
+
requiredUsableSuperAdminCount: z.ZodNumber;
|
|
568
|
+
conferringRoles: z.ZodArray<z.ZodString>;
|
|
569
|
+
usableStatuses: z.ZodArray<z.ZodString>;
|
|
570
|
+
}, z.core.$strip>;
|
|
571
|
+
/**
|
|
572
|
+
* A tenant left unadministrable by an allowed action.
|
|
573
|
+
*
|
|
574
|
+
* Carries the tenant, the memberships that stopped counting, and WHY the action was permitted, so an
|
|
575
|
+
* auditor can tell a deliberate containment decision from an accident. `remainingUsableOwners` is
|
|
576
|
+
* recorded rather than assumed zero: the floor's minimum is configurable, and an event that hard-codes
|
|
577
|
+
* the consequence cannot be re-read against a changed policy.
|
|
578
|
+
*/
|
|
579
|
+
export declare const AuditableEvent_Organization_OwnerFloorBreachedEventDataSchema: z.ZodObject<{
|
|
580
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_OWNER_FLOOR_BREACHED>;
|
|
581
|
+
organizationId: z.ZodString;
|
|
582
|
+
reducedMemberIds: z.ZodArray<z.ZodString>;
|
|
583
|
+
remainingUsableOwners: z.ZodNumber;
|
|
584
|
+
operationIdentifier: z.ZodString;
|
|
585
|
+
subjectUserId: z.ZodString;
|
|
586
|
+
subjectNextStatus: z.ZodString;
|
|
587
|
+
}, z.core.$strip>;
|
|
158
588
|
export declare const AuditableEvent_OrganizationMember_InvitedEventDataSchema: z.ZodObject<{
|
|
159
589
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_MEMBER_INVITED>;
|
|
160
590
|
organizationId: z.ZodString;
|
|
@@ -162,28 +592,125 @@ export declare const AuditableEvent_OrganizationMember_InvitedEventDataSchema: z
|
|
|
162
592
|
invitedBy: z.ZodString;
|
|
163
593
|
roles: z.ZodArray<z.ZodString>;
|
|
164
594
|
email: z.ZodOptional<z.ZodEmail>;
|
|
165
|
-
}, z.core.$strip
|
|
595
|
+
}, z.core.$strip>;
|
|
166
596
|
export declare const AuditableEvent_OrganizationMember_JoinedEventDataSchema: z.ZodObject<{
|
|
167
597
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_MEMBER_JOINED>;
|
|
168
598
|
organizationId: z.ZodString;
|
|
169
599
|
userId: z.ZodString;
|
|
170
600
|
roles: z.ZodArray<z.ZodString>;
|
|
171
601
|
invitationId: z.ZodOptional<z.ZodString>;
|
|
172
|
-
}, z.core.$strip
|
|
602
|
+
}, z.core.$strip>;
|
|
173
603
|
export declare const AuditableEvent_OrganizationMember_UpdatedEventDataSchema: z.ZodObject<{
|
|
174
604
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_MEMBER_UPDATED>;
|
|
175
605
|
organizationId: z.ZodString;
|
|
176
606
|
memberId: z.ZodString;
|
|
177
607
|
changes: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
178
|
-
}, z.core.$strip
|
|
608
|
+
}, z.core.$strip>;
|
|
609
|
+
/**
|
|
610
|
+
* Organization-wide role grant / revocation on an `ORGANIZATION_MEMBERS` row.
|
|
611
|
+
*
|
|
612
|
+
* The ORGANIZATIONS-scope twin of {@link AuditableEvent_User_AppRolesChangedEventDataSchema}, and it
|
|
613
|
+
* carries the same before/after/requested triple for the same reasons: an auditor reconstructing a
|
|
614
|
+
* principal's authority at a point in time needs the RESULTING set, and the delta alone cannot
|
|
615
|
+
* distinguish "granted a role they already held" from a real widening.
|
|
616
|
+
*
|
|
617
|
+
* ## Why `requestedRoles` is not redundant with `newRoles` here
|
|
618
|
+
*
|
|
619
|
+
* It matters MORE on this resource than on the application twin. Membership CREATE runs the authored
|
|
620
|
+
* roles through resolution before persisting them — an organization type's `defaultMemberRole` is
|
|
621
|
+
* injected when the caller authored none — so "what the administrator asked for" and "what the
|
|
622
|
+
* member ended up holding" genuinely differ on an ordinary invite. `requestedRoles` is also exactly
|
|
623
|
+
* the set the role-ceiling gate measured, so the record shows what was CHECKED, not only what
|
|
624
|
+
* resulted. It is optional because "the caller authored no roles at all" (policy supplied them) is a
|
|
625
|
+
* different fact from "the caller explicitly authored an empty array", and collapsing the two would
|
|
626
|
+
* lose the distinction the ceiling gate itself draws.
|
|
627
|
+
*
|
|
628
|
+
* ## Why both `memberId` and `userId`
|
|
629
|
+
*
|
|
630
|
+
* `memberId` addresses the MEMBERSHIP ROW that was written; `userId` is the SUBJECT PRINCIPAL whose
|
|
631
|
+
* authority changed. "What could this person do on date X" is a question about the principal, and
|
|
632
|
+
* answering it through the row id alone requires a join that a retention sweep may already have
|
|
633
|
+
* removed. `AuditableEvent_OrganizationMember_RemovedEventDataSchema` carries the same pair for the
|
|
634
|
+
* same reason. `userId` stays optional so a degenerate row still leaves the rest of the evidence
|
|
635
|
+
* rather than suppressing the whole record.
|
|
636
|
+
*/
|
|
179
637
|
export declare const AuditableEvent_OrganizationMember_RoleChangedEventDataSchema: z.ZodObject<{
|
|
180
638
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_MEMBER_ROLE_CHANGED>;
|
|
181
639
|
organizationId: z.ZodString;
|
|
182
640
|
memberId: z.ZodString;
|
|
641
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
183
642
|
previousRoles: z.ZodArray<z.ZodString>;
|
|
184
643
|
newRoles: z.ZodArray<z.ZodString>;
|
|
644
|
+
requestedRoles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
645
|
+
operation: z.ZodString;
|
|
185
646
|
changedBy: z.ZodString;
|
|
186
|
-
}, z.core.$strip
|
|
647
|
+
}, z.core.$strip>;
|
|
648
|
+
/**
|
|
649
|
+
* Per-unit role assignment on an `ORGANIZATION_UNIT_MEMBERS` row.
|
|
650
|
+
*
|
|
651
|
+
* The NARROWED twin of {@link AuditableEvent_OrganizationMember_RoleChangedEventDataSchema}. A unit
|
|
652
|
+
* assignment confers authority inside ONE organization unit — `appendUnitScopedRoles` emits it into
|
|
653
|
+
* `initiatorRoles` carrying an `organizationUnitId` discriminator, and every consumer that unions
|
|
654
|
+
* those entries partitions on that field first. The narrowing is what makes it not tenant-wide; it
|
|
655
|
+
* does not make it un-auditable, so the grant leaves evidence on the same terms.
|
|
656
|
+
*
|
|
657
|
+
* ## Why singular `role`, not an array
|
|
658
|
+
*
|
|
659
|
+
* `OrganizationUnitMember` persists ONE role per (unit, member) — that uniqueness is its business
|
|
660
|
+
* key. Reshaping it into an array here purely to mirror the organization-wide twin would invent a
|
|
661
|
+
* cardinality the resource does not have and invite a future reader to assume multiple unit roles
|
|
662
|
+
* are representable.
|
|
663
|
+
*
|
|
664
|
+
* `previousRole` is absent on an initial assignment, which is the honest encoding of "there was no
|
|
665
|
+
* prior grant" — distinct from a re-assignment away from a role that did exist.
|
|
666
|
+
*/
|
|
667
|
+
export declare const AuditableEvent_OrganizationUnitMember_RoleChangedEventDataSchema: z.ZodObject<{
|
|
668
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_UNIT_MEMBER_ROLE_CHANGED>;
|
|
669
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
670
|
+
organizationUnitId: z.ZodOptional<z.ZodString>;
|
|
671
|
+
assignmentId: z.ZodString;
|
|
672
|
+
organizationMemberId: z.ZodOptional<z.ZodString>;
|
|
673
|
+
previousRole: z.ZodOptional<z.ZodString>;
|
|
674
|
+
newRole: z.ZodString;
|
|
675
|
+
requestedRole: z.ZodOptional<z.ZodString>;
|
|
676
|
+
operation: z.ZodString;
|
|
677
|
+
changedBy: z.ZodString;
|
|
678
|
+
}, z.core.$strip>;
|
|
679
|
+
/**
|
|
680
|
+
* Revocation of a per-unit role assignment — the closing half of
|
|
681
|
+
* {@link AuditableEvent_OrganizationUnitMember_RoleChangedEventDataSchema}.
|
|
682
|
+
*
|
|
683
|
+
* ## Why AUTHORIZATION rather than ORG_MANAGEMENT, unlike `ORGANIZATION_MEMBER_REMOVED`
|
|
684
|
+
*
|
|
685
|
+
* Removing an organization MEMBER is primarily a directory action — the person leaves the tenant —
|
|
686
|
+
* and the authority they lose is a consequence of that. An assignment row has no directory aspect
|
|
687
|
+
* whatsoever: it exists only to confer a role, so deleting it IS the revocation, and it is the exact
|
|
688
|
+
* counterpart of the CREATE that granted it. Classifying it as record-keeping would leave an
|
|
689
|
+
* authorization-filtered trail in which unit privileges are granted and never removed.
|
|
690
|
+
*
|
|
691
|
+
* ## Why the revoked role is captured
|
|
692
|
+
*
|
|
693
|
+
* `revokedRole` is the single field that cannot be recovered after the fact: the row is hard-deleted,
|
|
694
|
+
* so nothing else in the system can answer "what authority did this person lose". It is deliberately
|
|
695
|
+
* NOT named `previousRole` — that would imply a successor role, and there is none.
|
|
696
|
+
*
|
|
697
|
+
* ## Coverage boundary
|
|
698
|
+
*
|
|
699
|
+
* Emitted on the DIRECT assignment DELETE — the targeted revocation an operator performs and an
|
|
700
|
+
* auditor reviews. Cascade removals (deleting the parent membership, or the whole organization) run
|
|
701
|
+
* through the raw repository, which by construction does not execute service custom implementations;
|
|
702
|
+
* those are evidenced by their own parent event, because the semantic act there is losing the
|
|
703
|
+
* membership or the tenant, not revoking one unit role.
|
|
704
|
+
*/
|
|
705
|
+
export declare const AuditableEvent_OrganizationUnitMember_RemovedEventDataSchema: z.ZodObject<{
|
|
706
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_UNIT_MEMBER_REMOVED>;
|
|
707
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
708
|
+
organizationUnitId: z.ZodOptional<z.ZodString>;
|
|
709
|
+
assignmentId: z.ZodString;
|
|
710
|
+
organizationMemberId: z.ZodOptional<z.ZodString>;
|
|
711
|
+
revokedRole: z.ZodOptional<z.ZodString>;
|
|
712
|
+
removedBy: z.ZodString;
|
|
713
|
+
}, z.core.$strip>;
|
|
187
714
|
export declare const AuditableEvent_OrganizationMember_StatusChangedEventDataSchema: z.ZodObject<{
|
|
188
715
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_MEMBER_STATUS_CHANGED>;
|
|
189
716
|
organizationId: z.ZodString;
|
|
@@ -192,28 +719,68 @@ export declare const AuditableEvent_OrganizationMember_StatusChangedEventDataSch
|
|
|
192
719
|
newStatus: z.ZodString;
|
|
193
720
|
changedBy: z.ZodString;
|
|
194
721
|
reason: z.ZodOptional<z.ZodString>;
|
|
195
|
-
}, z.core.$strip
|
|
722
|
+
}, z.core.$strip>;
|
|
723
|
+
/**
|
|
724
|
+
* Removal of an organization membership — by administrative DELETE, or by cancelling a pending
|
|
725
|
+
* invitation through REVOKE.
|
|
726
|
+
*
|
|
727
|
+
* ## Why one event covers both, distinguished by `operation`
|
|
728
|
+
*
|
|
729
|
+
* They are genuinely different administrative acts — removing someone who works here versus
|
|
730
|
+
* withdrawing an invitation that was never accepted — and an auditor must never confuse them. But
|
|
731
|
+
* they are the same KIND of act (a membership ceases to exist) and share every other field, so
|
|
732
|
+
* splitting them into two event types would fragment "how did this person's membership end?" across
|
|
733
|
+
* two queries for no gain. `operation` carries the distinction, and `previousStatus` carries the
|
|
734
|
+
* state the row was actually in, which `operation` alone cannot give: DELETE accepts any
|
|
735
|
+
* non-`INVITED` status, so ACTIVE, INACTIVE and SUSPENDED removals are otherwise indistinguishable.
|
|
736
|
+
*
|
|
737
|
+
* An `INVITED` membership confers NOTHING — `execution-context-creator` builds `initiatorRoles` only
|
|
738
|
+
* from `ACTIVE` memberships — so a REVOKE removes no live authority. It is still recorded, because
|
|
739
|
+
* withdrawing someone's pending access is a directory decision an access review needs to see, and
|
|
740
|
+
* because `ORGANIZATION_MEMBER_INVITED` would otherwise stand unanswered.
|
|
741
|
+
*
|
|
742
|
+
* ## Why `roles` is captured
|
|
743
|
+
*
|
|
744
|
+
* The row is hard-deleted, so afterwards nothing in the system can answer "what authority did this
|
|
745
|
+
* person hold when they were removed". Same reasoning — and same shape — as
|
|
746
|
+
* `AuditableEvent_User_DeletedEventDataSchema.appRoles`. On a REVOKE it records what the invitee
|
|
747
|
+
* WOULD have received on acceptance.
|
|
748
|
+
*
|
|
749
|
+
* ## Category
|
|
750
|
+
*
|
|
751
|
+
* Classified ORG_MANAGEMENT rather than AUTHORIZATION, unlike `ORGANIZATION_UNIT_MEMBER_REMOVED`:
|
|
752
|
+
* removing a MEMBER is a directory-lifecycle action whose authority loss is a consequence, whereas a
|
|
753
|
+
* unit assignment row exists only to confer a role. The `roles` field is what keeps the authority
|
|
754
|
+
* question answerable from an ORG_MANAGEMENT record.
|
|
755
|
+
*/
|
|
196
756
|
export declare const AuditableEvent_OrganizationMember_RemovedEventDataSchema: z.ZodObject<{
|
|
197
757
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_MEMBER_REMOVED>;
|
|
198
758
|
organizationId: z.ZodString;
|
|
199
759
|
memberId: z.ZodString;
|
|
200
760
|
removedUserId: z.ZodString;
|
|
761
|
+
roles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
762
|
+
previousStatus: z.ZodOptional<z.ZodString>;
|
|
763
|
+
operation: z.ZodString;
|
|
764
|
+
revokedUnitAssignments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
765
|
+
organizationUnitId: z.ZodString;
|
|
766
|
+
role: z.ZodString;
|
|
767
|
+
}, z.core.$strip>>>;
|
|
201
768
|
removedBy: z.ZodString;
|
|
202
769
|
reason: z.ZodOptional<z.ZodString>;
|
|
203
|
-
}, z.core.$strip
|
|
770
|
+
}, z.core.$strip>;
|
|
204
771
|
export declare const AuditableEvent_Organization_CreatedEventDataSchema: z.ZodObject<{
|
|
205
772
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_CREATED>;
|
|
206
773
|
organizationId: z.ZodString;
|
|
207
774
|
name: z.ZodString;
|
|
208
775
|
slug: z.ZodString;
|
|
209
776
|
createdBy: z.ZodString;
|
|
210
|
-
}, z.core.$strip
|
|
777
|
+
}, z.core.$strip>;
|
|
211
778
|
export declare const AuditableEvent_Organization_UpdatedEventDataSchema: z.ZodObject<{
|
|
212
779
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_UPDATED>;
|
|
213
780
|
organizationId: z.ZodString;
|
|
214
781
|
changes: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
215
782
|
updatedBy: z.ZodString;
|
|
216
|
-
}, z.core.$strip
|
|
783
|
+
}, z.core.$strip>;
|
|
217
784
|
export declare const AuditableEvent_Organization_DeletedEventDataSchema: z.ZodObject<{
|
|
218
785
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_DELETED>;
|
|
219
786
|
organizationId: z.ZodString;
|
|
@@ -221,35 +788,214 @@ export declare const AuditableEvent_Organization_DeletedEventDataSchema: z.ZodOb
|
|
|
221
788
|
slug: z.ZodString;
|
|
222
789
|
deletedBy: z.ZodString;
|
|
223
790
|
reason: z.ZodOptional<z.ZodString>;
|
|
224
|
-
}, z.core.$strip
|
|
791
|
+
}, z.core.$strip>;
|
|
792
|
+
/**
|
|
793
|
+
* A tenant was MARKED for deletion — the soft-delete half of tenant teardown.
|
|
794
|
+
*
|
|
795
|
+
* Kept SEPARATE from {@link AuditableEvent_Organization_DeletedEventDataSchema} rather than folded
|
|
796
|
+
* into it with a flag, because the two record genuinely different facts and an auditor must not
|
|
797
|
+
* have to infer which one happened. This event says *the tenant's access was revoked and its data
|
|
798
|
+
* was scheduled for destruction*; `ORGANIZATION_DELETED` says *the data is gone*. Between them sits
|
|
799
|
+
* a retention window in which the decision is still reversible, and a single merged event would
|
|
800
|
+
* make "was this tenant's data actually destroyed?" unanswerable without correlating timestamps.
|
|
801
|
+
*
|
|
802
|
+
* It is also the evidence for the AUTHORIZATION consequence, which lands here and not at the purge:
|
|
803
|
+
* user types revoked and tokens invalidated. `revokedUserTypeCount` records the blast radius of that
|
|
804
|
+
* revocation without naming the users — the per-user detail belongs to the user-type events, and
|
|
805
|
+
* duplicating identities into a tenant-scoped record would widen the personal data this row holds.
|
|
806
|
+
*
|
|
807
|
+
* assurance-control: WILDO.DATA.SECURE_LIFECYCLE — scheduling the destruction
|
|
808
|
+
* of a tenant is a security-relevant, attributable decision that must leave evidence even when it
|
|
809
|
+
* is later reversed.
|
|
810
|
+
*/
|
|
811
|
+
export declare const AuditableEvent_Organization_DeletionRequestedEventDataSchema: z.ZodObject<{
|
|
812
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_DELETION_REQUESTED>;
|
|
813
|
+
organizationId: z.ZodString;
|
|
814
|
+
name: z.ZodString;
|
|
815
|
+
slug: z.ZodString;
|
|
816
|
+
requestedBy: z.ZodString;
|
|
817
|
+
purgeScheduledAt: z.ZodString;
|
|
818
|
+
revokedUserTypeCount: z.ZodNumber;
|
|
819
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
820
|
+
}, z.core.$strip>;
|
|
821
|
+
/**
|
|
822
|
+
* A pending tenant deletion was CANCELLED inside its retention window.
|
|
823
|
+
*
|
|
824
|
+
* The closing half of {@link AuditableEvent_Organization_DeletionRequestedEventDataSchema}. Without
|
|
825
|
+
* it the audit trail records every scheduled destruction and none of the reversals, so a tenant
|
|
826
|
+
* that was marked and restored a year ago still reads as pending destruction — and an access review
|
|
827
|
+
* asking "why does this tenant have live members again?" has no answer on record.
|
|
828
|
+
*
|
|
829
|
+
* assurance-control: WILDO.ACCESS.LIFECYCLE — restoring access is as attributable as removing it.
|
|
830
|
+
*/
|
|
831
|
+
export declare const AuditableEvent_Organization_RestoredEventDataSchema: z.ZodObject<{
|
|
832
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_RESTORED>;
|
|
833
|
+
organizationId: z.ZodString;
|
|
834
|
+
name: z.ZodString;
|
|
835
|
+
slug: z.ZodString;
|
|
836
|
+
restoredBy: z.ZodString;
|
|
837
|
+
restoredStatus: z.ZodString;
|
|
838
|
+
regrantedUserTypeCount: z.ZodNumber;
|
|
839
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
840
|
+
}, z.core.$strip>;
|
|
841
|
+
/**
|
|
842
|
+
* The tenant was administratively HALTED — every member loses their organization roles.
|
|
843
|
+
*
|
|
844
|
+
* ## Why this is its own event rather than an `ORGANIZATION_UPDATED`
|
|
845
|
+
*
|
|
846
|
+
* Suspension is not a field edit. Since the tenant-status authority gate shipped, `SUSPENDED` is a
|
|
847
|
+
* state in which a membership confers NOTHING — so this single write revokes the access of every
|
|
848
|
+
* member of the tenant at once. Folding that into the generic update event would bury an
|
|
849
|
+
* organization-wide access revocation inside a `changes` map, exactly where an access review would
|
|
850
|
+
* not look for it.
|
|
851
|
+
*
|
|
852
|
+
* `suspensionReason` is REQUIRED, mirroring the request contract, because the reason is the whole
|
|
853
|
+
* evidentiary point: an auditor asking "why was this tenant halted?" must not get a shrug.
|
|
854
|
+
* `notifiedMembers` records whether the tenant was told — a deliberately quiet suspension is a
|
|
855
|
+
* legitimate operator choice and one a reviewer needs to be able to see.
|
|
856
|
+
*
|
|
857
|
+
* assurance-control: WILDO.AUDIT.SECURITY_EVENT — organization-wide access
|
|
858
|
+
* revocation must be attributable, justified, and evidenced.
|
|
859
|
+
*/
|
|
860
|
+
export declare const AuditableEvent_Organization_SuspendedEventDataSchema: z.ZodObject<{
|
|
861
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_SUSPENDED>;
|
|
862
|
+
organizationId: z.ZodString;
|
|
863
|
+
name: z.ZodString;
|
|
864
|
+
slug: z.ZodString;
|
|
865
|
+
suspendedBy: z.ZodString;
|
|
866
|
+
previousStatus: z.ZodString;
|
|
867
|
+
suspensionReason: z.ZodString;
|
|
868
|
+
notifiedMembers: z.ZodBoolean;
|
|
869
|
+
revokedUserTypeCount: z.ZodNumber;
|
|
870
|
+
}, z.core.$strip>;
|
|
871
|
+
/**
|
|
872
|
+
* A halted or expired tenant was returned to normal operation — the inverse of
|
|
873
|
+
* {@link AuditableEvent_Organization_SuspendedEventDataSchema}.
|
|
874
|
+
*
|
|
875
|
+
* Restoring organization-wide access is as security-relevant as removing it, and without this event
|
|
876
|
+
* the trail would record every suspension and none of the lifts — leaving a tenant that was halted
|
|
877
|
+
* and reinstated a year ago still reading as suspended.
|
|
878
|
+
*
|
|
879
|
+
* `previousStatus` distinguishes the two journeys this operation serves: lifting a suspension
|
|
880
|
+
* (`SUSPENDED`) and converting an expired trial (`TRIAL_EXPIRED`). They land on the same state and
|
|
881
|
+
* are not the same event to a reviewer.
|
|
882
|
+
*
|
|
883
|
+
* assurance-control: WILDO.AUDIT.SECURITY_EVENT — reinstatement of access is attributable.
|
|
884
|
+
*/
|
|
885
|
+
export declare const AuditableEvent_Organization_ActivatedEventDataSchema: z.ZodObject<{
|
|
886
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_ACTIVATED>;
|
|
887
|
+
organizationId: z.ZodString;
|
|
888
|
+
name: z.ZodString;
|
|
889
|
+
slug: z.ZodString;
|
|
890
|
+
activatedBy: z.ZodString;
|
|
891
|
+
previousStatus: z.ZodString;
|
|
892
|
+
regrantedUserTypeCount: z.ZodNumber;
|
|
893
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
894
|
+
}, z.core.$strip>;
|
|
895
|
+
/**
|
|
896
|
+
* One user type's authentication-policy snapshot — the COMPLETE authored `UserTypeAuthPolicy` (MFA,
|
|
897
|
+
* password, lockout, enabled auth methods, step-up, session duration, …) as recorded in the trail.
|
|
898
|
+
*
|
|
899
|
+
* The whole policy is captured, not a hand-picked subset, so no posture axis escapes the record: a
|
|
900
|
+
* weakening is as easily "disable the MFA auth method" (`authMethodsEnabled`) or "drop step-up"
|
|
901
|
+
* (`stepUpAuth`) as "turn `requireMFA` off". The policy carries only booleans / numbers / enums —
|
|
902
|
+
* never a secret — so recording it verbatim discloses nothing sensitive.
|
|
903
|
+
*
|
|
904
|
+
* Deliberately STRUCTURAL (an open record) rather than a reference to the live `UserTypeAuthPolicy`
|
|
905
|
+
* config schema. An audit record is a historical fact: it must keep validating after the config
|
|
906
|
+
* schema evolves, so it stores the policy as it was at that boot rather than re-validating it against
|
|
907
|
+
* today's shape. The queryable summary lives in `changedUserTypes` + `snapshotDigest`; this object
|
|
908
|
+
* carries the human-readable before/after detail.
|
|
909
|
+
*/
|
|
910
|
+
export declare const ApplicationAuthPolicySnapshotSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
911
|
+
/**
|
|
912
|
+
* The application's authored authentication policy changed between two boots.
|
|
913
|
+
*
|
|
914
|
+
* The per-user-type authentication policy (`userTypes.<type>.auth` — MFA, password, and lockout
|
|
915
|
+
* requirements) is STATIC application configuration authored in code and taken into effect at backend
|
|
916
|
+
* startup. A change to it — most consequentially a WEAKENING such as turning MFA off — is a
|
|
917
|
+
* security-posture decision that, before this event, left no product-side record: only the source
|
|
918
|
+
* history showed it. This event closes that gap.
|
|
919
|
+
*
|
|
920
|
+
* It is emitted at boot, by the system, when the resolved policy snapshot differs from the last one
|
|
921
|
+
* recorded in the trail (detected by comparing against the most recent event of this type for the
|
|
922
|
+
* application). Because there is no human actor at boot, the "who" is the deployment/source history;
|
|
923
|
+
* the event records WHAT changed (before → after per user type) so a reviewer sees the posture shift
|
|
924
|
+
* without reading the codebase.
|
|
925
|
+
*
|
|
926
|
+
* Scope note: this is the per-application AUTHORED baseline. It does NOT enumerate per-tenant
|
|
927
|
+
* `authOverrides` (which are per-(user-type × org-type) and require live tenants to resolve), nor the
|
|
928
|
+
* authenticate-time `FALLBACK_AUTH_POLICY` (a runtime substitute used only when no user type
|
|
929
|
+
* resolves, not authored config).
|
|
930
|
+
*
|
|
931
|
+
* assurance-control: WILDO.IDENTITY.SESSION_ASSURANCE — a change to the authentication assurance
|
|
932
|
+
* requirements (MFA / password / lockout) must be attributable and evidenced.
|
|
933
|
+
*/
|
|
934
|
+
export declare const AuditableEvent_ApplicationAuthPolicyChanged_EventDataSchema: z.ZodObject<{
|
|
935
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.APPLICATION_AUTH_POLICY_CHANGED>;
|
|
936
|
+
applicationId: z.ZodString;
|
|
937
|
+
changedUserTypes: z.ZodArray<z.ZodString>;
|
|
938
|
+
snapshotDigest: z.ZodString;
|
|
939
|
+
before: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
940
|
+
after: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
941
|
+
}, z.core.$strip>;
|
|
942
|
+
/**
|
|
943
|
+
* A governed lifecycle transition changed a subject's `status`.
|
|
944
|
+
*
|
|
945
|
+
* Emitted by the shared status-transition implementation, so every verb it serves is trailed by
|
|
946
|
+
* construction and a future one inherits the trail rather than having to remember it. Before this
|
|
947
|
+
* existed those verbs emitted NOTHING: suspending a member (CRITICAL) or a user (HIGH) left no
|
|
948
|
+
* record at all, while suspending a TENANT was fully attributable — an asymmetry an access review
|
|
949
|
+
* would have to discover the hard way.
|
|
950
|
+
*
|
|
951
|
+
* `reason` is where the verbs' long-declared `reason` / `suspensionReason` fields finally land.
|
|
952
|
+
* They are not persisted on the row: a suspension reason is a compliance artefact nothing reads
|
|
953
|
+
* back, so the trail is its home rather than a schema column that would have to be scrubbed on
|
|
954
|
+
* erasure.
|
|
955
|
+
*
|
|
956
|
+
* assurance-control: WILDO.AUDIT.SECURITY_EVENT — a change to whether a principal may act must be
|
|
957
|
+
* attributable, justified and evidenced, on every resource that has such a state.
|
|
958
|
+
*/
|
|
959
|
+
export declare const AuditableEvent_Resource_StatusTransitionPerformedEventDataSchema: z.ZodObject<{
|
|
960
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.RESOURCE_STATUS_TRANSITION_PERFORMED>;
|
|
961
|
+
resourceType: z.ZodString;
|
|
962
|
+
operationIdentifier: z.ZodString;
|
|
963
|
+
subjectId: z.ZodString;
|
|
964
|
+
performedBy: z.ZodString;
|
|
965
|
+
previousStatus: z.ZodString;
|
|
966
|
+
newStatus: z.ZodString;
|
|
967
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
968
|
+
scheduledReactivationAt: z.ZodOptional<z.ZodString>;
|
|
969
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
970
|
+
}, z.core.$strip>;
|
|
225
971
|
export declare const AuditableEvent_OrganizationNotifications_UpdatedEventDataSchema: z.ZodObject<{
|
|
226
972
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_NOTIFICATIONS_UPDATED>;
|
|
227
973
|
organizationId: z.ZodString;
|
|
228
974
|
notificationsId: z.ZodString;
|
|
229
975
|
changes: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
230
976
|
updatedBy: z.ZodString;
|
|
231
|
-
}, z.core.$strip
|
|
977
|
+
}, z.core.$strip>;
|
|
232
978
|
export declare const AuditableEvent_OrganizationPreferences_UpdatedEventDataSchema: z.ZodObject<{
|
|
233
979
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_PREFERENCES_UPDATED>;
|
|
234
980
|
organizationId: z.ZodString;
|
|
235
981
|
preferencesId: z.ZodString;
|
|
236
982
|
changes: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
237
983
|
updatedBy: z.ZodString;
|
|
238
|
-
}, z.core.$strip
|
|
984
|
+
}, z.core.$strip>;
|
|
239
985
|
export declare const AuditableEvent_OrganizationProfile_UpdatedEventDataSchema: z.ZodObject<{
|
|
240
986
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_PROFILE_UPDATED>;
|
|
241
987
|
organizationId: z.ZodString;
|
|
242
988
|
profileId: z.ZodString;
|
|
243
989
|
changes: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
244
990
|
updatedBy: z.ZodString;
|
|
245
|
-
}, z.core.$strip
|
|
991
|
+
}, z.core.$strip>;
|
|
246
992
|
export declare const AuditableEvent_OrganizationUnit_UpdatedEventDataSchema: z.ZodObject<{
|
|
247
993
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_UNIT_UPDATED>;
|
|
248
994
|
organizationId: z.ZodString;
|
|
249
995
|
unitId: z.ZodString;
|
|
250
996
|
changes: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
251
997
|
updatedBy: z.ZodString;
|
|
252
|
-
}, z.core.$strip
|
|
998
|
+
}, z.core.$strip>;
|
|
253
999
|
export declare const AuditableEvent_User_SSOLoginEventDataSchema: z.ZodObject<{
|
|
254
1000
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_SSO_LOGIN>;
|
|
255
1001
|
userId: z.ZodString;
|
|
@@ -257,11 +1003,13 @@ export declare const AuditableEvent_User_SSOLoginEventDataSchema: z.ZodObject<{
|
|
|
257
1003
|
providerRef: z.ZodString;
|
|
258
1004
|
connectionType: z.ZodEnum<typeof SsoConnectionType>;
|
|
259
1005
|
authSource: z.ZodOptional<z.ZodString>;
|
|
1006
|
+
scopeType: z.ZodOptional<z.ZodEnum<typeof AuthScopeType>>;
|
|
260
1007
|
organizationId: z.ZodOptional<z.ZodString>;
|
|
1008
|
+
applicationId: z.ZodOptional<z.ZodString>;
|
|
261
1009
|
ipAddress: z.ZodString;
|
|
262
1010
|
userAgent: z.ZodString;
|
|
263
1011
|
sessionId: z.ZodString;
|
|
264
|
-
}, z.core.$strip
|
|
1012
|
+
}, z.core.$strip>;
|
|
265
1013
|
export declare const AuditableEvent_User_SSOLoginFailedEventDataSchema: z.ZodObject<{
|
|
266
1014
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_SSO_LOGIN_FAILED>;
|
|
267
1015
|
email: z.ZodOptional<z.ZodEmail>;
|
|
@@ -269,10 +1017,12 @@ export declare const AuditableEvent_User_SSOLoginFailedEventDataSchema: z.ZodObj
|
|
|
269
1017
|
connectionType: z.ZodOptional<z.ZodEnum<typeof SsoConnectionType>>;
|
|
270
1018
|
authSource: z.ZodOptional<z.ZodString>;
|
|
271
1019
|
failureReason: z.ZodString;
|
|
1020
|
+
scopeType: z.ZodOptional<z.ZodEnum<typeof AuthScopeType>>;
|
|
272
1021
|
organizationId: z.ZodOptional<z.ZodString>;
|
|
1022
|
+
applicationId: z.ZodOptional<z.ZodString>;
|
|
273
1023
|
ipAddress: z.ZodString;
|
|
274
1024
|
userAgent: z.ZodString;
|
|
275
|
-
}, z.core.$strip
|
|
1025
|
+
}, z.core.$strip>;
|
|
276
1026
|
export declare const AuditableEvent_User_SSOEnforcementBlockedEventDataSchema: z.ZodObject<{
|
|
277
1027
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_SSO_ENFORCEMENT_BLOCKED>;
|
|
278
1028
|
email: z.ZodEmail;
|
|
@@ -282,14 +1032,14 @@ export declare const AuditableEvent_User_SSOEnforcementBlockedEventDataSchema: z
|
|
|
282
1032
|
enforcementPolicy: z.ZodString;
|
|
283
1033
|
ipAddress: z.ZodString;
|
|
284
1034
|
userAgent: z.ZodString;
|
|
285
|
-
}, z.core.$strip
|
|
1035
|
+
}, z.core.$strip>;
|
|
286
1036
|
export declare const AuditableEvent_User_TokenRefreshedEventDataSchema: z.ZodObject<{
|
|
287
1037
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_TOKEN_REFRESHED>;
|
|
288
1038
|
userId: z.ZodString;
|
|
289
1039
|
sessionId: z.ZodString;
|
|
290
1040
|
ipAddress: z.ZodString;
|
|
291
1041
|
userAgent: z.ZodString;
|
|
292
|
-
}, z.core.$strip
|
|
1042
|
+
}, z.core.$strip>;
|
|
293
1043
|
export declare const AuditableEvent_Organization_SSOConfigurationChangedEventDataSchema: z.ZodObject<{
|
|
294
1044
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_SSO_CONFIGURATION_CHANGED>;
|
|
295
1045
|
organizationId: z.ZodString;
|
|
@@ -297,7 +1047,7 @@ export declare const AuditableEvent_Organization_SSOConfigurationChangedEventDat
|
|
|
297
1047
|
changeType: z.ZodEnum<typeof SsoConfigChangeType>;
|
|
298
1048
|
affectedProviderRef: z.ZodOptional<z.ZodString>;
|
|
299
1049
|
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
300
|
-
}, z.core.$strip
|
|
1050
|
+
}, z.core.$strip>;
|
|
301
1051
|
export declare const AuditableEvent_Organization_SIEMExportConfiguredEventDataSchema: z.ZodObject<{
|
|
302
1052
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_SIEM_EXPORT_CONFIGURED>;
|
|
303
1053
|
organizationId: z.ZodString;
|
|
@@ -305,7 +1055,33 @@ export declare const AuditableEvent_Organization_SIEMExportConfiguredEventDataSc
|
|
|
305
1055
|
changeType: z.ZodEnum<typeof SiemExportChangeType>;
|
|
306
1056
|
webhookUrlDomain: z.ZodOptional<z.ZodString>;
|
|
307
1057
|
eventFormatConfigured: z.ZodOptional<z.ZodString>;
|
|
308
|
-
}, z.core.$strip
|
|
1058
|
+
}, z.core.$strip>;
|
|
1059
|
+
/**
|
|
1060
|
+
* One `webhookConfig.testEndpoint` attempt — an admin causing the platform to open an
|
|
1061
|
+
* outbound connection to an operator-supplied URL.
|
|
1062
|
+
*
|
|
1063
|
+
* Recorded for EVERY attempt, not only failures: the security signal here is the pattern
|
|
1064
|
+
* (who probes which hosts, how often), which a SIEM can only derive if successes are
|
|
1065
|
+
* present too. `outcome` distinguishes a refusing endpoint from an unreachable one from a
|
|
1066
|
+
* local signing fault, so the stream stays diagnosable without the response body.
|
|
1067
|
+
*
|
|
1068
|
+
* `destinationHost` carries the host only, never the full URL — mirroring
|
|
1069
|
+
* `AuditableEvent_Organization_SIEMExportConfiguredEventDataSchema.webhookUrlDomain`. Paths
|
|
1070
|
+
* and query strings on customer endpoints routinely embed per-tenant tokens, and an audit
|
|
1071
|
+
* row is replicated to the org SIEM and the immutable store.
|
|
1072
|
+
*/
|
|
1073
|
+
export declare const AuditableEvent_Webhook_EndpointTestDispatchedEventDataSchema: z.ZodObject<{
|
|
1074
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.WEBHOOK_ENDPOINT_TEST_DISPATCHED>;
|
|
1075
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
1076
|
+
applicationId: z.ZodOptional<z.ZodString>;
|
|
1077
|
+
dispatchedBy: z.ZodString;
|
|
1078
|
+
endpointId: z.ZodString;
|
|
1079
|
+
destinationHost: z.ZodString;
|
|
1080
|
+
outcome: z.ZodEnum<typeof WebhookEndpointProbeOutcome>;
|
|
1081
|
+
responseStatus: z.ZodOptional<z.ZodNumber>;
|
|
1082
|
+
durationMs: z.ZodNumber;
|
|
1083
|
+
signatureJti: z.ZodString;
|
|
1084
|
+
}, z.core.$strip>;
|
|
309
1085
|
export declare const AuditableEvent_SCIM_TokenCreatedEventDataSchema: z.ZodObject<{
|
|
310
1086
|
eventType: z.ZodLiteral<CoreAuditableEventType.SCIM_TOKEN_CREATED>;
|
|
311
1087
|
organizationId: z.ZodString;
|
|
@@ -314,7 +1090,7 @@ export declare const AuditableEvent_SCIM_TokenCreatedEventDataSchema: z.ZodObjec
|
|
|
314
1090
|
expiresAt: z.ZodOptional<z.ZodString>;
|
|
315
1091
|
ipAddress: z.ZodString;
|
|
316
1092
|
userAgent: z.ZodString;
|
|
317
|
-
}, z.core.$strip
|
|
1093
|
+
}, z.core.$strip>;
|
|
318
1094
|
export declare const AuditableEvent_SCIM_TokenRevokedEventDataSchema: z.ZodObject<{
|
|
319
1095
|
eventType: z.ZodLiteral<CoreAuditableEventType.SCIM_TOKEN_REVOKED>;
|
|
320
1096
|
organizationId: z.ZodString;
|
|
@@ -322,7 +1098,7 @@ export declare const AuditableEvent_SCIM_TokenRevokedEventDataSchema: z.ZodObjec
|
|
|
322
1098
|
revokedByUserId: z.ZodString;
|
|
323
1099
|
ipAddress: z.ZodString;
|
|
324
1100
|
userAgent: z.ZodString;
|
|
325
|
-
}, z.core.$strip
|
|
1101
|
+
}, z.core.$strip>;
|
|
326
1102
|
export declare const AuditableEvent_SCIM_UserProvisionedEventDataSchema: z.ZodObject<{
|
|
327
1103
|
eventType: z.ZodLiteral<CoreAuditableEventType.SCIM_USER_PROVISIONED>;
|
|
328
1104
|
organizationId: z.ZodString;
|
|
@@ -331,74 +1107,96 @@ export declare const AuditableEvent_SCIM_UserProvisionedEventDataSchema: z.ZodOb
|
|
|
331
1107
|
isNewUser: z.ZodBoolean;
|
|
332
1108
|
provisionedVia: z.ZodString;
|
|
333
1109
|
authSource: z.ZodOptional<z.ZodString>;
|
|
334
|
-
}, z.core.$strip
|
|
1110
|
+
}, z.core.$strip>;
|
|
335
1111
|
export declare const AuditableEvent_SCIM_UserUpdatedEventDataSchema: z.ZodObject<{
|
|
336
1112
|
eventType: z.ZodLiteral<CoreAuditableEventType.SCIM_USER_UPDATED>;
|
|
337
1113
|
organizationId: z.ZodString;
|
|
338
1114
|
userId: z.ZodString;
|
|
339
1115
|
operation: z.ZodString;
|
|
340
1116
|
updatedAttributes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
341
|
-
}, z.core.$strip
|
|
1117
|
+
}, z.core.$strip>;
|
|
342
1118
|
export declare const AuditableEvent_SCIM_UserDeactivatedEventDataSchema: z.ZodObject<{
|
|
343
1119
|
eventType: z.ZodLiteral<CoreAuditableEventType.SCIM_USER_DEACTIVATED>;
|
|
344
1120
|
organizationId: z.ZodString;
|
|
345
1121
|
userId: z.ZodString;
|
|
346
1122
|
email: z.ZodOptional<z.ZodString>;
|
|
347
|
-
}, z.core.$strip
|
|
1123
|
+
}, z.core.$strip>;
|
|
348
1124
|
export declare const AuditableEvent_User_PasswordResetRequestedEventDataSchema: z.ZodObject<{
|
|
349
1125
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PASSWORD_RESET_REQUESTED>;
|
|
350
1126
|
email: z.ZodString;
|
|
351
1127
|
ipAddress: z.ZodString;
|
|
352
1128
|
userAgent: z.ZodString;
|
|
353
|
-
}, z.core.$strip
|
|
1129
|
+
}, z.core.$strip>;
|
|
1130
|
+
/**
|
|
1131
|
+
* Administrator-compelled credential reset.
|
|
1132
|
+
*
|
|
1133
|
+
* Carries BOTH identities because the actor and the subject differ — that separation is the
|
|
1134
|
+
* whole point of the event. `actorUserId` is read from the authenticated execution context,
|
|
1135
|
+
* never from request input, so it cannot be spoofed by the caller. `reason` is the operator's
|
|
1136
|
+
* mandatory justification; it is what an auditor reads when asking why a credential was reset
|
|
1137
|
+
* out-of-band.
|
|
1138
|
+
*
|
|
1139
|
+
* assurance-control: WILDO.IDENTITY.CREDENTIAL_LIFECYCLE — privileged credential
|
|
1140
|
+
* intervention must be attributable to the acting administrator and carry a justification.
|
|
1141
|
+
*/
|
|
1142
|
+
export declare const AuditableEvent_User_PasswordResetForcedEventDataSchema: z.ZodObject<{
|
|
1143
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PASSWORD_RESET_FORCED>;
|
|
1144
|
+
targetUserId: z.ZodString;
|
|
1145
|
+
targetEmail: z.ZodString;
|
|
1146
|
+
actorUserId: z.ZodString;
|
|
1147
|
+
reason: z.ZodString;
|
|
1148
|
+
sessionsRevoked: z.ZodBoolean;
|
|
1149
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
1150
|
+
userAgent: z.ZodOptional<z.ZodString>;
|
|
1151
|
+
}, z.core.$strip>;
|
|
354
1152
|
export declare const AuditableEvent_User_PasswordResetCompletedEventDataSchema: z.ZodObject<{
|
|
355
1153
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PASSWORD_RESET_COMPLETED>;
|
|
356
1154
|
userId: z.ZodString;
|
|
357
1155
|
ipAddress: z.ZodString;
|
|
358
1156
|
userAgent: z.ZodString;
|
|
359
|
-
}, z.core.$strip
|
|
1157
|
+
}, z.core.$strip>;
|
|
360
1158
|
export declare const AuditableEvent_User_RegisteredEventDataSchema: z.ZodObject<{
|
|
361
1159
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_REGISTERED>;
|
|
362
1160
|
userId: z.ZodString;
|
|
363
1161
|
email: z.ZodString;
|
|
364
1162
|
ipAddress: z.ZodString;
|
|
365
1163
|
userAgent: z.ZodString;
|
|
366
|
-
}, z.core.$strip
|
|
1164
|
+
}, z.core.$strip>;
|
|
367
1165
|
export declare const AuditableEvent_User_EmailVerifiedEventDataSchema: z.ZodObject<{
|
|
368
1166
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_EMAIL_VERIFIED>;
|
|
369
1167
|
userId: z.ZodString;
|
|
370
1168
|
email: z.ZodString;
|
|
371
1169
|
ipAddress: z.ZodString;
|
|
372
1170
|
userAgent: z.ZodString;
|
|
373
|
-
}, z.core.$strip
|
|
1171
|
+
}, z.core.$strip>;
|
|
374
1172
|
export declare const AuditableEvent_User_VerificationEmailResentEventDataSchema: z.ZodObject<{
|
|
375
1173
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_VERIFICATION_EMAIL_RESENT>;
|
|
376
1174
|
userId: z.ZodString;
|
|
377
1175
|
email: z.ZodString;
|
|
378
1176
|
ipAddress: z.ZodString;
|
|
379
1177
|
userAgent: z.ZodString;
|
|
380
|
-
}, z.core.$strip
|
|
1178
|
+
}, z.core.$strip>;
|
|
381
1179
|
export declare const AuditableEvent_User_MFASetupStartedEventDataSchema: z.ZodObject<{
|
|
382
1180
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_MFA_SETUP_STARTED>;
|
|
383
1181
|
userId: z.ZodString;
|
|
384
1182
|
mfaMethod: z.ZodString;
|
|
385
1183
|
ipAddress: z.ZodString;
|
|
386
1184
|
userAgent: z.ZodString;
|
|
387
|
-
}, z.core.$strip
|
|
1185
|
+
}, z.core.$strip>;
|
|
388
1186
|
export declare const AuditableEvent_User_MFASetupCompletedEventDataSchema: z.ZodObject<{
|
|
389
1187
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_MFA_SETUP_COMPLETED>;
|
|
390
1188
|
userId: z.ZodString;
|
|
391
1189
|
mfaMethod: z.ZodString;
|
|
392
1190
|
ipAddress: z.ZodString;
|
|
393
1191
|
userAgent: z.ZodString;
|
|
394
|
-
}, z.core.$strip
|
|
1192
|
+
}, z.core.$strip>;
|
|
395
1193
|
export declare const AuditableEvent_User_MFAEmailOTPSentEventDataSchema: z.ZodObject<{
|
|
396
1194
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_MFA_EMAIL_OTP_SENT>;
|
|
397
1195
|
email: z.ZodString;
|
|
398
1196
|
sessionId: z.ZodString;
|
|
399
1197
|
ipAddress: z.ZodString;
|
|
400
1198
|
userAgent: z.ZodString;
|
|
401
|
-
}, z.core.$strip
|
|
1199
|
+
}, z.core.$strip>;
|
|
402
1200
|
export declare const AuditableEvent_User_PasskeyRegisteredEventDataSchema: z.ZodObject<{
|
|
403
1201
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PASSKEY_REGISTERED>;
|
|
404
1202
|
userId: z.ZodString;
|
|
@@ -408,7 +1206,7 @@ export declare const AuditableEvent_User_PasskeyRegisteredEventDataSchema: z.Zod
|
|
|
408
1206
|
credentialDeviceType: z.ZodString;
|
|
409
1207
|
ipAddress: z.ZodString;
|
|
410
1208
|
userAgent: z.ZodString;
|
|
411
|
-
}, z.core.$strip
|
|
1209
|
+
}, z.core.$strip>;
|
|
412
1210
|
export declare const AuditableEvent_User_PasskeyAuthSuccessEventDataSchema: z.ZodObject<{
|
|
413
1211
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PASSKEY_AUTHENTICATION_SUCCESS>;
|
|
414
1212
|
userId: z.ZodString;
|
|
@@ -417,7 +1215,7 @@ export declare const AuditableEvent_User_PasskeyAuthSuccessEventDataSchema: z.Zo
|
|
|
417
1215
|
ipAddress: z.ZodString;
|
|
418
1216
|
userAgent: z.ZodString;
|
|
419
1217
|
sessionId: z.ZodString;
|
|
420
|
-
}, z.core.$strip
|
|
1218
|
+
}, z.core.$strip>;
|
|
421
1219
|
export declare const AuditableEvent_User_PasskeyAuthFailureEventDataSchema: z.ZodObject<{
|
|
422
1220
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PASSKEY_AUTHENTICATION_FAILURE>;
|
|
423
1221
|
email: z.ZodString;
|
|
@@ -425,7 +1223,7 @@ export declare const AuditableEvent_User_PasskeyAuthFailureEventDataSchema: z.Zo
|
|
|
425
1223
|
ipAddress: z.ZodString;
|
|
426
1224
|
userAgent: z.ZodString;
|
|
427
1225
|
sessionId: z.ZodString;
|
|
428
|
-
}, z.core.$strip
|
|
1226
|
+
}, z.core.$strip>;
|
|
429
1227
|
export declare const AuditableEvent_User_PasskeyRemovedEventDataSchema: z.ZodObject<{
|
|
430
1228
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PASSKEY_REMOVED>;
|
|
431
1229
|
userId: z.ZodString;
|
|
@@ -434,13 +1232,13 @@ export declare const AuditableEvent_User_PasskeyRemovedEventDataSchema: z.ZodObj
|
|
|
434
1232
|
credentialName: z.ZodString;
|
|
435
1233
|
ipAddress: z.ZodString;
|
|
436
1234
|
userAgent: z.ZodString;
|
|
437
|
-
}, z.core.$strip
|
|
1235
|
+
}, z.core.$strip>;
|
|
438
1236
|
export declare const AuditableEvent_User_MagicLinkSentEventDataSchema: z.ZodObject<{
|
|
439
1237
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_MAGIC_LINK_SENT>;
|
|
440
1238
|
email: z.ZodString;
|
|
441
1239
|
ipAddress: z.ZodString;
|
|
442
1240
|
userAgent: z.ZodString;
|
|
443
|
-
}, z.core.$strip
|
|
1241
|
+
}, z.core.$strip>;
|
|
444
1242
|
export declare const AuditableEvent_User_MagicLinkVerifiedEventDataSchema: z.ZodObject<{
|
|
445
1243
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_MAGIC_LINK_VERIFIED>;
|
|
446
1244
|
userId: z.ZodString;
|
|
@@ -448,14 +1246,14 @@ export declare const AuditableEvent_User_MagicLinkVerifiedEventDataSchema: z.Zod
|
|
|
448
1246
|
ipAddress: z.ZodString;
|
|
449
1247
|
userAgent: z.ZodString;
|
|
450
1248
|
sessionId: z.ZodString;
|
|
451
|
-
}, z.core.$strip
|
|
1249
|
+
}, z.core.$strip>;
|
|
452
1250
|
export declare const AuditableEvent_User_MagicLinkFailedEventDataSchema: z.ZodObject<{
|
|
453
1251
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_MAGIC_LINK_FAILED>;
|
|
454
1252
|
email: z.ZodOptional<z.ZodString>;
|
|
455
1253
|
failureReason: z.ZodString;
|
|
456
1254
|
ipAddress: z.ZodString;
|
|
457
1255
|
userAgent: z.ZodString;
|
|
458
|
-
}, z.core.$strip
|
|
1256
|
+
}, z.core.$strip>;
|
|
459
1257
|
export declare const AuditableEvent_User_SMSOTPSentEventDataSchema: z.ZodObject<{
|
|
460
1258
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_SMS_OTP_SENT>;
|
|
461
1259
|
phoneNumber: z.ZodString;
|
|
@@ -463,7 +1261,7 @@ export declare const AuditableEvent_User_SMSOTPSentEventDataSchema: z.ZodObject<
|
|
|
463
1261
|
sessionId: z.ZodString;
|
|
464
1262
|
ipAddress: z.ZodString;
|
|
465
1263
|
userAgent: z.ZodString;
|
|
466
|
-
}, z.core.$strip
|
|
1264
|
+
}, z.core.$strip>;
|
|
467
1265
|
export declare const AuditableEvent_User_SMSOTPVerifiedEventDataSchema: z.ZodObject<{
|
|
468
1266
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_SMS_OTP_VERIFIED>;
|
|
469
1267
|
userId: z.ZodString;
|
|
@@ -472,7 +1270,7 @@ export declare const AuditableEvent_User_SMSOTPVerifiedEventDataSchema: z.ZodObj
|
|
|
472
1270
|
sessionId: z.ZodString;
|
|
473
1271
|
ipAddress: z.ZodString;
|
|
474
1272
|
userAgent: z.ZodString;
|
|
475
|
-
}, z.core.$strip
|
|
1273
|
+
}, z.core.$strip>;
|
|
476
1274
|
export declare const AuditableEvent_User_SMSOTPFailedEventDataSchema: z.ZodObject<{
|
|
477
1275
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_SMS_OTP_FAILED>;
|
|
478
1276
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
@@ -481,30 +1279,32 @@ export declare const AuditableEvent_User_SMSOTPFailedEventDataSchema: z.ZodObjec
|
|
|
481
1279
|
sessionId: z.ZodString;
|
|
482
1280
|
ipAddress: z.ZodString;
|
|
483
1281
|
userAgent: z.ZodString;
|
|
484
|
-
}, z.core.$strip
|
|
1282
|
+
}, z.core.$strip>;
|
|
485
1283
|
export declare const AuditableEvent_User_PhoneVerifiedEventDataSchema: z.ZodObject<{
|
|
486
1284
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PHONE_VERIFIED>;
|
|
487
1285
|
userId: z.ZodString;
|
|
488
1286
|
phoneNumber: z.ZodString;
|
|
489
1287
|
ipAddress: z.ZodString;
|
|
490
1288
|
userAgent: z.ZodString;
|
|
491
|
-
}, z.core.$strip
|
|
1289
|
+
}, z.core.$strip>;
|
|
492
1290
|
export declare const AuditableEvent_User_PhoneVerificationFailedEventDataSchema: z.ZodObject<{
|
|
493
1291
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PHONE_VERIFICATION_FAILED>;
|
|
494
1292
|
phoneNumber: z.ZodString;
|
|
495
1293
|
failureReason: z.ZodString;
|
|
496
1294
|
ipAddress: z.ZodString;
|
|
497
1295
|
userAgent: z.ZodString;
|
|
498
|
-
}, z.core.$strip
|
|
1296
|
+
}, z.core.$strip>;
|
|
499
1297
|
export declare const AuditableEvent_OAuth2ProviderBlockedEventDataSchema: z.ZodObject<{
|
|
500
1298
|
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH2_PROVIDER_BLOCKED>;
|
|
501
1299
|
email: z.ZodOptional<z.ZodString>;
|
|
502
1300
|
providerRef: z.ZodString;
|
|
503
|
-
|
|
1301
|
+
scopeType: z.ZodEnum<typeof AuthScopeType>;
|
|
1302
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
1303
|
+
applicationId: z.ZodOptional<z.ZodString>;
|
|
504
1304
|
reason: z.ZodString;
|
|
505
1305
|
ipAddress: z.ZodString;
|
|
506
1306
|
userAgent: z.ZodString;
|
|
507
|
-
}, z.core.$strip
|
|
1307
|
+
}, z.core.$strip>;
|
|
508
1308
|
export type AuditableEvent_OAuth2ProviderBlockedEventData = z.infer<typeof AuditableEvent_OAuth2ProviderBlockedEventDataSchema>;
|
|
509
1309
|
export declare const AuditableEvent_EmergencyAccess_UsedEventDataSchema: z.ZodObject<{
|
|
510
1310
|
eventType: z.ZodLiteral<CoreAuditableEventType.EMERGENCY_ACCESS_USED>;
|
|
@@ -515,7 +1315,7 @@ export declare const AuditableEvent_EmergencyAccess_UsedEventDataSchema: z.ZodOb
|
|
|
515
1315
|
ipAddress: z.ZodString;
|
|
516
1316
|
userAgent: z.ZodString;
|
|
517
1317
|
sessionId: z.ZodString;
|
|
518
|
-
}, z.core.$strip
|
|
1318
|
+
}, z.core.$strip>;
|
|
519
1319
|
export declare const AuditableEvent_FieldAccess_EventDataSchema: z.ZodObject<{
|
|
520
1320
|
eventType: z.ZodLiteral<CoreAuditableEventType.FIELD_ACCESS>;
|
|
521
1321
|
fieldName: z.ZodString;
|
|
@@ -523,20 +1323,629 @@ export declare const AuditableEvent_FieldAccess_EventDataSchema: z.ZodObject<{
|
|
|
523
1323
|
resourceId: z.ZodOptional<z.ZodString>;
|
|
524
1324
|
operationIdentifier: z.ZodString;
|
|
525
1325
|
isCreateOperation: z.ZodBoolean;
|
|
526
|
-
|
|
1326
|
+
machineCredentialAuthMethod: z.ZodOptional<z.ZodString>;
|
|
1327
|
+
machineCredentialId: z.ZodOptional<z.ZodString>;
|
|
1328
|
+
}, z.core.$strip>;
|
|
1329
|
+
/**
|
|
1330
|
+
* **A resource operation took effect.** The operation-triggered counterpart to
|
|
1331
|
+
* {@link AuditableEvent_FieldAccess_EventDataSchema}, which is triggered by a decorated RESPONSE
|
|
1332
|
+
* FIELD and is therefore blind to any operation whose response carries none.
|
|
1333
|
+
*
|
|
1334
|
+
* ## What the existence of this row asserts, and what it does not
|
|
1335
|
+
*
|
|
1336
|
+
* It is emitted from the framework-managed POST-COMMIT effects lane, so the row exists only for an
|
|
1337
|
+
* operation whose mutation is already durable. "Performed" is therefore the whole claim — there is
|
|
1338
|
+
* deliberately no `outcome` discriminator, because this emission point can never observe a failure.
|
|
1339
|
+
*
|
|
1340
|
+
* The absence of a row is NOT evidence that nothing happened; that is what makes audit-pipeline
|
|
1341
|
+
* failure detection (`audit_store_failure_total`, and the operation identity now carried on the
|
|
1342
|
+
* failure log line) a control in its own right rather than an operational nicety.
|
|
1343
|
+
*
|
|
1344
|
+
* **Refusals are a different event and a different chokepoint.** A denied operation never reaches
|
|
1345
|
+
* this lane — the authorization decision happens pre-dispatch, its volume is attacker-drivable, and
|
|
1346
|
+
* it needs rate-limit / dedup treatment this success path does not. Declaring a `DENIED` outcome
|
|
1347
|
+
* here that nothing produces would repeat the very defect this event exists to fix (20 event types
|
|
1348
|
+
* were authored in this enum and wired to nothing). That refusal event now exists and is emitted:
|
|
1349
|
+
* see {@link AuditableEvent_ResourceOperationDenied_EventDataSchema}, raised from the authorizer.
|
|
1350
|
+
* The two events are read together — this one for what happened, that one for what was stopped —
|
|
1351
|
+
* and neither carries an `outcome` discriminator, because each states its whole claim in its name.
|
|
1352
|
+
*
|
|
1353
|
+
* ## Operation identity is a TRIPLE
|
|
1354
|
+
*
|
|
1355
|
+
* `resourceType` + `operationIdentifier` + `variantKey`. Recording only the first two makes an
|
|
1356
|
+
* `admin` variant indistinguishable from a `self` variant — a distinction several polymorphic
|
|
1357
|
+
* resources encode in `variantKey` alone, and precisely the distinction an auditor is checking.
|
|
1358
|
+
*
|
|
1359
|
+
* ## Correlation across a cascade
|
|
1360
|
+
*
|
|
1361
|
+
* Every execution surface emits — API, internal call, and repository-only — so one tenant deletion
|
|
1362
|
+
* produces one row per cascaded child. The top-level `correlationId` is inherited by every sub-call
|
|
1363
|
+
* context and preserved across mid-flight operation corrections, so it groups the whole fan-out to one request;
|
|
1364
|
+
* `subCallDepth` separates the initiating operation (0) from what it cascaded into.
|
|
1365
|
+
*
|
|
1366
|
+
* ## Field evidence is deliberately partial (GDPR Art. 5(1)(c) + Art. 17)
|
|
1367
|
+
*
|
|
1368
|
+
* `changedFields` names every field the write touched — a field NAME is not personal data, so it is
|
|
1369
|
+
* always safe and always recorded. `fieldEvidence` carries before/after VALUES only for fields the
|
|
1370
|
+
* schema marks `.isAuditEvidence()`.
|
|
1371
|
+
*
|
|
1372
|
+
* Values are limited on purpose: audit rows replicate to the per-org SIEM and to the immutable
|
|
1373
|
+
* ledger, and **the immutable ledger cannot be scrubbed** — so copying arbitrary personal data into
|
|
1374
|
+
* this event would manufacture an unerasable duplicate, in direct conflict with Art. 17 and with the
|
|
1375
|
+
* impersonalization/retention capability built to make personal data erasable. Authority-, status-
|
|
1376
|
+
* and scope-bearing values ARE necessary (a role change that does not record the old and new roles
|
|
1377
|
+
* proves nothing), and those are exactly what the marker is for.
|
|
1378
|
+
*
|
|
1379
|
+
* assurance-control: WILDO.AUDIT.EVIDENCE_INTEGRITY
|
|
1380
|
+
*/
|
|
1381
|
+
export declare const AuditableEvent_ResourceOperationPerformed_EventDataSchema: z.ZodObject<{
|
|
1382
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.RESOURCE_OPERATION_PERFORMED>;
|
|
1383
|
+
resourceType: z.ZodString;
|
|
1384
|
+
operationIdentifier: z.ZodString;
|
|
1385
|
+
variantType: z.ZodEnum<typeof ResourceOperationVariantType>;
|
|
1386
|
+
variantKey: z.ZodOptional<z.ZodString>;
|
|
1387
|
+
resourceOperationLike: z.ZodOptional<z.ZodEnum<typeof CoreResourceOperation>>;
|
|
1388
|
+
isBulkOperation: z.ZodOptional<z.ZodBoolean>;
|
|
1389
|
+
resourceId: z.ZodOptional<z.ZodString>;
|
|
1390
|
+
affectedRecordCount: z.ZodOptional<z.ZodNumber>;
|
|
1391
|
+
initiatorRoles: z.ZodArray<z.ZodString>;
|
|
1392
|
+
executionType: z.ZodEnum<typeof ExecutionContext_ExecutionType>;
|
|
1393
|
+
machineCredentialAuthMethod: z.ZodOptional<z.ZodString>;
|
|
1394
|
+
machineCredentialId: z.ZodOptional<z.ZodString>;
|
|
1395
|
+
subCallDepth: z.ZodNumber;
|
|
1396
|
+
changedFields: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1397
|
+
fieldEvidence: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1398
|
+
before: z.ZodOptional<z.ZodUnknown>;
|
|
1399
|
+
after: z.ZodOptional<z.ZodUnknown>;
|
|
1400
|
+
}, z.core.$strip>>>;
|
|
1401
|
+
}, z.core.$strip>;
|
|
1402
|
+
/**
|
|
1403
|
+
* An operation the authorizer REFUSED. The other half of "record access decisions" — the negative
|
|
1404
|
+
* decision, which until now left no trace anywhere in the framework.
|
|
1405
|
+
*
|
|
1406
|
+
* ## Emitted pre-dispatch, from the one funnel
|
|
1407
|
+
*
|
|
1408
|
+
* Every public entry point of `AuthorizationsBackendService` converges on the same two inner phase
|
|
1409
|
+
* runners — `authorizeInController` (HTTP controller, MCP, WebSocket, queue, field validation),
|
|
1410
|
+
* `authorizeInProgrammaticSurface` (a non-controller surface that faces an external caller), and
|
|
1411
|
+
* `authorizeInRepositoryAndService`, which has exactly one caller — `authorizeInController` itself.
|
|
1412
|
+
* So a single instrumentation point observes every refusal THE AUTHORIZER MAKES, with the operation
|
|
1413
|
+
* and execution context both in scope. No mutation has occurred when this row is written; nothing is
|
|
1414
|
+
* rolled back by it.
|
|
1415
|
+
*
|
|
1416
|
+
* **The scope of that claim, stated because an earlier revision overstated it.** It used to read
|
|
1417
|
+
* "the sole production entry point for every execution surface", which asserts something stronger
|
|
1418
|
+
* and false: that every execution surface passes the role gate. A programmatic operation entering at
|
|
1419
|
+
* the SERVICE tier (`ServicesRegistryHandlerBackendService.read` / `list` / …) reaches no authorizer
|
|
1420
|
+
* at all — deliberately, because that population includes the reads that ESTABLISH identity before a
|
|
1421
|
+
* role-bearing principal exists. So the absence of a row here means "the authorizer refused nothing",
|
|
1422
|
+
* never "nothing was read". See `AuthorizationsBackendService.authorizeInProgrammaticSurface` for the
|
|
1423
|
+
* layering decision and the door.
|
|
1424
|
+
*
|
|
1425
|
+
* ## What it is NOT
|
|
1426
|
+
*
|
|
1427
|
+
* - **Not an authentication failure.** `USER_LOGIN_FAILED` / `MACHINE_AUTH_FAILED` say "you are not
|
|
1428
|
+
* who you claim to be". This says "you are, and you may not do this". Distinct types, distinct
|
|
1429
|
+
* categories, neither overloaded.
|
|
1430
|
+
* - **Not an `outcome: 'denied'` variant of {@link AuditableEvent_ResourceOperationPerformed_EventDataSchema}.**
|
|
1431
|
+
* That event is emitted from the post-commit lane, which by construction can only observe
|
|
1432
|
+
* operations that already took effect. A refusal never reaches it.
|
|
1433
|
+
*
|
|
1434
|
+
* ## Volume: bounded by dedup, NOT by a risk floor
|
|
1435
|
+
*
|
|
1436
|
+
* Denial volume is attacker-drivable in a way the success path's never is. A risk floor was
|
|
1437
|
+
* considered and rejected as the control: it would exclude 100% of denied READS (zero of the
|
|
1438
|
+
* catalogue's HIGH/CRITICAL variants are reads, while 371 of 551 API-reachable variants are) —
|
|
1439
|
+
* discarding the canonical reconnaissance signal — while not capping the adversarial worst case at
|
|
1440
|
+
* all, since the attacker chooses which endpoint to hammer.
|
|
1441
|
+
*
|
|
1442
|
+
* The actual bound is a per-principal / per-operation / per-reason dedup window. Rather than
|
|
1443
|
+
* suppressing repeats outright (which would erase the storm — the very signal a security-operations team wants),
|
|
1444
|
+
* emission escalates on a LOGARITHMIC ladder: the 1st, 10th, 100th, … refusal in the window each
|
|
1445
|
+
* emit one row carrying {@link occurrenceCount}. A burst of 10 000 identical denials therefore
|
|
1446
|
+
* costs 5 rows and remains legible as a burst.
|
|
1447
|
+
*
|
|
1448
|
+
* Dedup is best-effort and FAILS OPEN (emit) when the counter store is unavailable — a fail-closed
|
|
1449
|
+
* cooldown would let an attacker blind the audit trail by taking Redis down.
|
|
1450
|
+
*
|
|
1451
|
+
* assurance-control: WILDO.ACCESS.AUTHORIZATION_DECISION_AUDIT
|
|
1452
|
+
*/
|
|
1453
|
+
/**
|
|
1454
|
+
* A platform operator acted on a row belonging to a tenant they are not a member of.
|
|
1455
|
+
*
|
|
1456
|
+
* ## Why this event exists
|
|
1457
|
+
*
|
|
1458
|
+
* Wildo's answer to "may a platform super-administrator administer any tenant?" is YES — the same
|
|
1459
|
+
* answer most mature B2B platforms give, because support and incident response genuinely need it.
|
|
1460
|
+
* What those platforms do NOT do is leave the reach implicit. Support access is a named, logged
|
|
1461
|
+
* event, because the difference between legitimate operator work and quiet snooping is not the
|
|
1462
|
+
* capability — both use the identical capability — it is whether anyone can tell afterwards.
|
|
1463
|
+
*
|
|
1464
|
+
* Until 2026-08-05 Wildo had the capability with none of the visibility, and by accident rather than
|
|
1465
|
+
* declaration: per-instance org-scoped requests are checked by `authorizeOrganizations`, which
|
|
1466
|
+
* compares the fetched row's organization against a scope the SAME REQUEST supplied through its URL.
|
|
1467
|
+
* A non-member operator therefore passed it silently. Measured over real HTTP by
|
|
1468
|
+
* `organization-ownership-grant-hostile.e2e.ts` probe F-1a, which deleted a membership row in
|
|
1469
|
+
* another tenant and got a 200.
|
|
1470
|
+
*
|
|
1471
|
+
* This event is the visibility half. It does NOT refuse — refusing is a separate, much larger change
|
|
1472
|
+
* with a measured blast radius (see the plan) and is a policy decision in its own right. Emission is
|
|
1473
|
+
* best-effort and never blocks the request: an operator action must not fail because the audit sink
|
|
1474
|
+
* is down, and a fail-closed variant would let anyone disable operator support by breaking the sink.
|
|
1475
|
+
*
|
|
1476
|
+
* ## Reading the event
|
|
1477
|
+
*
|
|
1478
|
+
* {@link admissionDeclared} is the field that matters most. `true` means the operation VARIANT
|
|
1479
|
+
* declared `admitsCrossTenantPlatformAdministration` — an intended, reviewed crossing such as
|
|
1480
|
+
* `organizationMembers.grantOwnership`. `false` means the reach came from the structural gap above:
|
|
1481
|
+
* nobody declared it, no spec documents it, and it is the population to watch.
|
|
1482
|
+
*
|
|
1483
|
+
* assurance-control: WILDO.ACCESS.CROSS_TENANT_ADMINISTRATION — platform-tier access to a tenant the
|
|
1484
|
+
* principal does not belong to.
|
|
1485
|
+
* assurance-control: WILDO.ACCESS.AUTHORIZATION_DECISION_AUDIT
|
|
1486
|
+
*/
|
|
1487
|
+
/**
|
|
1488
|
+
* One transition in the life of a platform access grant.
|
|
1489
|
+
*
|
|
1490
|
+
* The crossing itself is recorded by {@link CoreAuditableEventType.CROSS_TENANT_ADMINISTRATIVE_ACCESS}.
|
|
1491
|
+
* This is the other half, and a reviewer needs both: that event answers "an operator reached into
|
|
1492
|
+
* this tenant", this one answers "on what authority, asked for when, and who agreed".
|
|
1493
|
+
*
|
|
1494
|
+
* Deliberately two events rather than one enriched one. A grant is requested once and may authorise
|
|
1495
|
+
* many crossings across its window, so folding them together would either duplicate the grant's
|
|
1496
|
+
* details onto every access or lose the request/decision timeline entirely.
|
|
1497
|
+
*
|
|
1498
|
+
* {@link autoApprovalReason} is the field a customer audit turns on. Its ABSENCE on an approved grant
|
|
1499
|
+
* means a human in the tenant said yes. `TENANT_APPROVAL_NOT_REQUIRED` means the tenant had not opted
|
|
1500
|
+
* into approval. `TENANT_CANNOT_APPROVE` means the tenant had no administratively usable owner and
|
|
1501
|
+
* could not consent — the one path where operator access proceeds against a tenant that never agreed
|
|
1502
|
+
* and never could, which is why the emitter carries it at a higher risk level.
|
|
1503
|
+
*
|
|
1504
|
+
* assurance-control: WILDO.ACCESS.CROSS_TENANT_ADMINISTRATION
|
|
1505
|
+
* assurance-control: WILDO.ACCESS.PRIVILEGE_EVIDENCE — evidence of a privileged assignment's full life.
|
|
1506
|
+
*/
|
|
1507
|
+
export declare const AuditableEvent_PlatformAccessGrantLifecycle_EventDataSchema: z.ZodObject<{
|
|
1508
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.PLATFORM_ACCESS_GRANT_LIFECYCLE>;
|
|
1509
|
+
transition: z.ZodEnum<typeof PlatformAccessGrantLifecycleTransition>;
|
|
1510
|
+
grantId: z.ZodString;
|
|
1511
|
+
targetOrganizationId: z.ZodString;
|
|
1512
|
+
operatorUserId: z.ZodString;
|
|
1513
|
+
justification: z.ZodOptional<z.ZodString>;
|
|
1514
|
+
resultingStatus: z.ZodEnum<typeof PlatformAccessGrantStatus>;
|
|
1515
|
+
expiresAt: z.ZodOptional<z.ZodDate>;
|
|
1516
|
+
autoApprovalReason: z.ZodOptional<z.ZodEnum<typeof PlatformAccessGrantAutoApprovalReason>>;
|
|
1517
|
+
decidedByUserId: z.ZodOptional<z.ZodString>;
|
|
1518
|
+
decisionReason: z.ZodOptional<z.ZodString>;
|
|
1519
|
+
}, z.core.$strip>;
|
|
1520
|
+
export declare const AuditableEvent_CrossTenantAdministrativeAccess_EventDataSchema: z.ZodObject<{
|
|
1521
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.CROSS_TENANT_ADMINISTRATIVE_ACCESS>;
|
|
1522
|
+
targetOrganizationId: z.ZodString;
|
|
1523
|
+
resourceType: z.ZodString;
|
|
1524
|
+
operationIdentifier: z.ZodString;
|
|
1525
|
+
variantType: z.ZodEnum<typeof ResourceOperationVariantType>;
|
|
1526
|
+
variantKey: z.ZodOptional<z.ZodString>;
|
|
1527
|
+
targetResourceIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1528
|
+
authorizingGrantId: z.ZodOptional<z.ZodString>;
|
|
1529
|
+
admissionDeclared: z.ZodBoolean;
|
|
1530
|
+
initiatorRoles: z.ZodArray<z.ZodString>;
|
|
1531
|
+
executionType: z.ZodEnum<typeof ExecutionContext_ExecutionType>;
|
|
1532
|
+
}, z.core.$strip>;
|
|
1533
|
+
/**
|
|
1534
|
+
* An application-wide directory enumeration.
|
|
1535
|
+
*
|
|
1536
|
+
* See {@link CoreAuditableEventType.PLATFORM_DIRECTORY_ACCESS} for why this is a distinct event
|
|
1537
|
+
* type rather than a shape of the cross-tenant one. The short version: there is no target tenant to
|
|
1538
|
+
* name, because the read deliberately spans them all.
|
|
1539
|
+
*/
|
|
1540
|
+
export declare const AuditableEvent_PlatformDirectoryAccess_EventDataSchema: z.ZodObject<{
|
|
1541
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.PLATFORM_DIRECTORY_ACCESS>;
|
|
1542
|
+
resourceType: z.ZodString;
|
|
1543
|
+
operationIdentifier: z.ZodString;
|
|
1544
|
+
variantType: z.ZodEnum<typeof ResourceOperationVariantType>;
|
|
1545
|
+
variantKey: z.ZodOptional<z.ZodString>;
|
|
1546
|
+
returnedCount: z.ZodNumber;
|
|
1547
|
+
initiatorRoles: z.ZodArray<z.ZodString>;
|
|
1548
|
+
executionType: z.ZodEnum<typeof ExecutionContext_ExecutionType>;
|
|
1549
|
+
}, z.core.$strip>;
|
|
1550
|
+
export declare const AuditableEvent_ResourceOperationDenied_EventDataSchema: z.ZodObject<{
|
|
1551
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.RESOURCE_OPERATION_DENIED>;
|
|
1552
|
+
denialReason: z.ZodEnum<typeof ResourceOperationDenialReason>;
|
|
1553
|
+
resourceType: z.ZodString;
|
|
1554
|
+
operationIdentifier: z.ZodString;
|
|
1555
|
+
variantType: z.ZodEnum<typeof ResourceOperationVariantType>;
|
|
1556
|
+
variantKey: z.ZodOptional<z.ZodString>;
|
|
1557
|
+
resourceOperationLike: z.ZodOptional<z.ZodEnum<typeof CoreResourceOperation>>;
|
|
1558
|
+
isBulkOperation: z.ZodOptional<z.ZodBoolean>;
|
|
1559
|
+
attemptedResourceIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1560
|
+
requiredRoles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1561
|
+
initiatorRoles: z.ZodArray<z.ZodString>;
|
|
1562
|
+
executionType: z.ZodEnum<typeof ExecutionContext_ExecutionType>;
|
|
1563
|
+
machineCredentialAuthMethod: z.ZodOptional<z.ZodString>;
|
|
1564
|
+
machineCredentialId: z.ZodOptional<z.ZodString>;
|
|
1565
|
+
subCallDepth: z.ZodNumber;
|
|
1566
|
+
occurrenceCount: z.ZodNumber;
|
|
1567
|
+
occurrenceCountIsExact: z.ZodBoolean;
|
|
1568
|
+
}, z.core.$strip>;
|
|
1569
|
+
/**
|
|
1570
|
+
* A privileged SEE-THROUGH read that revealed RETAINED (impersonalized-and-retained) records —
|
|
1571
|
+
* rows kept for a legal/audit obligation while their personal data was scrubbed, hidden from
|
|
1572
|
+
* normal callers by the retention hide-predicate. This is the compliance-grade access record over
|
|
1573
|
+
* that scrubbed data, and its two defining properties (vs `SYSTEM_CONTEXT_READ`, which names only the
|
|
1574
|
+
* RUNTIME that acted, never a human) are:
|
|
1575
|
+
*
|
|
1576
|
+
* 1. **Human attribution** — `accessingUserId` names the actual super-admin / `COMPLIANCE_AUDITOR`
|
|
1577
|
+
* who exercised the see-through, so a retained-data reveal is never anonymous. Non-empty
|
|
1578
|
+
* (`.trim().min(1)`) — a blank id cannot stand in for a human.
|
|
1579
|
+
* 2. **A required reason** — `reason` is the mandatory justification for revealing scrubbed PII.
|
|
1580
|
+
* Non-empty (`.trim().min(1)`): a blank OR whitespace-only reason fails validation, so the audit
|
|
1581
|
+
* trail cannot record a reveal without a real "why". The see-through primitives ALSO fail-closed on
|
|
1582
|
+
* blank attribution before the read (the schema `.min(1)` is the contract; the primitive guard is
|
|
1583
|
+
* the enforcement point, since the audit store persists `eventData` as an unparsed record).
|
|
1584
|
+
*
|
|
1585
|
+
* Strictly read-only (the see-through primitive never mutates). Emitted by the see-through read
|
|
1586
|
+
* primitive (`readRetainedAsSystem` / `listRetainedAsSystem`) — wired in a later phase; this is the
|
|
1587
|
+
* contract only.
|
|
1588
|
+
*/
|
|
1589
|
+
export declare const AuditableEvent_RetainedDataAccess_EventDataSchema: z.ZodObject<{
|
|
1590
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.RETAINED_DATA_ACCESS>;
|
|
1591
|
+
accessingUserId: z.ZodString;
|
|
1592
|
+
reason: z.ZodString;
|
|
1593
|
+
resourceType: z.ZodString;
|
|
1594
|
+
resourceId: z.ZodOptional<z.ZodString>;
|
|
1595
|
+
retainedRecordCount: z.ZodOptional<z.ZodNumber>;
|
|
1596
|
+
operationIdentifier: z.ZodString;
|
|
1597
|
+
roles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1598
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
1599
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
1600
|
+
}, z.core.$strip>;
|
|
1601
|
+
/**
|
|
1602
|
+
* A DATA SUBJECT EXPORT — the compliance record of the framework assembling everything it holds
|
|
1603
|
+
* about one person and disclosing it.
|
|
1604
|
+
*
|
|
1605
|
+
* This is the most sensitive READ the framework performs, and the one an access-request audit turns
|
|
1606
|
+
* on. Its defining properties:
|
|
1607
|
+
*
|
|
1608
|
+
* 1. **A named subject** — `subjectResourceType` + `subjectIds`: WHOSE data left the system. An
|
|
1609
|
+
* export event that cannot name its subject is not an access record.
|
|
1610
|
+
* 2. **A named purpose** — `purpose` is a `SubjectExportPurpose`. Art. 15 and Art. 20 produce
|
|
1611
|
+
* genuinely different bundles, so an audit trail that recorded only "an export happened" could
|
|
1612
|
+
* not later establish which right was answered or whether it was answered completely.
|
|
1613
|
+
* 3. **What was actually included** — `includedResourceTypes` + `totalRecordCount`, and
|
|
1614
|
+
* `fieldsExcludedAsDerived` for the Art. 20 narrowing. The OMISSIONS matter as much as the
|
|
1615
|
+
* contents: "why was this not in my export?" must have a recorded answer.
|
|
1616
|
+
*
|
|
1617
|
+
* Carries NO personal data — resource types, ids, counts and field NAMES only. Recording the
|
|
1618
|
+
* exported values would turn the record of a disclosure into a second copy of it, in a store with
|
|
1619
|
+
* a longer retention than the export artifact itself.
|
|
1620
|
+
*
|
|
1621
|
+
* assurance-control: WILDO.PRIVACY.SUBJECT_DATA_EXPORT
|
|
1622
|
+
*/
|
|
1623
|
+
export declare const AuditableEvent_SubjectDataExport_EventDataSchema: z.ZodObject<{
|
|
1624
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.SUBJECT_DATA_EXPORT>;
|
|
1625
|
+
purpose: z.ZodString;
|
|
1626
|
+
subjectResourceType: z.ZodString;
|
|
1627
|
+
subjectIds: z.ZodArray<z.ZodString>;
|
|
1628
|
+
includedResourceTypes: z.ZodArray<z.ZodString>;
|
|
1629
|
+
totalRecordCount: z.ZodNumber;
|
|
1630
|
+
fieldsExcludedAsDerived: z.ZodArray<z.ZodString>;
|
|
1631
|
+
fieldsWithheldAsNonDisclosable: z.ZodArray<z.ZodString>;
|
|
1632
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
1633
|
+
}, z.core.$strip>;
|
|
1634
|
+
/**
|
|
1635
|
+
* A COLLECTION EXPORT — an operator rendered a resource listing to a file and downloaded it.
|
|
1636
|
+
*
|
|
1637
|
+
* ## What it must answer, and what it must never carry
|
|
1638
|
+
*
|
|
1639
|
+
* The reviewer's questions are: which listing, in what shape, and **how much left**. So the row
|
|
1640
|
+
* count is mandatory and the row scope is recorded verbatim — "they exported the page they were
|
|
1641
|
+
* looking at" and "they exported the whole table" are the same action with very different
|
|
1642
|
+
* consequences, and only this field separates them after the fact.
|
|
1643
|
+
*
|
|
1644
|
+
* `filterFieldNames` records WHICH filters narrowed the export, **never their values**. A filter
|
|
1645
|
+
* value is frequently personal data (`?email=…`, `?assigneeId=…`), so recording it would turn the
|
|
1646
|
+
* record of a disclosure into a second copy of it, in a store that outlives the exported file — the
|
|
1647
|
+
* same rule {@link AuditableEvent_SubjectDataExport_EventDataSchema} follows ("resource types, ids,
|
|
1648
|
+
* counts and field NAMES only"). No row content, ever.
|
|
1649
|
+
*
|
|
1650
|
+
* ## Why the severity is static and the risk is not
|
|
1651
|
+
*
|
|
1652
|
+
* `AUDIT_EVENT_CLASSIFICATION_MAP` is keyed by event TYPE, so severity cannot vary per emission.
|
|
1653
|
+
* Classifying every export WARNING would put a routine twenty-row page download beside a whole-table
|
|
1654
|
+
* dump and train reviewers to skim the channel; classifying every export INFO would leave the dump
|
|
1655
|
+
* indistinguishable. The distinction therefore rides on `riskLevel`, which IS per-emission and is an
|
|
1656
|
+
* indexed summary column on the audit row: LOW for a page, HIGH for a full result set.
|
|
1657
|
+
*
|
|
1658
|
+
* *Rejected: two event types.* A page export and a full export are one action with one parameter,
|
|
1659
|
+
* and splitting the vocabulary to vary a field would make every consumer match two types forever.
|
|
1660
|
+
*
|
|
1661
|
+
* assurance-control: WILDO.PRIVACY.COLLECTION_DATA_EXPORT
|
|
1662
|
+
*/
|
|
1663
|
+
export declare const AuditableEvent_CollectionDataExport_EventDataSchema: z.ZodObject<{
|
|
1664
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.COLLECTION_DATA_EXPORT>;
|
|
1665
|
+
resourceType: z.ZodString;
|
|
1666
|
+
sourceOperationIdentifier: z.ZodString;
|
|
1667
|
+
format: z.ZodString;
|
|
1668
|
+
rowScope: z.ZodString;
|
|
1669
|
+
rowCount: z.ZodNumber;
|
|
1670
|
+
filterFieldNames: z.ZodArray<z.ZodString>;
|
|
1671
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
1672
|
+
}, z.core.$strip>;
|
|
1673
|
+
/**
|
|
1674
|
+
* Rows were read THROUGH an HTTP-API resource binding — the read-through trail for data living in
|
|
1675
|
+
* an EXTERNAL system the platform does not own (ETL plan D8/R6; see the enum member's docstring
|
|
1676
|
+
* for why this is neither SYSTEM_CONTEXT_READ nor COLLECTION_DATA_EXPORT).
|
|
1677
|
+
*
|
|
1678
|
+
* One event per read-family OPERATION execution: a paginated LIST and the count that totals its
|
|
1679
|
+
* envelope are ONE access, not two — the unit a reviewer reasons about is "an operation reached
|
|
1680
|
+
* into the external system", never the transport's call multiplicity. Carries NO row data and no
|
|
1681
|
+
* filter VALUES — the trail must never become a second copy of the external system's content.
|
|
1682
|
+
*
|
|
1683
|
+
* `initiatorUserId` is the REAL initiating user (R12): under a SERVICE_PRINCIPAL binding every
|
|
1684
|
+
* remote call authenticates as one service account, and this field is what keeps attribution
|
|
1685
|
+
* alive through that shared principal. Optional because internal/machine executions genuinely
|
|
1686
|
+
* have no user — absence means "a runtime acted", exactly as `executionType` records.
|
|
1687
|
+
*
|
|
1688
|
+
* assurance-control: WILDO.AUDIT.ATTRIBUTION — read-through access to an external system is
|
|
1689
|
+
* recorded with the real initiating user carried through the shared service principal.
|
|
1690
|
+
*/
|
|
1691
|
+
export declare const AuditableEvent_HttpApiReadThroughAccess_EventDataSchema: z.ZodObject<{
|
|
1692
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.HTTP_API_READ_THROUGH_ACCESS>;
|
|
1693
|
+
resourceType: z.ZodString;
|
|
1694
|
+
operationIdentifier: z.ZodString;
|
|
1695
|
+
providerRef: z.ZodString;
|
|
1696
|
+
remoteEntityRef: z.ZodString;
|
|
1697
|
+
dialect: z.ZodString;
|
|
1698
|
+
initiatorUserId: z.ZodOptional<z.ZodString>;
|
|
1699
|
+
executionType: z.ZodOptional<z.ZodString>;
|
|
1700
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
1701
|
+
resourceId: z.ZodOptional<z.ZodString>;
|
|
1702
|
+
rowCount: z.ZodOptional<z.ZodNumber>;
|
|
1703
|
+
}, z.core.$strip>;
|
|
1704
|
+
/**
|
|
1705
|
+
* A subject erasure invoked the DECLARED external-erasure operation of an HTTP_API binding
|
|
1706
|
+
* (ETL D6 stance 6b) — rows linked to the erased subject were deleted in the external system.
|
|
1707
|
+
*
|
|
1708
|
+
* Carries ids only, never personal fields: by the time this emits, the subject's local row is
|
|
1709
|
+
* scrubbed, and the whole point of the operation was that the remote copies stop existing.
|
|
1710
|
+
*
|
|
1711
|
+
* assurance-control: WILDO.AUDIT.ATTRIBUTION — the outbound deletion names the subject it served
|
|
1712
|
+
* and the external system it reached; the erasure report is the per-request receipt, this row is
|
|
1713
|
+
* the queryable trail.
|
|
1714
|
+
*/
|
|
1715
|
+
export declare const AuditableEvent_HttpApiExternalErasure_EventDataSchema: z.ZodObject<{
|
|
1716
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.HTTP_API_EXTERNAL_ERASURE>;
|
|
1717
|
+
subjectResourceType: z.ZodString;
|
|
1718
|
+
subjectIds: z.ZodArray<z.ZodString>;
|
|
1719
|
+
resourceType: z.ZodString;
|
|
1720
|
+
providerRef: z.ZodString;
|
|
1721
|
+
remoteEntityRef: z.ZodString;
|
|
1722
|
+
dialect: z.ZodString;
|
|
1723
|
+
deletedRowCount: z.ZodNumber;
|
|
1724
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
1725
|
+
}, z.core.$strip>;
|
|
1726
|
+
/**
|
|
1727
|
+
* A subject erasure COMPLETED while rows linked to the subject remain live in an HTTP_API-bound
|
|
1728
|
+
* external system, on the controller's explicit per-request acknowledgement (ETL D6 stance 6c).
|
|
1729
|
+
*
|
|
1730
|
+
* THE RECORD IS THE CONTROL: the acknowledgement's entire justification is that the hole becomes
|
|
1731
|
+
* VISIBLE rather than prevented (`administrative-continuity-floors.md`), so this event must name
|
|
1732
|
+
* everything a reviewer needs to act — the subject, the resource, the external system, and the
|
|
1733
|
+
* remaining linkage when it could be measured.
|
|
1734
|
+
*
|
|
1735
|
+
* assurance-control: WILDO.AUDIT.ATTRIBUTION — an acknowledged erasure hole is recorded per
|
|
1736
|
+
* resource, per erasure request, never as a standing posture.
|
|
1737
|
+
*/
|
|
1738
|
+
export declare const AuditableEvent_HttpApiNonErasureAcknowledged_EventDataSchema: z.ZodObject<{
|
|
1739
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.HTTP_API_NON_ERASURE_ACKNOWLEDGED>;
|
|
1740
|
+
subjectResourceType: z.ZodString;
|
|
1741
|
+
subjectIds: z.ZodArray<z.ZodString>;
|
|
1742
|
+
resourceType: z.ZodString;
|
|
1743
|
+
providerRef: z.ZodString;
|
|
1744
|
+
remoteEntityRef: z.ZodString;
|
|
1745
|
+
dialect: z.ZodString;
|
|
1746
|
+
remainingRowCount: z.ZodOptional<z.ZodNumber>;
|
|
1747
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
1748
|
+
}, z.core.$strip>;
|
|
1749
|
+
/**
|
|
1750
|
+
* Audit-log event for cross-frontend session handoff issuance
|
|
1751
|
+
* (cross-app-jwt-propagation Step 2).
|
|
1752
|
+
*
|
|
1753
|
+
* Captures who issued a transferable session credential, where it was bound to,
|
|
1754
|
+
* and a hash of the deep-link target so ops can correlate handoff issuance with
|
|
1755
|
+
* the corresponding `tokenExchange` event WITHOUT leaking the raw deep link
|
|
1756
|
+
* (which can carry org IDs, share codes, or draft IDs).
|
|
1757
|
+
*
|
|
1758
|
+
* `returnPathHash` is hex-encoded `sha256(returnPath)` computed by the audit-log
|
|
1759
|
+
* helper from the validated returnPath. NEVER pass a pre-hashed value at the
|
|
1760
|
+
* call site (defense-in-depth: prevents accidental double-hashing or hash
|
|
1761
|
+
* mismatch with what the schema validated).
|
|
1762
|
+
*/
|
|
1763
|
+
export declare const AuditableEvent_User_CrossFrontendHandoffIssuedEventDataSchema: z.ZodObject<{
|
|
1764
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.USER_CROSS_FRONTEND_HANDOFF_ISSUED>;
|
|
1765
|
+
userId: z.ZodString;
|
|
1766
|
+
sourceFrontendServiceName: z.ZodOptional<z.ZodString>;
|
|
1767
|
+
targetServiceKey: z.ZodString;
|
|
1768
|
+
returnPathHash: z.ZodString;
|
|
1769
|
+
consumableTokenId: z.ZodString;
|
|
1770
|
+
ipAddress: z.ZodString;
|
|
1771
|
+
userAgent: z.ZodString;
|
|
1772
|
+
}, z.core.$strip>;
|
|
1773
|
+
/**
|
|
1774
|
+
* A user-delegated `authorization_code` access token was minted for a third-party client at
|
|
1775
|
+
* `/oauth/token`. This is the most security-sensitive access grant the provider makes: the client
|
|
1776
|
+
* can now act AS the user at the audience-bound A2A/MCP resource. `clientId` is the `azp`
|
|
1777
|
+
* (attribution only — the token carries the USER's authority, not the client's). Never carries the
|
|
1778
|
+
* raw token.
|
|
1779
|
+
*/
|
|
1780
|
+
export declare const AuditableEvent_OAuth_DelegatedTokenIssuedEventDataSchema: z.ZodObject<{
|
|
1781
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH_DELEGATED_TOKEN_ISSUED>;
|
|
1782
|
+
userId: z.ZodString;
|
|
1783
|
+
clientId: z.ZodString;
|
|
1784
|
+
audience: z.ZodString;
|
|
1785
|
+
scopes: z.ZodArray<z.ZodString>;
|
|
1786
|
+
ttlSeconds: z.ZodNumber;
|
|
1787
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
1788
|
+
}, z.core.$strip>;
|
|
1789
|
+
/** A user APPROVED an interactive consent request — a code is issued and the client may act for them. */
|
|
1790
|
+
export declare const AuditableEvent_OAuth_ConsentGrantedEventDataSchema: z.ZodObject<{
|
|
1791
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH_CONSENT_GRANTED>;
|
|
1792
|
+
userId: z.ZodString;
|
|
1793
|
+
clientId: z.ZodString;
|
|
1794
|
+
scopes: z.ZodArray<z.ZodString>;
|
|
1795
|
+
resource: z.ZodOptional<z.ZodString>;
|
|
1796
|
+
remembered: z.ZodBoolean;
|
|
1797
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
1798
|
+
}, z.core.$strip>;
|
|
1799
|
+
/** A user DENIED an interactive consent request — access refused. */
|
|
1800
|
+
export declare const AuditableEvent_OAuth_ConsentDeniedEventDataSchema: z.ZodObject<{
|
|
1801
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH_CONSENT_DENIED>;
|
|
1802
|
+
userId: z.ZodString;
|
|
1803
|
+
clientId: z.ZodString;
|
|
1804
|
+
scopes: z.ZodArray<z.ZodString>;
|
|
1805
|
+
resource: z.ZodOptional<z.ZodString>;
|
|
1806
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
1807
|
+
}, z.core.$strip>;
|
|
1808
|
+
/**
|
|
1809
|
+
* A persistent consent grant (the durable "remember this app" record, keyed on
|
|
1810
|
+
* `(userId, clientId, resource)`) was created or updated — it lets future authorize flows SKIP the
|
|
1811
|
+
* consent prompt, so its lifecycle is a first-class delegated-authority audit concern.
|
|
1812
|
+
*/
|
|
1813
|
+
export declare const AuditableEvent_OAuth_ConsentGrantPersistedEventDataSchema: z.ZodObject<{
|
|
1814
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH_CONSENT_GRANT_PERSISTED>;
|
|
1815
|
+
userId: z.ZodString;
|
|
1816
|
+
clientId: z.ZodString;
|
|
1817
|
+
resource: z.ZodOptional<z.ZodString>;
|
|
1818
|
+
scopes: z.ZodArray<z.ZodString>;
|
|
1819
|
+
isNewGrant: z.ZodBoolean;
|
|
1820
|
+
}, z.core.$strip>;
|
|
1821
|
+
/**
|
|
1822
|
+
* A CIMD `client_id` URL was refused. Unauthenticated by construction, so the URL, the reason and
|
|
1823
|
+
* the source of the request ARE the investigation surface.
|
|
1824
|
+
*/
|
|
1825
|
+
export declare const AuditableEvent_OAuth_CimdClientRefusedEventDataSchema: z.ZodObject<{
|
|
1826
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH_CIMD_CLIENT_REFUSED>;
|
|
1827
|
+
clientId: z.ZodString;
|
|
1828
|
+
reason: z.ZodString;
|
|
1829
|
+
detail: z.ZodOptional<z.ZodString>;
|
|
1830
|
+
}, z.core.$strip>;
|
|
1831
|
+
/**
|
|
1832
|
+
* A client registered itself at `/oauth/register` (RFC 7591). Unauthenticated by construction, so
|
|
1833
|
+
* the source IP and the self-asserted name/redirects ARE the investigation surface — there is no
|
|
1834
|
+
* principal to attribute it to.
|
|
1835
|
+
*/
|
|
1836
|
+
export declare const AuditableEvent_OAuth_DynamicClientRegisteredEventDataSchema: z.ZodObject<{
|
|
1837
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH_DYNAMIC_CLIENT_REGISTERED>;
|
|
1838
|
+
clientId: z.ZodString;
|
|
1839
|
+
clientName: z.ZodString;
|
|
1840
|
+
redirectUris: z.ZodArray<z.ZodString>;
|
|
1841
|
+
postLogoutRedirectUris: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1842
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
1843
|
+
}, z.core.$strip>;
|
|
1844
|
+
/**
|
|
1845
|
+
* A user token was rotated via the provider `refresh_token` grant (`/oauth/token`). Distinct from the
|
|
1846
|
+
* first-party session refresh (`USER_TOKEN_REFRESHED`): this is the OAuth-provider endpoint, which a
|
|
1847
|
+
* confidential client MAY authenticate to. Low-detail INFO — the security-relevant refresh signal is
|
|
1848
|
+
* reuse/theft ({@link CoreAuditableEventType.USER_REFRESH_TOKEN_REUSE_DETECTED}).
|
|
1849
|
+
*
|
|
1850
|
+
* There is deliberately NO `OAUTH_TOKEN_REFRESH_FAILED` counterpart (user-confirmed 2026-07-31): routine
|
|
1851
|
+
* refresh failures (expired / revoked / plain-invalid presented token) are high-volume benign noise from
|
|
1852
|
+
* ended sessions, and auditing them would drown the compliance store. The only refresh-failure worth an
|
|
1853
|
+
* audit record is credential theft, which reuse-detection catches → `USER_REFRESH_TOKEN_REUSE_DETECTED`.
|
|
1854
|
+
*/
|
|
1855
|
+
export declare const AuditableEvent_OAuth_TokenRefreshedEventDataSchema: z.ZodObject<{
|
|
1856
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH_TOKEN_REFRESHED>;
|
|
1857
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
1858
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
1859
|
+
clientAuthenticated: z.ZodBoolean;
|
|
1860
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
1861
|
+
}, z.core.$strip>;
|
|
1862
|
+
/**
|
|
1863
|
+
* A token was revoked via `/oauth/revoke` (RFC 7009). The endpoint is deliberately a no-oracle (200 for
|
|
1864
|
+
* unknown tokens), so this records the ATTEMPT + the authenticated client (if any), never whether the
|
|
1865
|
+
* token existed or whose it was.
|
|
1866
|
+
*/
|
|
1867
|
+
export declare const AuditableEvent_OAuth_TokenRevokedEventDataSchema: z.ZodObject<{
|
|
1868
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH_TOKEN_REVOKED>;
|
|
1869
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
1870
|
+
clientAuthenticated: z.ZodBoolean;
|
|
1871
|
+
tokenTypeHint: z.ZodOptional<z.ZodString>;
|
|
1872
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
1873
|
+
}, z.core.$strip>;
|
|
1874
|
+
/**
|
|
1875
|
+
* An OIDC RP-Initiated Logout (RP-Initiated Logout 1.0) terminated the End-User's OP session at
|
|
1876
|
+
* `/oauth/end-session` (revocation-C). Records WHO logged out WHICH session via WHICH relying party, and
|
|
1877
|
+
* whether a session was actually terminated / a post-logout redirect was refused. `userId`/`sessionId`/
|
|
1878
|
+
* `clientId` are present only when a valid `id_token_hint` identified them — an invalid or absent hint
|
|
1879
|
+
* still lands the user on the OP's page but terminates nothing.
|
|
1880
|
+
*/
|
|
1881
|
+
export declare const AuditableEvent_OAuth_RpInitiatedLogoutEventDataSchema: z.ZodObject<{
|
|
1882
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH_RP_INITIATED_LOGOUT>;
|
|
1883
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
1884
|
+
sessionId: z.ZodOptional<z.ZodString>;
|
|
1885
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
1886
|
+
sessionTerminated: z.ZodBoolean;
|
|
1887
|
+
postLogoutRedirectUriRejected: z.ZodBoolean;
|
|
1888
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
1889
|
+
}, z.core.$strip>;
|
|
1890
|
+
/**
|
|
1891
|
+
* An `authorization_code` exchange was REJECTED at `/oauth/token`. A potential attack signal (code
|
|
1892
|
+
* replay, PKCE downgrade, redirect tampering, cross-client redemption). `reason` names the cause;
|
|
1893
|
+
* `userId`/`resource` are present only for causes detected AFTER the code decodes (never for the
|
|
1894
|
+
* atomic replay/consume failure, which fails before decode).
|
|
1895
|
+
*/
|
|
1896
|
+
export declare const AuditableEvent_OAuth_CodeExchangeFailedEventDataSchema: z.ZodObject<{
|
|
1897
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH_CODE_EXCHANGE_FAILED>;
|
|
1898
|
+
reason: z.ZodEnum<typeof OAuthCodeExchangeFailureReason>;
|
|
1899
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
1900
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
1901
|
+
resource: z.ZodOptional<z.ZodString>;
|
|
1902
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
1903
|
+
}, z.core.$strip>;
|
|
1904
|
+
/**
|
|
1905
|
+
* A consent DECISION was submitted by an authenticated user who is NOT the user the consent request was
|
|
1906
|
+
* bound to (returns 403). A textbook cross-user authorization-abuse signal — user A attempting to act on
|
|
1907
|
+
* user B's pending consent. CRITICAL: records BOTH principals for the SIEM.
|
|
1908
|
+
*/
|
|
1909
|
+
export declare const AuditableEvent_OAuth_ConsentBindingViolationEventDataSchema: z.ZodObject<{
|
|
1910
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH_CONSENT_BINDING_VIOLATION>;
|
|
1911
|
+
authenticatedUserId: z.ZodString;
|
|
1912
|
+
boundUserId: z.ZodString;
|
|
1913
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
1914
|
+
consentTokenId: z.ZodOptional<z.ZodString>;
|
|
1915
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
1916
|
+
}, z.core.$strip>;
|
|
1917
|
+
/**
|
|
1918
|
+
* Refresh-token REUSE was detected → the whole token family was revoked (possible theft). Emitted by the
|
|
1919
|
+
* refresh CALLERS, NOT the token issuer: the issuer stays audit-free by design (it performs the revoke and
|
|
1920
|
+
* surfaces a machine-readable reuse SIGNAL on its thrown error), and each caller decides to audit. Applies
|
|
1921
|
+
* to BOTH the first-party session refresh and the OAuth-provider refresh grant (shared issuer).
|
|
1922
|
+
*/
|
|
1923
|
+
export declare const AuditableEvent_User_RefreshTokenReuseDetectedEventDataSchema: z.ZodObject<{
|
|
1924
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.USER_REFRESH_TOKEN_REUSE_DETECTED>;
|
|
1925
|
+
userId: z.ZodString;
|
|
1926
|
+
reusedJti: z.ZodString;
|
|
1927
|
+
sessionId: z.ZodOptional<z.ZodString>;
|
|
1928
|
+
familyRevoked: z.ZodBoolean;
|
|
1929
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
1930
|
+
}, z.core.$strip>;
|
|
527
1931
|
export declare const AuditableEvent_DataSchema: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
528
1932
|
export declare const AuditableEvent_BaseSchema: z.ZodObject<{
|
|
529
1933
|
_id: import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<z.ZodString>>;
|
|
1934
|
+
eventId: import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<z.ZodString>;
|
|
530
1935
|
userId: z.ZodOptional<import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<z.ZodString>>;
|
|
531
1936
|
organizationId: z.ZodOptional<import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<z.ZodString>>;
|
|
1937
|
+
applicationId: z.ZodOptional<import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<z.ZodString>>;
|
|
1938
|
+
correlationId: z.ZodOptional<import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<z.ZodString>>>;
|
|
1939
|
+
frontendServiceName: z.ZodOptional<import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<z.ZodString>>;
|
|
1940
|
+
clientInstanceId: import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<z.ZodOptional<import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<z.ZodString>>>>;
|
|
532
1941
|
riskLevel: import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<z.ZodEnum<typeof ResourceOperationRiskLevel>>;
|
|
533
|
-
eventType: import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<z.ZodString
|
|
534
|
-
eventData: z.ZodRecord<z.ZodString, z.ZodAny
|
|
1942
|
+
eventType: import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<z.ZodString>>;
|
|
1943
|
+
eventData: import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
535
1944
|
eventCategory: import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<z.ZodEnum<typeof AuditEventCategory>>;
|
|
536
1945
|
severity: import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<z.ZodEnum<typeof AuditEventSeverity>>;
|
|
537
1946
|
createdAt: import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<z.ZodDefault<z.ZodDate>>>>;
|
|
538
1947
|
updatedAt: import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<import("@wildo-ai/zod-decorators").DecoratedPrimitiveZodType<z.ZodDefault<z.ZodDate>>>;
|
|
539
|
-
}, z.core.$strip
|
|
1948
|
+
}, z.core.$strip>;
|
|
540
1949
|
export declare const AuditableEvent_TypedDataSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
541
1950
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_LOGIN>;
|
|
542
1951
|
ipAddress: z.ZodString;
|
|
@@ -545,12 +1954,12 @@ export declare const AuditableEvent_TypedDataSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
545
1954
|
authMethod: z.ZodOptional<z.ZodString>;
|
|
546
1955
|
email: z.ZodOptional<z.ZodString>;
|
|
547
1956
|
sessionId: z.ZodOptional<z.ZodString>;
|
|
548
|
-
}, z.core.$strip
|
|
1957
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
549
1958
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_LOGOUT>;
|
|
550
1959
|
userId: z.ZodString;
|
|
551
1960
|
ipAddress: z.ZodString;
|
|
552
1961
|
userAgent: z.ZodString;
|
|
553
|
-
}, z.core.$strip
|
|
1962
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
554
1963
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_LOGIN_FAILED>;
|
|
555
1964
|
email: z.ZodEmail;
|
|
556
1965
|
authMethod: z.ZodString;
|
|
@@ -559,7 +1968,7 @@ export declare const AuditableEvent_TypedDataSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
559
1968
|
userAgent: z.ZodString;
|
|
560
1969
|
attemptsRemaining: z.ZodOptional<z.ZodNumber>;
|
|
561
1970
|
sessionId: z.ZodString;
|
|
562
|
-
}, z.core.$strip
|
|
1971
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
563
1972
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_ACCOUNT_LOCKED>;
|
|
564
1973
|
userId: z.ZodString;
|
|
565
1974
|
email: z.ZodEmail;
|
|
@@ -568,38 +1977,95 @@ export declare const AuditableEvent_TypedDataSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
568
1977
|
ipAddress: z.ZodString;
|
|
569
1978
|
userAgent: z.ZodString;
|
|
570
1979
|
sessionId: z.ZodString;
|
|
571
|
-
|
|
1980
|
+
reason: z.ZodOptional<z.ZodEnum<typeof AccountLockoutReason>>;
|
|
1981
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1982
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.MACHINE_AUTH_SUCCESS>;
|
|
1983
|
+
authMethod: z.ZodString;
|
|
1984
|
+
credentialId: z.ZodString;
|
|
1985
|
+
scopeType: z.ZodString;
|
|
1986
|
+
scopeId: z.ZodOptional<z.ZodString>;
|
|
1987
|
+
resourceIdentifier: z.ZodOptional<z.ZodString>;
|
|
1988
|
+
operationIdentifier: z.ZodOptional<z.ZodString>;
|
|
1989
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
1990
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1991
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.MACHINE_AUTH_FAILED>;
|
|
1992
|
+
credentialKind: z.ZodString;
|
|
1993
|
+
credentialPrefix: z.ZodOptional<z.ZodString>;
|
|
1994
|
+
reason: z.ZodString;
|
|
1995
|
+
scopeType: z.ZodOptional<z.ZodString>;
|
|
1996
|
+
scopeId: z.ZodOptional<z.ZodString>;
|
|
1997
|
+
resourceIdentifier: z.ZodOptional<z.ZodString>;
|
|
1998
|
+
operationIdentifier: z.ZodOptional<z.ZodString>;
|
|
1999
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
2000
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2001
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.MACHINE_ACCESS>;
|
|
2002
|
+
authMethod: z.ZodString;
|
|
2003
|
+
credentialId: z.ZodString;
|
|
2004
|
+
scopeType: z.ZodString;
|
|
2005
|
+
scopeId: z.ZodOptional<z.ZodString>;
|
|
2006
|
+
roles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2007
|
+
resourceServer: z.ZodString;
|
|
2008
|
+
resourceIdentifier: z.ZodOptional<z.ZodString>;
|
|
2009
|
+
operationIdentifier: z.ZodString;
|
|
2010
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
2011
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
572
2012
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_SESSION_EXPIRED>;
|
|
573
2013
|
userId: z.ZodString;
|
|
574
2014
|
sessionId: z.ZodString;
|
|
575
2015
|
sessionDuration: z.ZodNumber;
|
|
576
2016
|
lastActivity: z.ZodDate;
|
|
577
|
-
}, z.core.$strip
|
|
2017
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2018
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.USER_APP_ROLES_CHANGED>;
|
|
2019
|
+
userId: z.ZodString;
|
|
2020
|
+
previousRoles: z.ZodArray<z.ZodString>;
|
|
2021
|
+
newRoles: z.ZodArray<z.ZodString>;
|
|
2022
|
+
requestedRoles: z.ZodArray<z.ZodString>;
|
|
2023
|
+
operation: z.ZodString;
|
|
2024
|
+
changedBy: z.ZodString;
|
|
2025
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
2026
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2027
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.APPLICATION_SUPER_ADMIN_FLOOR_BREACHED>;
|
|
2028
|
+
usableSuperAdminCount: z.ZodNumber;
|
|
2029
|
+
requiredUsableSuperAdminCount: z.ZodNumber;
|
|
2030
|
+
conferringRoles: z.ZodArray<z.ZodString>;
|
|
2031
|
+
usableStatuses: z.ZodArray<z.ZodString>;
|
|
2032
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2033
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_OWNER_FLOOR_BREACHED>;
|
|
2034
|
+
organizationId: z.ZodString;
|
|
2035
|
+
reducedMemberIds: z.ZodArray<z.ZodString>;
|
|
2036
|
+
remainingUsableOwners: z.ZodNumber;
|
|
2037
|
+
operationIdentifier: z.ZodString;
|
|
2038
|
+
subjectUserId: z.ZodString;
|
|
2039
|
+
subjectNextStatus: z.ZodString;
|
|
2040
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
578
2041
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_MEMBER_INVITED>;
|
|
579
2042
|
organizationId: z.ZodString;
|
|
580
2043
|
invitedUserId: z.ZodString;
|
|
581
2044
|
invitedBy: z.ZodString;
|
|
582
2045
|
roles: z.ZodArray<z.ZodString>;
|
|
583
2046
|
email: z.ZodOptional<z.ZodEmail>;
|
|
584
|
-
}, z.core.$strip
|
|
2047
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
585
2048
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_MEMBER_JOINED>;
|
|
586
2049
|
organizationId: z.ZodString;
|
|
587
2050
|
userId: z.ZodString;
|
|
588
2051
|
roles: z.ZodArray<z.ZodString>;
|
|
589
2052
|
invitationId: z.ZodOptional<z.ZodString>;
|
|
590
|
-
}, z.core.$strip
|
|
2053
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
591
2054
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_MEMBER_UPDATED>;
|
|
592
2055
|
organizationId: z.ZodString;
|
|
593
2056
|
memberId: z.ZodString;
|
|
594
2057
|
changes: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
595
|
-
}, z.core.$strip
|
|
2058
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
596
2059
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_MEMBER_ROLE_CHANGED>;
|
|
597
2060
|
organizationId: z.ZodString;
|
|
598
2061
|
memberId: z.ZodString;
|
|
2062
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
599
2063
|
previousRoles: z.ZodArray<z.ZodString>;
|
|
600
2064
|
newRoles: z.ZodArray<z.ZodString>;
|
|
2065
|
+
requestedRoles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2066
|
+
operation: z.ZodString;
|
|
601
2067
|
changedBy: z.ZodString;
|
|
602
|
-
}, z.core.$strip
|
|
2068
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
603
2069
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_MEMBER_STATUS_CHANGED>;
|
|
604
2070
|
organizationId: z.ZodString;
|
|
605
2071
|
memberId: z.ZodString;
|
|
@@ -607,77 +2073,161 @@ export declare const AuditableEvent_TypedDataSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
607
2073
|
newStatus: z.ZodString;
|
|
608
2074
|
changedBy: z.ZodString;
|
|
609
2075
|
reason: z.ZodOptional<z.ZodString>;
|
|
610
|
-
}, z.core.$strip
|
|
2076
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
611
2077
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_MEMBER_REMOVED>;
|
|
612
2078
|
organizationId: z.ZodString;
|
|
613
2079
|
memberId: z.ZodString;
|
|
614
2080
|
removedUserId: z.ZodString;
|
|
2081
|
+
roles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2082
|
+
previousStatus: z.ZodOptional<z.ZodString>;
|
|
2083
|
+
operation: z.ZodString;
|
|
2084
|
+
revokedUnitAssignments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2085
|
+
organizationUnitId: z.ZodString;
|
|
2086
|
+
role: z.ZodString;
|
|
2087
|
+
}, z.core.$strip>>>;
|
|
615
2088
|
removedBy: z.ZodString;
|
|
616
2089
|
reason: z.ZodOptional<z.ZodString>;
|
|
617
|
-
}, z.core.$strip
|
|
2090
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
618
2091
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_CREATED>;
|
|
619
2092
|
organizationId: z.ZodString;
|
|
620
2093
|
name: z.ZodString;
|
|
621
2094
|
slug: z.ZodString;
|
|
622
2095
|
createdBy: z.ZodString;
|
|
623
|
-
}, z.core.$strip
|
|
2096
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
624
2097
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_UPDATED>;
|
|
625
2098
|
organizationId: z.ZodString;
|
|
626
2099
|
changes: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
627
2100
|
updatedBy: z.ZodString;
|
|
628
|
-
}, z.core.$strip
|
|
2101
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
629
2102
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_DELETED>;
|
|
630
2103
|
organizationId: z.ZodString;
|
|
631
2104
|
name: z.ZodString;
|
|
632
2105
|
slug: z.ZodString;
|
|
633
2106
|
deletedBy: z.ZodString;
|
|
634
2107
|
reason: z.ZodOptional<z.ZodString>;
|
|
635
|
-
}, z.core.$strip
|
|
2108
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2109
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_DELETION_REQUESTED>;
|
|
2110
|
+
organizationId: z.ZodString;
|
|
2111
|
+
name: z.ZodString;
|
|
2112
|
+
slug: z.ZodString;
|
|
2113
|
+
requestedBy: z.ZodString;
|
|
2114
|
+
purgeScheduledAt: z.ZodString;
|
|
2115
|
+
revokedUserTypeCount: z.ZodNumber;
|
|
2116
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
2117
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2118
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_RESTORED>;
|
|
2119
|
+
organizationId: z.ZodString;
|
|
2120
|
+
name: z.ZodString;
|
|
2121
|
+
slug: z.ZodString;
|
|
2122
|
+
restoredBy: z.ZodString;
|
|
2123
|
+
restoredStatus: z.ZodString;
|
|
2124
|
+
regrantedUserTypeCount: z.ZodNumber;
|
|
2125
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
2126
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2127
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_SUSPENDED>;
|
|
2128
|
+
organizationId: z.ZodString;
|
|
2129
|
+
name: z.ZodString;
|
|
2130
|
+
slug: z.ZodString;
|
|
2131
|
+
suspendedBy: z.ZodString;
|
|
2132
|
+
previousStatus: z.ZodString;
|
|
2133
|
+
suspensionReason: z.ZodString;
|
|
2134
|
+
notifiedMembers: z.ZodBoolean;
|
|
2135
|
+
revokedUserTypeCount: z.ZodNumber;
|
|
2136
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2137
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.RESOURCE_STATUS_TRANSITION_PERFORMED>;
|
|
2138
|
+
resourceType: z.ZodString;
|
|
2139
|
+
operationIdentifier: z.ZodString;
|
|
2140
|
+
subjectId: z.ZodString;
|
|
2141
|
+
performedBy: z.ZodString;
|
|
2142
|
+
previousStatus: z.ZodString;
|
|
2143
|
+
newStatus: z.ZodString;
|
|
2144
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
2145
|
+
scheduledReactivationAt: z.ZodOptional<z.ZodString>;
|
|
2146
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
2147
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2148
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_ACTIVATED>;
|
|
2149
|
+
organizationId: z.ZodString;
|
|
2150
|
+
name: z.ZodString;
|
|
2151
|
+
slug: z.ZodString;
|
|
2152
|
+
activatedBy: z.ZodString;
|
|
2153
|
+
previousStatus: z.ZodString;
|
|
2154
|
+
regrantedUserTypeCount: z.ZodNumber;
|
|
2155
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
2156
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
636
2157
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_NOTIFICATIONS_UPDATED>;
|
|
637
2158
|
organizationId: z.ZodString;
|
|
638
2159
|
notificationsId: z.ZodString;
|
|
639
2160
|
changes: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
640
2161
|
updatedBy: z.ZodString;
|
|
641
|
-
}, z.core.$strip
|
|
2162
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
642
2163
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_PREFERENCES_UPDATED>;
|
|
643
2164
|
organizationId: z.ZodString;
|
|
644
2165
|
preferencesId: z.ZodString;
|
|
645
2166
|
changes: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
646
2167
|
updatedBy: z.ZodString;
|
|
647
|
-
}, z.core.$strip
|
|
2168
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
648
2169
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_PROFILE_UPDATED>;
|
|
649
2170
|
organizationId: z.ZodString;
|
|
650
2171
|
profileId: z.ZodString;
|
|
651
2172
|
changes: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
652
2173
|
updatedBy: z.ZodString;
|
|
653
|
-
}, z.core.$strip
|
|
2174
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
654
2175
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_UNIT_UPDATED>;
|
|
655
2176
|
organizationId: z.ZodString;
|
|
656
2177
|
unitId: z.ZodString;
|
|
657
2178
|
changes: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
658
2179
|
updatedBy: z.ZodString;
|
|
659
|
-
}, z.core.$strip
|
|
2180
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2181
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_UNIT_MEMBER_ROLE_CHANGED>;
|
|
2182
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
2183
|
+
organizationUnitId: z.ZodOptional<z.ZodString>;
|
|
2184
|
+
assignmentId: z.ZodString;
|
|
2185
|
+
organizationMemberId: z.ZodOptional<z.ZodString>;
|
|
2186
|
+
previousRole: z.ZodOptional<z.ZodString>;
|
|
2187
|
+
newRole: z.ZodString;
|
|
2188
|
+
requestedRole: z.ZodOptional<z.ZodString>;
|
|
2189
|
+
operation: z.ZodString;
|
|
2190
|
+
changedBy: z.ZodString;
|
|
2191
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2192
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_UNIT_MEMBER_REMOVED>;
|
|
2193
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
2194
|
+
organizationUnitId: z.ZodOptional<z.ZodString>;
|
|
2195
|
+
assignmentId: z.ZodString;
|
|
2196
|
+
organizationMemberId: z.ZodOptional<z.ZodString>;
|
|
2197
|
+
revokedRole: z.ZodOptional<z.ZodString>;
|
|
2198
|
+
removedBy: z.ZodString;
|
|
2199
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2200
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.USER_DELETED>;
|
|
2201
|
+
userId: z.ZodString;
|
|
2202
|
+
email: z.ZodOptional<z.ZodString>;
|
|
2203
|
+
deletedBy: z.ZodString;
|
|
2204
|
+
appRoles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2205
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
660
2206
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_SSO_LOGIN>;
|
|
661
2207
|
userId: z.ZodString;
|
|
662
2208
|
email: z.ZodEmail;
|
|
663
2209
|
providerRef: z.ZodString;
|
|
664
2210
|
connectionType: z.ZodEnum<typeof SsoConnectionType>;
|
|
665
2211
|
authSource: z.ZodOptional<z.ZodString>;
|
|
2212
|
+
scopeType: z.ZodOptional<z.ZodEnum<typeof AuthScopeType>>;
|
|
666
2213
|
organizationId: z.ZodOptional<z.ZodString>;
|
|
2214
|
+
applicationId: z.ZodOptional<z.ZodString>;
|
|
667
2215
|
ipAddress: z.ZodString;
|
|
668
2216
|
userAgent: z.ZodString;
|
|
669
2217
|
sessionId: z.ZodString;
|
|
670
|
-
}, z.core.$strip
|
|
2218
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
671
2219
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_SSO_LOGIN_FAILED>;
|
|
672
2220
|
email: z.ZodOptional<z.ZodEmail>;
|
|
673
2221
|
providerRef: z.ZodOptional<z.ZodString>;
|
|
674
2222
|
connectionType: z.ZodOptional<z.ZodEnum<typeof SsoConnectionType>>;
|
|
675
2223
|
authSource: z.ZodOptional<z.ZodString>;
|
|
676
2224
|
failureReason: z.ZodString;
|
|
2225
|
+
scopeType: z.ZodOptional<z.ZodEnum<typeof AuthScopeType>>;
|
|
677
2226
|
organizationId: z.ZodOptional<z.ZodString>;
|
|
2227
|
+
applicationId: z.ZodOptional<z.ZodString>;
|
|
678
2228
|
ipAddress: z.ZodString;
|
|
679
2229
|
userAgent: z.ZodString;
|
|
680
|
-
}, z.core.$strip
|
|
2230
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
681
2231
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_SSO_ENFORCEMENT_BLOCKED>;
|
|
682
2232
|
email: z.ZodEmail;
|
|
683
2233
|
attemptedProviderRef: z.ZodString;
|
|
@@ -686,27 +2236,45 @@ export declare const AuditableEvent_TypedDataSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
686
2236
|
enforcementPolicy: z.ZodString;
|
|
687
2237
|
ipAddress: z.ZodString;
|
|
688
2238
|
userAgent: z.ZodString;
|
|
689
|
-
}, z.core.$strip
|
|
2239
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
690
2240
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_TOKEN_REFRESHED>;
|
|
691
2241
|
userId: z.ZodString;
|
|
692
2242
|
sessionId: z.ZodString;
|
|
693
2243
|
ipAddress: z.ZodString;
|
|
694
2244
|
userAgent: z.ZodString;
|
|
695
|
-
}, z.core.$strip
|
|
2245
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
696
2246
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_SSO_CONFIGURATION_CHANGED>;
|
|
697
2247
|
organizationId: z.ZodString;
|
|
698
2248
|
changedBy: z.ZodString;
|
|
699
2249
|
changeType: z.ZodEnum<typeof SsoConfigChangeType>;
|
|
700
2250
|
affectedProviderRef: z.ZodOptional<z.ZodString>;
|
|
701
2251
|
changes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
702
|
-
}, z.core.$strip
|
|
2252
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
703
2253
|
eventType: z.ZodLiteral<CoreAuditableEventType.ORGANIZATION_SIEM_EXPORT_CONFIGURED>;
|
|
704
2254
|
organizationId: z.ZodString;
|
|
705
2255
|
changedBy: z.ZodString;
|
|
706
2256
|
changeType: z.ZodEnum<typeof SiemExportChangeType>;
|
|
707
2257
|
webhookUrlDomain: z.ZodOptional<z.ZodString>;
|
|
708
2258
|
eventFormatConfigured: z.ZodOptional<z.ZodString>;
|
|
709
|
-
}, z.core.$strip
|
|
2259
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2260
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.APPLICATION_AUTH_POLICY_CHANGED>;
|
|
2261
|
+
applicationId: z.ZodString;
|
|
2262
|
+
changedUserTypes: z.ZodArray<z.ZodString>;
|
|
2263
|
+
snapshotDigest: z.ZodString;
|
|
2264
|
+
before: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
2265
|
+
after: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2266
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2267
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.WEBHOOK_ENDPOINT_TEST_DISPATCHED>;
|
|
2268
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
2269
|
+
applicationId: z.ZodOptional<z.ZodString>;
|
|
2270
|
+
dispatchedBy: z.ZodString;
|
|
2271
|
+
endpointId: z.ZodString;
|
|
2272
|
+
destinationHost: z.ZodString;
|
|
2273
|
+
outcome: z.ZodEnum<typeof WebhookEndpointProbeOutcome>;
|
|
2274
|
+
responseStatus: z.ZodOptional<z.ZodNumber>;
|
|
2275
|
+
durationMs: z.ZodNumber;
|
|
2276
|
+
signatureJti: z.ZodString;
|
|
2277
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
710
2278
|
eventType: z.ZodLiteral<CoreAuditableEventType.SCIM_TOKEN_CREATED>;
|
|
711
2279
|
organizationId: z.ZodString;
|
|
712
2280
|
tokenDisplayName: z.ZodString;
|
|
@@ -714,14 +2282,14 @@ export declare const AuditableEvent_TypedDataSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
714
2282
|
expiresAt: z.ZodOptional<z.ZodString>;
|
|
715
2283
|
ipAddress: z.ZodString;
|
|
716
2284
|
userAgent: z.ZodString;
|
|
717
|
-
}, z.core.$strip
|
|
2285
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
718
2286
|
eventType: z.ZodLiteral<CoreAuditableEventType.SCIM_TOKEN_REVOKED>;
|
|
719
2287
|
organizationId: z.ZodString;
|
|
720
2288
|
tokenDisplayName: z.ZodString;
|
|
721
2289
|
revokedByUserId: z.ZodString;
|
|
722
2290
|
ipAddress: z.ZodString;
|
|
723
2291
|
userAgent: z.ZodString;
|
|
724
|
-
}, z.core.$strip
|
|
2292
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
725
2293
|
eventType: z.ZodLiteral<CoreAuditableEventType.SCIM_USER_PROVISIONED>;
|
|
726
2294
|
organizationId: z.ZodString;
|
|
727
2295
|
userId: z.ZodString;
|
|
@@ -729,64 +2297,73 @@ export declare const AuditableEvent_TypedDataSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
729
2297
|
isNewUser: z.ZodBoolean;
|
|
730
2298
|
provisionedVia: z.ZodString;
|
|
731
2299
|
authSource: z.ZodOptional<z.ZodString>;
|
|
732
|
-
}, z.core.$strip
|
|
2300
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
733
2301
|
eventType: z.ZodLiteral<CoreAuditableEventType.SCIM_USER_UPDATED>;
|
|
734
2302
|
organizationId: z.ZodString;
|
|
735
2303
|
userId: z.ZodString;
|
|
736
2304
|
operation: z.ZodString;
|
|
737
2305
|
updatedAttributes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
738
|
-
}, z.core.$strip
|
|
2306
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
739
2307
|
eventType: z.ZodLiteral<CoreAuditableEventType.SCIM_USER_DEACTIVATED>;
|
|
740
2308
|
organizationId: z.ZodString;
|
|
741
2309
|
userId: z.ZodString;
|
|
742
2310
|
email: z.ZodOptional<z.ZodString>;
|
|
743
|
-
}, z.core.$strip
|
|
2311
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
744
2312
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PASSWORD_RESET_REQUESTED>;
|
|
745
2313
|
email: z.ZodString;
|
|
746
2314
|
ipAddress: z.ZodString;
|
|
747
2315
|
userAgent: z.ZodString;
|
|
748
|
-
}, z.core.$strip
|
|
2316
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
749
2317
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PASSWORD_RESET_COMPLETED>;
|
|
750
2318
|
userId: z.ZodString;
|
|
751
2319
|
ipAddress: z.ZodString;
|
|
752
2320
|
userAgent: z.ZodString;
|
|
753
|
-
}, z.core.$strip
|
|
2321
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2322
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PASSWORD_RESET_FORCED>;
|
|
2323
|
+
targetUserId: z.ZodString;
|
|
2324
|
+
targetEmail: z.ZodString;
|
|
2325
|
+
actorUserId: z.ZodString;
|
|
2326
|
+
reason: z.ZodString;
|
|
2327
|
+
sessionsRevoked: z.ZodBoolean;
|
|
2328
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
2329
|
+
userAgent: z.ZodOptional<z.ZodString>;
|
|
2330
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
754
2331
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_REGISTERED>;
|
|
755
2332
|
userId: z.ZodString;
|
|
756
2333
|
email: z.ZodString;
|
|
757
2334
|
ipAddress: z.ZodString;
|
|
758
2335
|
userAgent: z.ZodString;
|
|
759
|
-
}, z.core.$strip
|
|
2336
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
760
2337
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_EMAIL_VERIFIED>;
|
|
761
2338
|
userId: z.ZodString;
|
|
762
2339
|
email: z.ZodString;
|
|
763
2340
|
ipAddress: z.ZodString;
|
|
764
2341
|
userAgent: z.ZodString;
|
|
765
|
-
}, z.core.$strip
|
|
2342
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
766
2343
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_VERIFICATION_EMAIL_RESENT>;
|
|
767
2344
|
userId: z.ZodString;
|
|
768
2345
|
email: z.ZodString;
|
|
769
2346
|
ipAddress: z.ZodString;
|
|
770
2347
|
userAgent: z.ZodString;
|
|
771
|
-
}, z.core.$strip
|
|
2348
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
772
2349
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_MFA_SETUP_STARTED>;
|
|
773
2350
|
userId: z.ZodString;
|
|
774
2351
|
mfaMethod: z.ZodString;
|
|
775
2352
|
ipAddress: z.ZodString;
|
|
776
2353
|
userAgent: z.ZodString;
|
|
777
|
-
}, z.core.$strip
|
|
2354
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
778
2355
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_MFA_SETUP_COMPLETED>;
|
|
779
2356
|
userId: z.ZodString;
|
|
780
2357
|
mfaMethod: z.ZodString;
|
|
781
2358
|
ipAddress: z.ZodString;
|
|
782
2359
|
userAgent: z.ZodString;
|
|
783
|
-
}, z.core.$strip
|
|
2360
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
784
2361
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_MFA_EMAIL_OTP_SENT>;
|
|
785
2362
|
email: z.ZodString;
|
|
786
2363
|
sessionId: z.ZodString;
|
|
787
2364
|
ipAddress: z.ZodString;
|
|
788
2365
|
userAgent: z.ZodString;
|
|
789
|
-
}, z.core.$strip
|
|
2366
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
790
2367
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PASSKEY_REGISTERED>;
|
|
791
2368
|
userId: z.ZodString;
|
|
792
2369
|
email: z.ZodString;
|
|
@@ -795,7 +2372,7 @@ export declare const AuditableEvent_TypedDataSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
795
2372
|
credentialDeviceType: z.ZodString;
|
|
796
2373
|
ipAddress: z.ZodString;
|
|
797
2374
|
userAgent: z.ZodString;
|
|
798
|
-
}, z.core.$strip
|
|
2375
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
799
2376
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PASSKEY_AUTHENTICATION_SUCCESS>;
|
|
800
2377
|
userId: z.ZodString;
|
|
801
2378
|
email: z.ZodString;
|
|
@@ -803,14 +2380,14 @@ export declare const AuditableEvent_TypedDataSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
803
2380
|
ipAddress: z.ZodString;
|
|
804
2381
|
userAgent: z.ZodString;
|
|
805
2382
|
sessionId: z.ZodString;
|
|
806
|
-
}, z.core.$strip
|
|
2383
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
807
2384
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PASSKEY_AUTHENTICATION_FAILURE>;
|
|
808
2385
|
email: z.ZodString;
|
|
809
2386
|
failureReason: z.ZodString;
|
|
810
2387
|
ipAddress: z.ZodString;
|
|
811
2388
|
userAgent: z.ZodString;
|
|
812
2389
|
sessionId: z.ZodString;
|
|
813
|
-
}, z.core.$strip
|
|
2390
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
814
2391
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PASSKEY_REMOVED>;
|
|
815
2392
|
userId: z.ZodString;
|
|
816
2393
|
email: z.ZodString;
|
|
@@ -818,32 +2395,32 @@ export declare const AuditableEvent_TypedDataSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
818
2395
|
credentialName: z.ZodString;
|
|
819
2396
|
ipAddress: z.ZodString;
|
|
820
2397
|
userAgent: z.ZodString;
|
|
821
|
-
}, z.core.$strip
|
|
2398
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
822
2399
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_MAGIC_LINK_SENT>;
|
|
823
2400
|
email: z.ZodString;
|
|
824
2401
|
ipAddress: z.ZodString;
|
|
825
2402
|
userAgent: z.ZodString;
|
|
826
|
-
}, z.core.$strip
|
|
2403
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
827
2404
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_MAGIC_LINK_VERIFIED>;
|
|
828
2405
|
userId: z.ZodString;
|
|
829
2406
|
email: z.ZodString;
|
|
830
2407
|
ipAddress: z.ZodString;
|
|
831
2408
|
userAgent: z.ZodString;
|
|
832
2409
|
sessionId: z.ZodString;
|
|
833
|
-
}, z.core.$strip
|
|
2410
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
834
2411
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_MAGIC_LINK_FAILED>;
|
|
835
2412
|
email: z.ZodOptional<z.ZodString>;
|
|
836
2413
|
failureReason: z.ZodString;
|
|
837
2414
|
ipAddress: z.ZodString;
|
|
838
2415
|
userAgent: z.ZodString;
|
|
839
|
-
}, z.core.$strip
|
|
2416
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
840
2417
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_SMS_OTP_SENT>;
|
|
841
2418
|
phoneNumber: z.ZodString;
|
|
842
2419
|
factorLevel: z.ZodString;
|
|
843
2420
|
sessionId: z.ZodString;
|
|
844
2421
|
ipAddress: z.ZodString;
|
|
845
2422
|
userAgent: z.ZodString;
|
|
846
|
-
}, z.core.$strip
|
|
2423
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
847
2424
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_SMS_OTP_VERIFIED>;
|
|
848
2425
|
userId: z.ZodString;
|
|
849
2426
|
phoneNumber: z.ZodString;
|
|
@@ -851,7 +2428,7 @@ export declare const AuditableEvent_TypedDataSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
851
2428
|
sessionId: z.ZodString;
|
|
852
2429
|
ipAddress: z.ZodString;
|
|
853
2430
|
userAgent: z.ZodString;
|
|
854
|
-
}, z.core.$strip
|
|
2431
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
855
2432
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_SMS_OTP_FAILED>;
|
|
856
2433
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
857
2434
|
factorLevel: z.ZodString;
|
|
@@ -859,27 +2436,29 @@ export declare const AuditableEvent_TypedDataSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
859
2436
|
sessionId: z.ZodString;
|
|
860
2437
|
ipAddress: z.ZodString;
|
|
861
2438
|
userAgent: z.ZodString;
|
|
862
|
-
}, z.core.$strip
|
|
2439
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
863
2440
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PHONE_VERIFIED>;
|
|
864
2441
|
userId: z.ZodString;
|
|
865
2442
|
phoneNumber: z.ZodString;
|
|
866
2443
|
ipAddress: z.ZodString;
|
|
867
2444
|
userAgent: z.ZodString;
|
|
868
|
-
}, z.core.$strip
|
|
2445
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
869
2446
|
eventType: z.ZodLiteral<CoreAuditableEventType.USER_PHONE_VERIFICATION_FAILED>;
|
|
870
2447
|
phoneNumber: z.ZodString;
|
|
871
2448
|
failureReason: z.ZodString;
|
|
872
2449
|
ipAddress: z.ZodString;
|
|
873
2450
|
userAgent: z.ZodString;
|
|
874
|
-
}, z.core.$strip
|
|
2451
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
875
2452
|
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH2_PROVIDER_BLOCKED>;
|
|
876
2453
|
email: z.ZodOptional<z.ZodString>;
|
|
877
2454
|
providerRef: z.ZodString;
|
|
878
|
-
|
|
2455
|
+
scopeType: z.ZodEnum<typeof AuthScopeType>;
|
|
2456
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
2457
|
+
applicationId: z.ZodOptional<z.ZodString>;
|
|
879
2458
|
reason: z.ZodString;
|
|
880
2459
|
ipAddress: z.ZodString;
|
|
881
2460
|
userAgent: z.ZodString;
|
|
882
|
-
}, z.core.$strip
|
|
2461
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
883
2462
|
eventType: z.ZodLiteral<CoreAuditableEventType.EMERGENCY_ACCESS_USED>;
|
|
884
2463
|
userId: z.ZodString;
|
|
885
2464
|
email: z.ZodEmail;
|
|
@@ -888,20 +2467,242 @@ export declare const AuditableEvent_TypedDataSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
888
2467
|
ipAddress: z.ZodString;
|
|
889
2468
|
userAgent: z.ZodString;
|
|
890
2469
|
sessionId: z.ZodString;
|
|
891
|
-
}, z.core.$strip
|
|
2470
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
892
2471
|
eventType: z.ZodLiteral<CoreAuditableEventType.FIELD_ACCESS>;
|
|
893
2472
|
fieldName: z.ZodString;
|
|
894
2473
|
resourceType: z.ZodString;
|
|
895
2474
|
resourceId: z.ZodOptional<z.ZodString>;
|
|
896
2475
|
operationIdentifier: z.ZodString;
|
|
897
2476
|
isCreateOperation: z.ZodBoolean;
|
|
898
|
-
|
|
2477
|
+
machineCredentialAuthMethod: z.ZodOptional<z.ZodString>;
|
|
2478
|
+
machineCredentialId: z.ZodOptional<z.ZodString>;
|
|
2479
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2480
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.RESOURCE_OPERATION_PERFORMED>;
|
|
2481
|
+
resourceType: z.ZodString;
|
|
2482
|
+
operationIdentifier: z.ZodString;
|
|
2483
|
+
variantType: z.ZodEnum<typeof ResourceOperationVariantType>;
|
|
2484
|
+
variantKey: z.ZodOptional<z.ZodString>;
|
|
2485
|
+
resourceOperationLike: z.ZodOptional<z.ZodEnum<typeof CoreResourceOperation>>;
|
|
2486
|
+
isBulkOperation: z.ZodOptional<z.ZodBoolean>;
|
|
2487
|
+
resourceId: z.ZodOptional<z.ZodString>;
|
|
2488
|
+
affectedRecordCount: z.ZodOptional<z.ZodNumber>;
|
|
2489
|
+
initiatorRoles: z.ZodArray<z.ZodString>;
|
|
2490
|
+
executionType: z.ZodEnum<typeof ExecutionContext_ExecutionType>;
|
|
2491
|
+
machineCredentialAuthMethod: z.ZodOptional<z.ZodString>;
|
|
2492
|
+
machineCredentialId: z.ZodOptional<z.ZodString>;
|
|
2493
|
+
subCallDepth: z.ZodNumber;
|
|
2494
|
+
changedFields: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2495
|
+
fieldEvidence: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2496
|
+
before: z.ZodOptional<z.ZodUnknown>;
|
|
2497
|
+
after: z.ZodOptional<z.ZodUnknown>;
|
|
2498
|
+
}, z.core.$strip>>>;
|
|
2499
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2500
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.RESOURCE_OPERATION_DENIED>;
|
|
2501
|
+
denialReason: z.ZodEnum<typeof ResourceOperationDenialReason>;
|
|
2502
|
+
resourceType: z.ZodString;
|
|
2503
|
+
operationIdentifier: z.ZodString;
|
|
2504
|
+
variantType: z.ZodEnum<typeof ResourceOperationVariantType>;
|
|
2505
|
+
variantKey: z.ZodOptional<z.ZodString>;
|
|
2506
|
+
resourceOperationLike: z.ZodOptional<z.ZodEnum<typeof CoreResourceOperation>>;
|
|
2507
|
+
isBulkOperation: z.ZodOptional<z.ZodBoolean>;
|
|
2508
|
+
attemptedResourceIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2509
|
+
requiredRoles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2510
|
+
initiatorRoles: z.ZodArray<z.ZodString>;
|
|
2511
|
+
executionType: z.ZodEnum<typeof ExecutionContext_ExecutionType>;
|
|
2512
|
+
machineCredentialAuthMethod: z.ZodOptional<z.ZodString>;
|
|
2513
|
+
machineCredentialId: z.ZodOptional<z.ZodString>;
|
|
2514
|
+
subCallDepth: z.ZodNumber;
|
|
2515
|
+
occurrenceCount: z.ZodNumber;
|
|
2516
|
+
occurrenceCountIsExact: z.ZodBoolean;
|
|
2517
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2518
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.CROSS_TENANT_ADMINISTRATIVE_ACCESS>;
|
|
2519
|
+
targetOrganizationId: z.ZodString;
|
|
2520
|
+
resourceType: z.ZodString;
|
|
2521
|
+
operationIdentifier: z.ZodString;
|
|
2522
|
+
variantType: z.ZodEnum<typeof ResourceOperationVariantType>;
|
|
2523
|
+
variantKey: z.ZodOptional<z.ZodString>;
|
|
2524
|
+
targetResourceIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2525
|
+
authorizingGrantId: z.ZodOptional<z.ZodString>;
|
|
2526
|
+
admissionDeclared: z.ZodBoolean;
|
|
2527
|
+
initiatorRoles: z.ZodArray<z.ZodString>;
|
|
2528
|
+
executionType: z.ZodEnum<typeof ExecutionContext_ExecutionType>;
|
|
2529
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2530
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.PLATFORM_DIRECTORY_ACCESS>;
|
|
2531
|
+
resourceType: z.ZodString;
|
|
2532
|
+
operationIdentifier: z.ZodString;
|
|
2533
|
+
variantType: z.ZodEnum<typeof ResourceOperationVariantType>;
|
|
2534
|
+
variantKey: z.ZodOptional<z.ZodString>;
|
|
2535
|
+
returnedCount: z.ZodNumber;
|
|
2536
|
+
initiatorRoles: z.ZodArray<z.ZodString>;
|
|
2537
|
+
executionType: z.ZodEnum<typeof ExecutionContext_ExecutionType>;
|
|
2538
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2539
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.PLATFORM_ACCESS_GRANT_LIFECYCLE>;
|
|
2540
|
+
transition: z.ZodEnum<typeof PlatformAccessGrantLifecycleTransition>;
|
|
2541
|
+
grantId: z.ZodString;
|
|
2542
|
+
targetOrganizationId: z.ZodString;
|
|
2543
|
+
operatorUserId: z.ZodString;
|
|
2544
|
+
justification: z.ZodOptional<z.ZodString>;
|
|
2545
|
+
resultingStatus: z.ZodEnum<typeof PlatformAccessGrantStatus>;
|
|
2546
|
+
expiresAt: z.ZodOptional<z.ZodDate>;
|
|
2547
|
+
autoApprovalReason: z.ZodOptional<z.ZodEnum<typeof PlatformAccessGrantAutoApprovalReason>>;
|
|
2548
|
+
decidedByUserId: z.ZodOptional<z.ZodString>;
|
|
2549
|
+
decisionReason: z.ZodOptional<z.ZodString>;
|
|
2550
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2551
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.RETAINED_DATA_ACCESS>;
|
|
2552
|
+
accessingUserId: z.ZodString;
|
|
2553
|
+
reason: z.ZodString;
|
|
2554
|
+
resourceType: z.ZodString;
|
|
2555
|
+
resourceId: z.ZodOptional<z.ZodString>;
|
|
2556
|
+
retainedRecordCount: z.ZodOptional<z.ZodNumber>;
|
|
2557
|
+
operationIdentifier: z.ZodString;
|
|
2558
|
+
roles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2559
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
2560
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
2561
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2562
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.SUBJECT_DATA_EXPORT>;
|
|
2563
|
+
purpose: z.ZodString;
|
|
2564
|
+
subjectResourceType: z.ZodString;
|
|
2565
|
+
subjectIds: z.ZodArray<z.ZodString>;
|
|
2566
|
+
includedResourceTypes: z.ZodArray<z.ZodString>;
|
|
2567
|
+
totalRecordCount: z.ZodNumber;
|
|
2568
|
+
fieldsExcludedAsDerived: z.ZodArray<z.ZodString>;
|
|
2569
|
+
fieldsWithheldAsNonDisclosable: z.ZodArray<z.ZodString>;
|
|
2570
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
2571
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2572
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.COLLECTION_DATA_EXPORT>;
|
|
2573
|
+
resourceType: z.ZodString;
|
|
2574
|
+
sourceOperationIdentifier: z.ZodString;
|
|
2575
|
+
format: z.ZodString;
|
|
2576
|
+
rowScope: z.ZodString;
|
|
2577
|
+
rowCount: z.ZodNumber;
|
|
2578
|
+
filterFieldNames: z.ZodArray<z.ZodString>;
|
|
2579
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
2580
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2581
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.HTTP_API_READ_THROUGH_ACCESS>;
|
|
2582
|
+
resourceType: z.ZodString;
|
|
2583
|
+
operationIdentifier: z.ZodString;
|
|
2584
|
+
providerRef: z.ZodString;
|
|
2585
|
+
remoteEntityRef: z.ZodString;
|
|
2586
|
+
dialect: z.ZodString;
|
|
2587
|
+
initiatorUserId: z.ZodOptional<z.ZodString>;
|
|
2588
|
+
executionType: z.ZodOptional<z.ZodString>;
|
|
2589
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
2590
|
+
resourceId: z.ZodOptional<z.ZodString>;
|
|
2591
|
+
rowCount: z.ZodOptional<z.ZodNumber>;
|
|
2592
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2593
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.HTTP_API_EXTERNAL_ERASURE>;
|
|
2594
|
+
subjectResourceType: z.ZodString;
|
|
2595
|
+
subjectIds: z.ZodArray<z.ZodString>;
|
|
2596
|
+
resourceType: z.ZodString;
|
|
2597
|
+
providerRef: z.ZodString;
|
|
2598
|
+
remoteEntityRef: z.ZodString;
|
|
2599
|
+
dialect: z.ZodString;
|
|
2600
|
+
deletedRowCount: z.ZodNumber;
|
|
2601
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
2602
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2603
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.HTTP_API_NON_ERASURE_ACKNOWLEDGED>;
|
|
2604
|
+
subjectResourceType: z.ZodString;
|
|
2605
|
+
subjectIds: z.ZodArray<z.ZodString>;
|
|
2606
|
+
resourceType: z.ZodString;
|
|
2607
|
+
providerRef: z.ZodString;
|
|
2608
|
+
remoteEntityRef: z.ZodString;
|
|
2609
|
+
dialect: z.ZodString;
|
|
2610
|
+
remainingRowCount: z.ZodOptional<z.ZodNumber>;
|
|
2611
|
+
organizationId: z.ZodOptional<z.ZodString>;
|
|
2612
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2613
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.USER_CROSS_FRONTEND_HANDOFF_ISSUED>;
|
|
2614
|
+
userId: z.ZodString;
|
|
2615
|
+
sourceFrontendServiceName: z.ZodOptional<z.ZodString>;
|
|
2616
|
+
targetServiceKey: z.ZodString;
|
|
2617
|
+
returnPathHash: z.ZodString;
|
|
2618
|
+
consumableTokenId: z.ZodString;
|
|
2619
|
+
ipAddress: z.ZodString;
|
|
2620
|
+
userAgent: z.ZodString;
|
|
2621
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2622
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH_DELEGATED_TOKEN_ISSUED>;
|
|
2623
|
+
userId: z.ZodString;
|
|
2624
|
+
clientId: z.ZodString;
|
|
2625
|
+
audience: z.ZodString;
|
|
2626
|
+
scopes: z.ZodArray<z.ZodString>;
|
|
2627
|
+
ttlSeconds: z.ZodNumber;
|
|
2628
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
2629
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2630
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH_CONSENT_GRANTED>;
|
|
2631
|
+
userId: z.ZodString;
|
|
2632
|
+
clientId: z.ZodString;
|
|
2633
|
+
scopes: z.ZodArray<z.ZodString>;
|
|
2634
|
+
resource: z.ZodOptional<z.ZodString>;
|
|
2635
|
+
remembered: z.ZodBoolean;
|
|
2636
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
2637
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2638
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH_CONSENT_DENIED>;
|
|
2639
|
+
userId: z.ZodString;
|
|
2640
|
+
clientId: z.ZodString;
|
|
2641
|
+
scopes: z.ZodArray<z.ZodString>;
|
|
2642
|
+
resource: z.ZodOptional<z.ZodString>;
|
|
2643
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
2644
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2645
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH_CONSENT_GRANT_PERSISTED>;
|
|
2646
|
+
userId: z.ZodString;
|
|
2647
|
+
clientId: z.ZodString;
|
|
2648
|
+
resource: z.ZodOptional<z.ZodString>;
|
|
2649
|
+
scopes: z.ZodArray<z.ZodString>;
|
|
2650
|
+
isNewGrant: z.ZodBoolean;
|
|
2651
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2652
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH_TOKEN_REFRESHED>;
|
|
2653
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
2654
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
2655
|
+
clientAuthenticated: z.ZodBoolean;
|
|
2656
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
2657
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2658
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH_TOKEN_REVOKED>;
|
|
2659
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
2660
|
+
clientAuthenticated: z.ZodBoolean;
|
|
2661
|
+
tokenTypeHint: z.ZodOptional<z.ZodString>;
|
|
2662
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
2663
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2664
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH_RP_INITIATED_LOGOUT>;
|
|
2665
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
2666
|
+
sessionId: z.ZodOptional<z.ZodString>;
|
|
2667
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
2668
|
+
sessionTerminated: z.ZodBoolean;
|
|
2669
|
+
postLogoutRedirectUriRejected: z.ZodBoolean;
|
|
2670
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
2671
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2672
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH_CODE_EXCHANGE_FAILED>;
|
|
2673
|
+
reason: z.ZodEnum<typeof OAuthCodeExchangeFailureReason>;
|
|
2674
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
2675
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
2676
|
+
resource: z.ZodOptional<z.ZodString>;
|
|
2677
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
2678
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2679
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.OAUTH_CONSENT_BINDING_VIOLATION>;
|
|
2680
|
+
authenticatedUserId: z.ZodString;
|
|
2681
|
+
boundUserId: z.ZodString;
|
|
2682
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
2683
|
+
consentTokenId: z.ZodOptional<z.ZodString>;
|
|
2684
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
2685
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2686
|
+
eventType: z.ZodLiteral<CoreAuditableEventType.USER_REFRESH_TOKEN_REUSE_DETECTED>;
|
|
2687
|
+
userId: z.ZodString;
|
|
2688
|
+
reusedJti: z.ZodString;
|
|
2689
|
+
sessionId: z.ZodOptional<z.ZodString>;
|
|
2690
|
+
familyRevoked: z.ZodBoolean;
|
|
2691
|
+
ipAddress: z.ZodOptional<z.ZodString>;
|
|
2692
|
+
}, z.core.$strip>], "eventType">;
|
|
899
2693
|
export type AuditableEvent = z.infer<typeof AuditableEvent_BaseSchema>;
|
|
900
2694
|
export type AuditableEvent_User_LoginEventData = z.infer<typeof AuditableEvent_User_LoginEventDataSchema>;
|
|
901
2695
|
export type AuditableEvent_User_LogoutEventData = z.infer<typeof AuditableEvent_User_LogoutEventDataSchema>;
|
|
902
2696
|
export type AuditableEvent_User_LoginFailedEventData = z.infer<typeof AuditableEvent_User_LoginFailedEventDataSchema>;
|
|
2697
|
+
export type AuditableEvent_MachineAuth_SuccessEventData = z.infer<typeof AuditableEvent_MachineAuth_SuccessEventDataSchema>;
|
|
2698
|
+
export type AuditableEvent_MachineAuth_FailedEventData = z.infer<typeof AuditableEvent_MachineAuth_FailedEventDataSchema>;
|
|
2699
|
+
export type AuditableEvent_MachineAccess_EventData = z.infer<typeof AuditableEvent_MachineAccess_EventDataSchema>;
|
|
903
2700
|
export type AuditableEvent_User_AccountLockedEventData = z.infer<typeof AuditableEvent_User_AccountLockedEventDataSchema>;
|
|
904
2701
|
export type AuditableEvent_User_SessionExpiredEventData = z.infer<typeof AuditableEvent_User_SessionExpiredEventDataSchema>;
|
|
2702
|
+
export type AuditableEvent_User_AppRolesChangedEventData = z.infer<typeof AuditableEvent_User_AppRolesChangedEventDataSchema>;
|
|
2703
|
+
export type AuditableEvent_Application_SuperAdminFloorBreachedEventData = z.infer<typeof AuditableEvent_Application_SuperAdminFloorBreachedEventDataSchema>;
|
|
2704
|
+
export type AuditableEvent_Organization_OwnerFloorBreachedEventData = z.infer<typeof AuditableEvent_Organization_OwnerFloorBreachedEventDataSchema>;
|
|
2705
|
+
export type AuditableEvent_User_DeletedEventData = z.infer<typeof AuditableEvent_User_DeletedEventDataSchema>;
|
|
905
2706
|
export type AuditableEvent_OrganizationMember_InvitedEventData = z.infer<typeof AuditableEvent_OrganizationMember_InvitedEventDataSchema>;
|
|
906
2707
|
export type AuditableEvent_OrganizationMember_JoinedEventData = z.infer<typeof AuditableEvent_OrganizationMember_JoinedEventDataSchema>;
|
|
907
2708
|
export type AuditableEvent_OrganizationMember_UpdatedEventData = z.infer<typeof AuditableEvent_OrganizationMember_UpdatedEventDataSchema>;
|
|
@@ -911,16 +2712,26 @@ export type AuditableEvent_OrganizationMember_RemovedEventData = z.infer<typeof
|
|
|
911
2712
|
export type AuditableEvent_Organization_CreatedEventData = z.infer<typeof AuditableEvent_Organization_CreatedEventDataSchema>;
|
|
912
2713
|
export type AuditableEvent_Organization_UpdatedEventData = z.infer<typeof AuditableEvent_Organization_UpdatedEventDataSchema>;
|
|
913
2714
|
export type AuditableEvent_Organization_DeletedEventData = z.infer<typeof AuditableEvent_Organization_DeletedEventDataSchema>;
|
|
2715
|
+
export type AuditableEvent_Organization_DeletionRequestedEventData = z.infer<typeof AuditableEvent_Organization_DeletionRequestedEventDataSchema>;
|
|
2716
|
+
export type AuditableEvent_Organization_RestoredEventData = z.infer<typeof AuditableEvent_Organization_RestoredEventDataSchema>;
|
|
2717
|
+
export type AuditableEvent_Organization_SuspendedEventData = z.infer<typeof AuditableEvent_Organization_SuspendedEventDataSchema>;
|
|
2718
|
+
export type AuditableEvent_Resource_StatusTransitionPerformedEventData = z.infer<typeof AuditableEvent_Resource_StatusTransitionPerformedEventDataSchema>;
|
|
2719
|
+
export type AuditableEvent_Organization_ActivatedEventData = z.infer<typeof AuditableEvent_Organization_ActivatedEventDataSchema>;
|
|
914
2720
|
export type AuditableEvent_OrganizationNotifications_UpdatedEventData = z.infer<typeof AuditableEvent_OrganizationNotifications_UpdatedEventDataSchema>;
|
|
915
2721
|
export type AuditableEvent_OrganizationPreferences_UpdatedEventData = z.infer<typeof AuditableEvent_OrganizationPreferences_UpdatedEventDataSchema>;
|
|
916
2722
|
export type AuditableEvent_OrganizationProfile_UpdatedEventData = z.infer<typeof AuditableEvent_OrganizationProfile_UpdatedEventDataSchema>;
|
|
917
2723
|
export type AuditableEvent_OrganizationUnit_UpdatedEventData = z.infer<typeof AuditableEvent_OrganizationUnit_UpdatedEventDataSchema>;
|
|
2724
|
+
export type AuditableEvent_OrganizationUnitMember_RoleChangedEventData = z.infer<typeof AuditableEvent_OrganizationUnitMember_RoleChangedEventDataSchema>;
|
|
2725
|
+
export type AuditableEvent_OrganizationUnitMember_RemovedEventData = z.infer<typeof AuditableEvent_OrganizationUnitMember_RemovedEventDataSchema>;
|
|
918
2726
|
export type AuditableEvent_User_SSOLoginEventData = z.infer<typeof AuditableEvent_User_SSOLoginEventDataSchema>;
|
|
919
2727
|
export type AuditableEvent_User_SSOLoginFailedEventData = z.infer<typeof AuditableEvent_User_SSOLoginFailedEventDataSchema>;
|
|
920
2728
|
export type AuditableEvent_User_SSOEnforcementBlockedEventData = z.infer<typeof AuditableEvent_User_SSOEnforcementBlockedEventDataSchema>;
|
|
921
2729
|
export type AuditableEvent_User_TokenRefreshedEventData = z.infer<typeof AuditableEvent_User_TokenRefreshedEventDataSchema>;
|
|
922
2730
|
export type AuditableEvent_Organization_SSOConfigurationChangedEventData = z.infer<typeof AuditableEvent_Organization_SSOConfigurationChangedEventDataSchema>;
|
|
923
2731
|
export type AuditableEvent_Organization_SIEMExportConfiguredEventData = z.infer<typeof AuditableEvent_Organization_SIEMExportConfiguredEventDataSchema>;
|
|
2732
|
+
export type ApplicationAuthPolicySnapshot = z.infer<typeof ApplicationAuthPolicySnapshotSchema>;
|
|
2733
|
+
export type AuditableEvent_ApplicationAuthPolicyChanged_EventData = z.infer<typeof AuditableEvent_ApplicationAuthPolicyChanged_EventDataSchema>;
|
|
2734
|
+
export type AuditableEvent_Webhook_EndpointTestDispatchedEventData = z.infer<typeof AuditableEvent_Webhook_EndpointTestDispatchedEventDataSchema>;
|
|
924
2735
|
export type AuditableEvent_SCIM_TokenCreatedEventData = z.infer<typeof AuditableEvent_SCIM_TokenCreatedEventDataSchema>;
|
|
925
2736
|
export type AuditableEvent_SCIM_TokenRevokedEventData = z.infer<typeof AuditableEvent_SCIM_TokenRevokedEventDataSchema>;
|
|
926
2737
|
export type AuditableEvent_SCIM_UserProvisionedEventData = z.infer<typeof AuditableEvent_SCIM_UserProvisionedEventDataSchema>;
|
|
@@ -928,6 +2739,7 @@ export type AuditableEvent_SCIM_UserUpdatedEventData = z.infer<typeof AuditableE
|
|
|
928
2739
|
export type AuditableEvent_SCIM_UserDeactivatedEventData = z.infer<typeof AuditableEvent_SCIM_UserDeactivatedEventDataSchema>;
|
|
929
2740
|
export type AuditableEvent_User_PasswordResetRequestedEventData = z.infer<typeof AuditableEvent_User_PasswordResetRequestedEventDataSchema>;
|
|
930
2741
|
export type AuditableEvent_User_PasswordResetCompletedEventData = z.infer<typeof AuditableEvent_User_PasswordResetCompletedEventDataSchema>;
|
|
2742
|
+
export type AuditableEvent_User_PasswordResetForcedEventData = z.infer<typeof AuditableEvent_User_PasswordResetForcedEventDataSchema>;
|
|
931
2743
|
export type AuditableEvent_User_RegisteredEventData = z.infer<typeof AuditableEvent_User_RegisteredEventDataSchema>;
|
|
932
2744
|
export type AuditableEvent_User_EmailVerifiedEventData = z.infer<typeof AuditableEvent_User_EmailVerifiedEventDataSchema>;
|
|
933
2745
|
export type AuditableEvent_User_VerificationEmailResentEventData = z.infer<typeof AuditableEvent_User_VerificationEmailResentEventDataSchema>;
|
|
@@ -948,4 +2760,26 @@ export type AuditableEvent_User_PhoneVerifiedEventData = z.infer<typeof Auditabl
|
|
|
948
2760
|
export type AuditableEvent_User_PhoneVerificationFailedEventData = z.infer<typeof AuditableEvent_User_PhoneVerificationFailedEventDataSchema>;
|
|
949
2761
|
export type AuditableEvent_EmergencyAccess_UsedEventData = z.infer<typeof AuditableEvent_EmergencyAccess_UsedEventDataSchema>;
|
|
950
2762
|
export type AuditableEvent_FieldAccess_EventData = z.infer<typeof AuditableEvent_FieldAccess_EventDataSchema>;
|
|
2763
|
+
export type AuditableEvent_ResourceOperationPerformed_EventData = z.infer<typeof AuditableEvent_ResourceOperationPerformed_EventDataSchema>;
|
|
2764
|
+
export type AuditableEvent_PlatformDirectoryAccess_EventData = z.infer<typeof AuditableEvent_PlatformDirectoryAccess_EventDataSchema>;
|
|
2765
|
+
export type AuditableEvent_ResourceOperationDenied_EventData = z.infer<typeof AuditableEvent_ResourceOperationDenied_EventDataSchema>;
|
|
2766
|
+
export type AuditableEvent_RetainedDataAccess_EventData = z.infer<typeof AuditableEvent_RetainedDataAccess_EventDataSchema>;
|
|
2767
|
+
export type AuditableEvent_SubjectDataExport_EventData = z.infer<typeof AuditableEvent_SubjectDataExport_EventDataSchema>;
|
|
2768
|
+
export type AuditableEvent_CollectionDataExport_EventData = z.infer<typeof AuditableEvent_CollectionDataExport_EventDataSchema>;
|
|
2769
|
+
export type AuditableEvent_HttpApiReadThroughAccess_EventData = z.infer<typeof AuditableEvent_HttpApiReadThroughAccess_EventDataSchema>;
|
|
2770
|
+
export type AuditableEvent_HttpApiExternalErasure_EventData = z.infer<typeof AuditableEvent_HttpApiExternalErasure_EventDataSchema>;
|
|
2771
|
+
export type AuditableEvent_HttpApiNonErasureAcknowledged_EventData = z.infer<typeof AuditableEvent_HttpApiNonErasureAcknowledged_EventDataSchema>;
|
|
2772
|
+
export type AuditableEvent_User_CrossFrontendHandoffIssuedEventData = z.infer<typeof AuditableEvent_User_CrossFrontendHandoffIssuedEventDataSchema>;
|
|
2773
|
+
export type AuditableEvent_OAuth_DelegatedTokenIssuedEventData = z.infer<typeof AuditableEvent_OAuth_DelegatedTokenIssuedEventDataSchema>;
|
|
2774
|
+
export type AuditableEvent_OAuth_ConsentGrantedEventData = z.infer<typeof AuditableEvent_OAuth_ConsentGrantedEventDataSchema>;
|
|
2775
|
+
export type AuditableEvent_OAuth_ConsentDeniedEventData = z.infer<typeof AuditableEvent_OAuth_ConsentDeniedEventDataSchema>;
|
|
2776
|
+
export type AuditableEvent_OAuth_ConsentGrantPersistedEventData = z.infer<typeof AuditableEvent_OAuth_ConsentGrantPersistedEventDataSchema>;
|
|
2777
|
+
export type AuditableEvent_OAuth_DynamicClientRegisteredEventData = z.infer<typeof AuditableEvent_OAuth_DynamicClientRegisteredEventDataSchema>;
|
|
2778
|
+
export type AuditableEvent_OAuth_CimdClientRefusedEventData = z.infer<typeof AuditableEvent_OAuth_CimdClientRefusedEventDataSchema>;
|
|
2779
|
+
export type AuditableEvent_OAuth_TokenRefreshedEventData = z.infer<typeof AuditableEvent_OAuth_TokenRefreshedEventDataSchema>;
|
|
2780
|
+
export type AuditableEvent_OAuth_TokenRevokedEventData = z.infer<typeof AuditableEvent_OAuth_TokenRevokedEventDataSchema>;
|
|
2781
|
+
export type AuditableEvent_OAuth_RpInitiatedLogoutEventData = z.infer<typeof AuditableEvent_OAuth_RpInitiatedLogoutEventDataSchema>;
|
|
2782
|
+
export type AuditableEvent_OAuth_CodeExchangeFailedEventData = z.infer<typeof AuditableEvent_OAuth_CodeExchangeFailedEventDataSchema>;
|
|
2783
|
+
export type AuditableEvent_OAuth_ConsentBindingViolationEventData = z.infer<typeof AuditableEvent_OAuth_ConsentBindingViolationEventDataSchema>;
|
|
2784
|
+
export type AuditableEvent_User_RefreshTokenReuseDetectedEventData = z.infer<typeof AuditableEvent_User_RefreshTokenReuseDetectedEventDataSchema>;
|
|
951
2785
|
//# sourceMappingURL=auditable-events.shared.schema.d.ts.map
|