{
  "schemaVersion": 1,
  "sensitiveFieldsExcluded": true,
  "generatedAt": "1970-01-01T00:00:00.000Z",
  "packageName": "@happyvertical/smrt-video",
  "packageVersion": "0.48.0",
  "sourceManifestPath": "dist/manifest.json",
  "agentDocPath": "AGENTS.md",
  "sourceHashes": {
    "manifest": "ac6f17aee436970718ea19f8d3e6337cb4102f24613d52957b76e653d1a0c28e",
    "packageJson": "c3560e444f5ef4ec1d41b0729cad784292969fb87809ae12625f60cf0a02f724",
    "agents": "01c6489f21d949868550deecb68d3a1e264b9dee396ef437330aa3eb81c6a0c9"
  },
  "exports": [
    ".",
    "./manifest",
    "./manifest.json"
  ],
  "dependencies": {
    "@happyvertical/logger": "catalog:",
    "@happyvertical/smrt-assets": "workspace:*",
    "@happyvertical/smrt-config": "workspace:*",
    "@happyvertical/smrt-content": "workspace:*",
    "@happyvertical/smrt-core": "workspace:*",
    "@happyvertical/smrt-profiles": "workspace:*",
    "@happyvertical/smrt-tenancy": "workspace:*",
    "@happyvertical/smrt-voice": "workspace:*",
    "@happyvertical/utils": "catalog:",
    "@happyvertical/smrt-vitest": "workspace:*",
    "@happyvertical/sql": "catalog:",
    "@types/node": "24.13.2",
    "typescript": "5.9.3",
    "vite": "8.1.4",
    "vitest": "4.1.10",
    "svelte": "^5.56.4"
  },
  "smrtDependencies": [
    "@happyvertical/smrt-assets",
    "@happyvertical/smrt-config",
    "@happyvertical/smrt-content",
    "@happyvertical/smrt-core",
    "@happyvertical/smrt-profiles",
    "@happyvertical/smrt-tenancy",
    "@happyvertical/smrt-vitest",
    "@happyvertical/smrt-voice"
  ],
  "sdkDependencies": [
    "@happyvertical/logger",
    "@happyvertical/sql",
    "@happyvertical/utils"
  ],
  "tags": [],
  "risks": [],
  "objects": [
    {
      "name": "CharacterAsset",
      "qualifiedName": "@happyvertical/smrt-video:CharacterAsset",
      "collection": "assets",
      "tableName": "assets",
      "packageName": "@happyvertical/smrt-video",
      "extends": "Asset",
      "fields": [
        {
          "name": "created_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updated_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "tenantId",
          "type": "text",
          "required": false,
          "columnType": "UUID"
        },
        {
          "name": "name",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "sourceUri",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "mimeType",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "description",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "metadata",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "version",
          "type": "integer",
          "required": true,
          "columnType": "INTEGER",
          "default": 1
        },
        {
          "name": "primaryVersionId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "typeSlug",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "statusSlug",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "ownerProfileId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-profiles:Profile",
          "columnType": "UUID"
        },
        {
          "name": "sourceAssetId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "folderId",
          "type": "foreignKey",
          "required": false,
          "related": "Folder",
          "columnType": "UUID"
        },
        {
          "name": "sourceType",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "externalId",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "externalRefs",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "createdAt",
          "type": "text",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updatedAt",
          "type": "text",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "characterId",
          "type": "foreignKey",
          "required": false,
          "related": "Character",
          "columnType": "UUID"
        },
        {
          "name": "role",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "seed-image"
        }
      ],
      "relationships": [
        {
          "name": "primaryVersionId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "ownerProfileId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-profiles:Profile",
          "columnType": "UUID"
        },
        {
          "name": "sourceAssetId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "folderId",
          "type": "foreignKey",
          "required": false,
          "related": "Folder",
          "columnType": "UUID"
        },
        {
          "name": "characterId",
          "type": "foreignKey",
          "required": false,
          "related": "Character",
          "columnType": "UUID"
        }
      ],
      "methods": [
        "associateWith",
        "getAssociations",
        "getBySlug",
        "getDerivatives",
        "getExternalRef",
        "getExternalRefs",
        "getMetadata",
        "getSource",
        "getStatus",
        "getTags",
        "getType",
        "hasTag",
        "mergeMetadata",
        "setExternalRef",
        "setMetadata"
      ],
      "methodSignatures": [
        {
          "name": "associateWith",
          "async": true,
          "params": [
            "metaType: string",
            "metaId: string",
            "role?: any"
          ],
          "returns": "Promise<AssetAssociation>"
        },
        {
          "name": "getAssociations",
          "async": true,
          "returns": "Promise<AssetAssociation[]>"
        },
        {
          "name": "getBySlug",
          "async": true,
          "static": true,
          "params": [
            "_slug: string"
          ],
          "returns": "Promise<Asset | null>"
        },
        {
          "name": "getDerivatives",
          "async": true,
          "returns": "Promise<Asset[]>"
        },
        {
          "name": "getExternalRef",
          "params": [
            "provider: string"
          ],
          "returns": "AssetExternalReference | null"
        },
        {
          "name": "getExternalRefs",
          "returns": "Record<string, AssetExternalReference>"
        },
        {
          "name": "getMetadata",
          "returns": "Record<string, unknown>"
        },
        {
          "name": "getSource",
          "async": true,
          "returns": "Promise<Asset | null>"
        },
        {
          "name": "getStatus",
          "async": true,
          "returns": "Promise<AssetStatus | null>"
        },
        {
          "name": "getTags",
          "async": true,
          "returns": "Promise<Tag[]>"
        },
        {
          "name": "getType",
          "async": true,
          "returns": "Promise<AssetType | null>"
        },
        {
          "name": "hasTag",
          "async": true,
          "params": [
            "tagSlug: string"
          ],
          "returns": "Promise<boolean>"
        },
        {
          "name": "mergeMetadata",
          "params": [
            "metadata: Record<string, unknown>"
          ],
          "returns": "void"
        },
        {
          "name": "setExternalRef",
          "params": [
            "provider: string",
            "reference: any"
          ],
          "returns": "void"
        },
        {
          "name": "setMetadata",
          "params": [
            "metadata: Record<string, unknown>"
          ],
          "returns": "void"
        }
      ],
      "tableStrategy": "sti",
      "surfaces": [
        {
          "kind": "api",
          "name": "assets.list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:CharacterAsset",
          "path": "/assets",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "assets.get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:CharacterAsset",
          "path": "/assets/[id]",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "assets.create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:CharacterAsset",
          "path": "/assets",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "assets.update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:CharacterAsset",
          "path": "/assets/[id]",
          "method": "PATCH"
        },
        {
          "kind": "api",
          "name": "assets.delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:CharacterAsset",
          "path": "/assets/[id]",
          "method": "DELETE"
        },
        {
          "kind": "cli",
          "name": "characterasset_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "cli",
          "name": "characterasset_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "cli",
          "name": "characterasset_create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "cli",
          "name": "characterasset_update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "cli",
          "name": "characterasset_delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "cli",
          "name": "characterasset_getMetadata",
          "operation": "getMetadata",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "cli",
          "name": "characterasset_setMetadata",
          "operation": "setMetadata",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "cli",
          "name": "characterasset_mergeMetadata",
          "operation": "mergeMetadata",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "cli",
          "name": "characterasset_getExternalRefs",
          "operation": "getExternalRefs",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "cli",
          "name": "characterasset_getExternalRef",
          "operation": "getExternalRef",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "cli",
          "name": "characterasset_setExternalRef",
          "operation": "setExternalRef",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "cli",
          "name": "characterasset_getTags",
          "operation": "getTags",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "cli",
          "name": "characterasset_hasTag",
          "operation": "hasTag",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "cli",
          "name": "characterasset_getSource",
          "operation": "getSource",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "cli",
          "name": "characterasset_getDerivatives",
          "operation": "getDerivatives",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "cli",
          "name": "characterasset_getType",
          "operation": "getType",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "cli",
          "name": "characterasset_getStatus",
          "operation": "getStatus",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "cli",
          "name": "characterasset_getAssociations",
          "operation": "getAssociations",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "cli",
          "name": "characterasset_associateWith",
          "operation": "associateWith",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "cli",
          "name": "characterasset_getBySlug",
          "operation": "getBySlug",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "mcp",
          "name": "characterasset_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "mcp",
          "name": "characterasset_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        }
      ],
      "withheldSurfaces": [
        {
          "kind": "api",
          "operation": "associateWith",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "api",
          "operation": "getAssociations",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "api",
          "operation": "getBySlug",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "api",
          "operation": "getDerivatives",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "api",
          "operation": "getExternalRef",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "api",
          "operation": "getExternalRefs",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "api",
          "operation": "getMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "api",
          "operation": "getSource",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "api",
          "operation": "getStatus",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "api",
          "operation": "getTags",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "api",
          "operation": "getType",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "api",
          "operation": "hasTag",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "api",
          "operation": "mergeMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "api",
          "operation": "setExternalRef",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        },
        {
          "kind": "api",
          "operation": "setMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:CharacterAsset"
        }
      ],
      "relationshipFeatures": [
        "crossPackageRef",
        "foreignKey",
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "CharacterOwnedAssetCollection",
      "qualifiedName": "@happyvertical/smrt-video:CharacterOwnedAssetCollection",
      "collection": "characterownedassets",
      "tableName": "character_assets",
      "packageName": "@happyvertical/smrt-video",
      "extends": "SmrtJunction",
      "fields": [],
      "relationships": [],
      "methods": [
        "attach",
        "byLeft",
        "byRight",
        "detach",
        "setLinks"
      ],
      "methodSignatures": [
        {
          "name": "attach",
          "async": true,
          "params": [
            "leftId: string",
            "rightId: string",
            "opts?: JunctionAttachOptions"
          ],
          "returns": "Promise<TItem>"
        },
        {
          "name": "byLeft",
          "async": true,
          "params": [
            "leftId: string",
            "opts?: JunctionFilterOptions"
          ],
          "returns": "Promise<TItem[]>"
        },
        {
          "name": "byRight",
          "async": true,
          "params": [
            "rightId: string",
            "opts?: JunctionFilterOptions"
          ],
          "returns": "Promise<TItem[]>"
        },
        {
          "name": "detach",
          "async": true,
          "params": [
            "leftId: string",
            "rightId: string",
            "opts?: JunctionFilterOptions"
          ],
          "returns": "Promise<void>"
        },
        {
          "name": "setLinks",
          "async": true,
          "params": [
            "leftId: string",
            "rightIds: string[]",
            "opts?: JunctionAttachOptions"
          ],
          "returns": "Promise<void>"
        }
      ],
      "surfaces": [],
      "withheldSurfaces": [
        {
          "kind": "api",
          "operation": "attach",
          "code": "api-disabled",
          "reason": "api is disabled",
          "objectName": "@happyvertical/smrt-video:CharacterOwnedAssetCollection"
        },
        {
          "kind": "api",
          "operation": "byLeft",
          "code": "api-disabled",
          "reason": "api is disabled",
          "objectName": "@happyvertical/smrt-video:CharacterOwnedAssetCollection"
        },
        {
          "kind": "api",
          "operation": "byRight",
          "code": "api-disabled",
          "reason": "api is disabled",
          "objectName": "@happyvertical/smrt-video:CharacterOwnedAssetCollection"
        },
        {
          "kind": "api",
          "operation": "detach",
          "code": "api-disabled",
          "reason": "api is disabled",
          "objectName": "@happyvertical/smrt-video:CharacterOwnedAssetCollection"
        },
        {
          "kind": "api",
          "operation": "setLinks",
          "code": "api-disabled",
          "reason": "api is disabled",
          "objectName": "@happyvertical/smrt-video:CharacterOwnedAssetCollection"
        }
      ],
      "relationshipFeatures": [
        "SmrtJunction",
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "CharacterOwnedAsset",
      "qualifiedName": "@happyvertical/smrt-video:CharacterOwnedAsset",
      "collection": "characterownedassets",
      "tableName": "character_assets",
      "packageName": "@happyvertical/smrt-video",
      "extends": "SmrtObject",
      "fields": [
        {
          "name": "tenantId",
          "type": "text",
          "required": false,
          "columnType": "UUID"
        },
        {
          "name": "characterId",
          "type": "foreignKey",
          "required": true,
          "related": "Character",
          "columnType": "UUID"
        },
        {
          "name": "assetId",
          "type": "crossPackageRef",
          "required": true,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        },
        {
          "name": "role",
          "type": "text",
          "required": true,
          "columnType": "TEXT",
          "default": "seed-image"
        },
        {
          "name": "sortOrder",
          "type": "integer",
          "required": true,
          "columnType": "INTEGER",
          "default": 0
        }
      ],
      "relationships": [
        {
          "name": "characterId",
          "type": "foreignKey",
          "required": true,
          "related": "Character",
          "columnType": "UUID"
        },
        {
          "name": "assetId",
          "type": "crossPackageRef",
          "required": true,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        }
      ],
      "methods": [],
      "tenant": {
        "scoped": true,
        "mode": "optional",
        "field": "tenantId"
      },
      "conflictColumns": [
        "character_id",
        "asset_id",
        "role"
      ],
      "surfaces": [],
      "relationshipFeatures": [
        "crossPackageRef",
        "foreignKey",
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "Character",
      "qualifiedName": "@happyvertical/smrt-video:Character",
      "collection": "characters",
      "tableName": "characters",
      "packageName": "@happyvertical/smrt-video",
      "extends": "SmrtObject",
      "fields": [
        {
          "name": "created_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updated_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "tenantId",
          "type": "text",
          "required": false,
          "columnType": "UUID"
        },
        {
          "name": "name",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": ""
        },
        {
          "name": "description",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "imageAssetId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        },
        {
          "name": "baseMotionAssetId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        },
        {
          "name": "voiceProfileId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-voice:VoiceProfile",
          "columnType": "UUID"
        },
        {
          "name": "brandingKit",
          "type": "json",
          "required": false,
          "columnType": "JSON"
        },
        {
          "name": "status",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "pending"
        },
        {
          "name": "performerId",
          "type": "foreignKey",
          "required": false,
          "related": "Performer",
          "columnType": "UUID"
        },
        {
          "name": "defaultSceneId",
          "type": "foreignKey",
          "required": false,
          "related": "Scene",
          "columnType": "UUID"
        },
        {
          "name": "sceneConfigs",
          "type": "json",
          "required": false,
          "columnType": "JSON",
          "default": []
        },
        {
          "name": "profileId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-profiles:Profile",
          "columnType": "UUID"
        }
      ],
      "relationships": [
        {
          "name": "imageAssetId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        },
        {
          "name": "baseMotionAssetId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        },
        {
          "name": "voiceProfileId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-voice:VoiceProfile",
          "columnType": "UUID"
        },
        {
          "name": "performerId",
          "type": "foreignKey",
          "required": false,
          "related": "Performer",
          "columnType": "UUID"
        },
        {
          "name": "defaultSceneId",
          "type": "foreignKey",
          "required": false,
          "related": "Scene",
          "columnType": "UUID"
        },
        {
          "name": "profileId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-profiles:Profile",
          "columnType": "UUID"
        }
      ],
      "methods": [
        "addAsset",
        "getAssetByRole",
        "getAssets",
        "removeAsset"
      ],
      "methodSignatures": [
        {
          "name": "addAsset",
          "async": true,
          "params": [
            "asset: Asset",
            "role?: CharacterAssetRole",
            "sortOrder?: any"
          ],
          "returns": "Promise<void>"
        },
        {
          "name": "getAssetByRole",
          "async": true,
          "params": [
            "role: CharacterAssetRole"
          ],
          "returns": "Promise<Asset | null>"
        },
        {
          "name": "getAssets",
          "async": true,
          "params": [
            "role?: CharacterAssetRole"
          ],
          "returns": "Promise<Asset[]>"
        },
        {
          "name": "removeAsset",
          "async": true,
          "params": [
            "assetId: string",
            "role?: CharacterAssetRole"
          ],
          "returns": "Promise<void>"
        }
      ],
      "tenant": {
        "scoped": true,
        "mode": "optional",
        "field": "tenantId"
      },
      "tableStrategy": "sti",
      "conflictColumns": [
        "tenant_id",
        "slug",
        "context",
        "_meta_type"
      ],
      "surfaces": [
        {
          "kind": "api",
          "name": "characters.list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:Character",
          "path": "/characters",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "characters.get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:Character",
          "path": "/characters/[id]",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "characters.create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:Character",
          "path": "/characters",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "characters.update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:Character",
          "path": "/characters/[id]",
          "method": "PATCH"
        },
        {
          "kind": "api",
          "name": "characters.delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:Character",
          "path": "/characters/[id]",
          "method": "DELETE"
        },
        {
          "kind": "cli",
          "name": "character_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:Character"
        },
        {
          "kind": "cli",
          "name": "character_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:Character"
        },
        {
          "kind": "cli",
          "name": "character_create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:Character"
        },
        {
          "kind": "cli",
          "name": "character_update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:Character"
        },
        {
          "kind": "cli",
          "name": "character_delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:Character"
        },
        {
          "kind": "cli",
          "name": "character_getAssets",
          "operation": "getAssets",
          "objectName": "@happyvertical/smrt-video:Character"
        },
        {
          "kind": "cli",
          "name": "character_getAssetByRole",
          "operation": "getAssetByRole",
          "objectName": "@happyvertical/smrt-video:Character"
        },
        {
          "kind": "cli",
          "name": "character_addAsset",
          "operation": "addAsset",
          "objectName": "@happyvertical/smrt-video:Character"
        },
        {
          "kind": "cli",
          "name": "character_removeAsset",
          "operation": "removeAsset",
          "objectName": "@happyvertical/smrt-video:Character"
        },
        {
          "kind": "mcp",
          "name": "character_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:Character"
        },
        {
          "kind": "mcp",
          "name": "character_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:Character"
        }
      ],
      "withheldSurfaces": [
        {
          "kind": "api",
          "operation": "addAsset",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:Character"
        },
        {
          "kind": "api",
          "operation": "getAssetByRole",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:Character"
        },
        {
          "kind": "api",
          "operation": "getAssets",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:Character"
        },
        {
          "kind": "api",
          "operation": "removeAsset",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:Character"
        }
      ],
      "relationshipFeatures": [
        "crossPackageRef",
        "foreignKey",
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "CharacterCollection",
      "qualifiedName": "@happyvertical/smrt-video:CharacterCollection",
      "collection": "characters",
      "tableName": "character_collections",
      "packageName": "@happyvertical/smrt-video",
      "extends": "SmrtCollection",
      "fields": [],
      "relationships": [],
      "methods": [
        "findByPerformer",
        "findByTenant",
        "findGlobal",
        "findReady"
      ],
      "methodSignatures": [
        {
          "name": "findByPerformer",
          "async": true,
          "params": [
            "performerId: string"
          ],
          "returns": "Promise<Character[]>"
        },
        {
          "name": "findByTenant",
          "async": true,
          "params": [
            "tenantId: string"
          ],
          "returns": "Promise<Character[]>"
        },
        {
          "name": "findGlobal",
          "async": true,
          "returns": "Promise<Character[]>"
        },
        {
          "name": "findReady",
          "async": true,
          "returns": "Promise<Character[]>"
        }
      ],
      "surfaces": [
        {
          "kind": "api",
          "name": "characters.findByTenant",
          "operation": "findByTenant",
          "objectName": "@happyvertical/smrt-video:CharacterCollection",
          "path": "/characters/findByTenant",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "characters.findGlobal",
          "operation": "findGlobal",
          "objectName": "@happyvertical/smrt-video:CharacterCollection",
          "path": "/characters/findGlobal",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "characters.findByPerformer",
          "operation": "findByPerformer",
          "objectName": "@happyvertical/smrt-video:CharacterCollection",
          "path": "/characters/findByPerformer",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "characters.findReady",
          "operation": "findReady",
          "objectName": "@happyvertical/smrt-video:CharacterCollection",
          "path": "/characters/findReady",
          "method": "POST"
        },
        {
          "kind": "cli",
          "name": "charactercollection_findByTenant",
          "operation": "findByTenant",
          "objectName": "@happyvertical/smrt-video:CharacterCollection"
        },
        {
          "kind": "cli",
          "name": "charactercollection_findGlobal",
          "operation": "findGlobal",
          "objectName": "@happyvertical/smrt-video:CharacterCollection"
        },
        {
          "kind": "cli",
          "name": "charactercollection_findByPerformer",
          "operation": "findByPerformer",
          "objectName": "@happyvertical/smrt-video:CharacterCollection"
        },
        {
          "kind": "cli",
          "name": "charactercollection_findReady",
          "operation": "findReady",
          "objectName": "@happyvertical/smrt-video:CharacterCollection"
        },
        {
          "kind": "mcp",
          "name": "charactercollection_findbytenant",
          "operation": "findByTenant",
          "objectName": "@happyvertical/smrt-video:CharacterCollection"
        },
        {
          "kind": "mcp",
          "name": "charactercollection_findglobal",
          "operation": "findGlobal",
          "objectName": "@happyvertical/smrt-video:CharacterCollection"
        },
        {
          "kind": "mcp",
          "name": "charactercollection_findbyperformer",
          "operation": "findByPerformer",
          "objectName": "@happyvertical/smrt-video:CharacterCollection"
        },
        {
          "kind": "mcp",
          "name": "charactercollection_findready",
          "operation": "findReady",
          "objectName": "@happyvertical/smrt-video:CharacterCollection"
        }
      ],
      "relationshipFeatures": [
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "CompositeJob",
      "qualifiedName": "@happyvertical/smrt-video:CompositeJob",
      "collection": "compositejobs",
      "tableName": "composite_jobs",
      "packageName": "@happyvertical/smrt-video",
      "extends": "SmrtObject",
      "fields": [
        {
          "name": "created_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updated_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "tenantId",
          "type": "text",
          "required": false,
          "columnType": "UUID"
        },
        {
          "name": "characterVideoAssetId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        },
        {
          "name": "sceneId",
          "type": "foreignKey",
          "required": false,
          "related": "Scene",
          "columnType": "UUID"
        },
        {
          "name": "viewpointId",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "anchorPointId",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "scale",
          "type": "decimal",
          "required": false,
          "columnType": "REAL",
          "default": 1
        },
        {
          "name": "position",
          "type": "json",
          "required": false,
          "columnType": "JSON",
          "default": {}
        },
        {
          "name": "status",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "pending"
        },
        {
          "name": "progress",
          "type": "integer",
          "required": false,
          "columnType": "INTEGER",
          "default": 0
        },
        {
          "name": "outputAssetId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        },
        {
          "name": "errorMessage",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        }
      ],
      "relationships": [
        {
          "name": "characterVideoAssetId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        },
        {
          "name": "sceneId",
          "type": "foreignKey",
          "required": false,
          "related": "Scene",
          "columnType": "UUID"
        },
        {
          "name": "outputAssetId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        }
      ],
      "methods": [],
      "tenant": {
        "scoped": true,
        "mode": "optional",
        "field": "tenantId"
      },
      "tableStrategy": "sti",
      "conflictColumns": [
        "tenant_id",
        "slug",
        "context",
        "_meta_type"
      ],
      "surfaces": [
        {
          "kind": "api",
          "name": "compositejobs.list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:CompositeJob",
          "path": "/compositejobs",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "compositejobs.get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:CompositeJob",
          "path": "/compositejobs/[id]",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "compositejobs.create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:CompositeJob",
          "path": "/compositejobs",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "compositejobs.update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:CompositeJob",
          "path": "/compositejobs/[id]",
          "method": "PATCH"
        },
        {
          "kind": "cli",
          "name": "compositejob_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:CompositeJob"
        },
        {
          "kind": "cli",
          "name": "compositejob_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:CompositeJob"
        },
        {
          "kind": "cli",
          "name": "compositejob_create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:CompositeJob"
        },
        {
          "kind": "cli",
          "name": "compositejob_update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:CompositeJob"
        },
        {
          "kind": "cli",
          "name": "compositejob_delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:CompositeJob"
        },
        {
          "kind": "mcp",
          "name": "compositejob_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:CompositeJob"
        },
        {
          "kind": "mcp",
          "name": "compositejob_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:CompositeJob"
        }
      ],
      "relationshipFeatures": [
        "crossPackageRef",
        "foreignKey",
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "PerformerAsset",
      "qualifiedName": "@happyvertical/smrt-video:PerformerAsset",
      "collection": "assets",
      "tableName": "assets",
      "packageName": "@happyvertical/smrt-video",
      "extends": "Asset",
      "fields": [
        {
          "name": "created_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updated_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "tenantId",
          "type": "text",
          "required": false,
          "columnType": "UUID"
        },
        {
          "name": "name",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "sourceUri",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "mimeType",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "description",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "metadata",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "version",
          "type": "integer",
          "required": true,
          "columnType": "INTEGER",
          "default": 1
        },
        {
          "name": "primaryVersionId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "typeSlug",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "statusSlug",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "ownerProfileId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-profiles:Profile",
          "columnType": "UUID"
        },
        {
          "name": "sourceAssetId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "folderId",
          "type": "foreignKey",
          "required": false,
          "related": "Folder",
          "columnType": "UUID"
        },
        {
          "name": "sourceType",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "externalId",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "externalRefs",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "createdAt",
          "type": "text",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updatedAt",
          "type": "text",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "performerId",
          "type": "foreignKey",
          "required": false,
          "related": "Performer",
          "columnType": "UUID"
        },
        {
          "name": "role",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "reference"
        }
      ],
      "relationships": [
        {
          "name": "primaryVersionId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "ownerProfileId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-profiles:Profile",
          "columnType": "UUID"
        },
        {
          "name": "sourceAssetId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "folderId",
          "type": "foreignKey",
          "required": false,
          "related": "Folder",
          "columnType": "UUID"
        },
        {
          "name": "performerId",
          "type": "foreignKey",
          "required": false,
          "related": "Performer",
          "columnType": "UUID"
        }
      ],
      "methods": [
        "associateWith",
        "getAssociations",
        "getBySlug",
        "getDerivatives",
        "getExternalRef",
        "getExternalRefs",
        "getMetadata",
        "getSource",
        "getStatus",
        "getTags",
        "getType",
        "hasTag",
        "mergeMetadata",
        "setExternalRef",
        "setMetadata"
      ],
      "methodSignatures": [
        {
          "name": "associateWith",
          "async": true,
          "params": [
            "metaType: string",
            "metaId: string",
            "role?: any"
          ],
          "returns": "Promise<AssetAssociation>"
        },
        {
          "name": "getAssociations",
          "async": true,
          "returns": "Promise<AssetAssociation[]>"
        },
        {
          "name": "getBySlug",
          "async": true,
          "static": true,
          "params": [
            "_slug: string"
          ],
          "returns": "Promise<Asset | null>"
        },
        {
          "name": "getDerivatives",
          "async": true,
          "returns": "Promise<Asset[]>"
        },
        {
          "name": "getExternalRef",
          "params": [
            "provider: string"
          ],
          "returns": "AssetExternalReference | null"
        },
        {
          "name": "getExternalRefs",
          "returns": "Record<string, AssetExternalReference>"
        },
        {
          "name": "getMetadata",
          "returns": "Record<string, unknown>"
        },
        {
          "name": "getSource",
          "async": true,
          "returns": "Promise<Asset | null>"
        },
        {
          "name": "getStatus",
          "async": true,
          "returns": "Promise<AssetStatus | null>"
        },
        {
          "name": "getTags",
          "async": true,
          "returns": "Promise<Tag[]>"
        },
        {
          "name": "getType",
          "async": true,
          "returns": "Promise<AssetType | null>"
        },
        {
          "name": "hasTag",
          "async": true,
          "params": [
            "tagSlug: string"
          ],
          "returns": "Promise<boolean>"
        },
        {
          "name": "mergeMetadata",
          "params": [
            "metadata: Record<string, unknown>"
          ],
          "returns": "void"
        },
        {
          "name": "setExternalRef",
          "params": [
            "provider: string",
            "reference: any"
          ],
          "returns": "void"
        },
        {
          "name": "setMetadata",
          "params": [
            "metadata: Record<string, unknown>"
          ],
          "returns": "void"
        }
      ],
      "tableStrategy": "sti",
      "surfaces": [
        {
          "kind": "api",
          "name": "assets.list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:PerformerAsset",
          "path": "/assets",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "assets.get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:PerformerAsset",
          "path": "/assets/[id]",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "assets.create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:PerformerAsset",
          "path": "/assets",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "assets.update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:PerformerAsset",
          "path": "/assets/[id]",
          "method": "PATCH"
        },
        {
          "kind": "api",
          "name": "assets.delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:PerformerAsset",
          "path": "/assets/[id]",
          "method": "DELETE"
        },
        {
          "kind": "cli",
          "name": "performerasset_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "cli",
          "name": "performerasset_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "cli",
          "name": "performerasset_create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "cli",
          "name": "performerasset_update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "cli",
          "name": "performerasset_delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "cli",
          "name": "performerasset_getMetadata",
          "operation": "getMetadata",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "cli",
          "name": "performerasset_setMetadata",
          "operation": "setMetadata",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "cli",
          "name": "performerasset_mergeMetadata",
          "operation": "mergeMetadata",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "cli",
          "name": "performerasset_getExternalRefs",
          "operation": "getExternalRefs",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "cli",
          "name": "performerasset_getExternalRef",
          "operation": "getExternalRef",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "cli",
          "name": "performerasset_setExternalRef",
          "operation": "setExternalRef",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "cli",
          "name": "performerasset_getTags",
          "operation": "getTags",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "cli",
          "name": "performerasset_hasTag",
          "operation": "hasTag",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "cli",
          "name": "performerasset_getSource",
          "operation": "getSource",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "cli",
          "name": "performerasset_getDerivatives",
          "operation": "getDerivatives",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "cli",
          "name": "performerasset_getType",
          "operation": "getType",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "cli",
          "name": "performerasset_getStatus",
          "operation": "getStatus",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "cli",
          "name": "performerasset_getAssociations",
          "operation": "getAssociations",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "cli",
          "name": "performerasset_associateWith",
          "operation": "associateWith",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "cli",
          "name": "performerasset_getBySlug",
          "operation": "getBySlug",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "mcp",
          "name": "performerasset_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "mcp",
          "name": "performerasset_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        }
      ],
      "withheldSurfaces": [
        {
          "kind": "api",
          "operation": "associateWith",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "api",
          "operation": "getAssociations",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "api",
          "operation": "getBySlug",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "api",
          "operation": "getDerivatives",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "api",
          "operation": "getExternalRef",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "api",
          "operation": "getExternalRefs",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "api",
          "operation": "getMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "api",
          "operation": "getSource",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "api",
          "operation": "getStatus",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "api",
          "operation": "getTags",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "api",
          "operation": "getType",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "api",
          "operation": "hasTag",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "api",
          "operation": "mergeMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "api",
          "operation": "setExternalRef",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        },
        {
          "kind": "api",
          "operation": "setMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:PerformerAsset"
        }
      ],
      "relationshipFeatures": [
        "crossPackageRef",
        "foreignKey",
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "PerformerOwnedAssetCollection",
      "qualifiedName": "@happyvertical/smrt-video:PerformerOwnedAssetCollection",
      "collection": "performerownedassets",
      "tableName": "performer_assets",
      "packageName": "@happyvertical/smrt-video",
      "extends": "SmrtJunction",
      "fields": [],
      "relationships": [],
      "methods": [
        "attach",
        "byLeft",
        "byRight",
        "detach",
        "setLinks"
      ],
      "methodSignatures": [
        {
          "name": "attach",
          "async": true,
          "params": [
            "leftId: string",
            "rightId: string",
            "opts?: JunctionAttachOptions"
          ],
          "returns": "Promise<TItem>"
        },
        {
          "name": "byLeft",
          "async": true,
          "params": [
            "leftId: string",
            "opts?: JunctionFilterOptions"
          ],
          "returns": "Promise<TItem[]>"
        },
        {
          "name": "byRight",
          "async": true,
          "params": [
            "rightId: string",
            "opts?: JunctionFilterOptions"
          ],
          "returns": "Promise<TItem[]>"
        },
        {
          "name": "detach",
          "async": true,
          "params": [
            "leftId: string",
            "rightId: string",
            "opts?: JunctionFilterOptions"
          ],
          "returns": "Promise<void>"
        },
        {
          "name": "setLinks",
          "async": true,
          "params": [
            "leftId: string",
            "rightIds: string[]",
            "opts?: JunctionAttachOptions"
          ],
          "returns": "Promise<void>"
        }
      ],
      "surfaces": [],
      "withheldSurfaces": [
        {
          "kind": "api",
          "operation": "attach",
          "code": "api-disabled",
          "reason": "api is disabled",
          "objectName": "@happyvertical/smrt-video:PerformerOwnedAssetCollection"
        },
        {
          "kind": "api",
          "operation": "byLeft",
          "code": "api-disabled",
          "reason": "api is disabled",
          "objectName": "@happyvertical/smrt-video:PerformerOwnedAssetCollection"
        },
        {
          "kind": "api",
          "operation": "byRight",
          "code": "api-disabled",
          "reason": "api is disabled",
          "objectName": "@happyvertical/smrt-video:PerformerOwnedAssetCollection"
        },
        {
          "kind": "api",
          "operation": "detach",
          "code": "api-disabled",
          "reason": "api is disabled",
          "objectName": "@happyvertical/smrt-video:PerformerOwnedAssetCollection"
        },
        {
          "kind": "api",
          "operation": "setLinks",
          "code": "api-disabled",
          "reason": "api is disabled",
          "objectName": "@happyvertical/smrt-video:PerformerOwnedAssetCollection"
        }
      ],
      "relationshipFeatures": [
        "SmrtJunction",
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "PerformerOwnedAsset",
      "qualifiedName": "@happyvertical/smrt-video:PerformerOwnedAsset",
      "collection": "performerownedassets",
      "tableName": "performer_assets",
      "packageName": "@happyvertical/smrt-video",
      "extends": "SmrtObject",
      "fields": [
        {
          "name": "tenantId",
          "type": "text",
          "required": false,
          "columnType": "UUID"
        },
        {
          "name": "performerId",
          "type": "foreignKey",
          "required": true,
          "related": "Performer",
          "columnType": "UUID"
        },
        {
          "name": "assetId",
          "type": "crossPackageRef",
          "required": true,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        },
        {
          "name": "role",
          "type": "text",
          "required": true,
          "columnType": "TEXT",
          "default": "reference"
        },
        {
          "name": "sortOrder",
          "type": "integer",
          "required": true,
          "columnType": "INTEGER",
          "default": 0
        }
      ],
      "relationships": [
        {
          "name": "performerId",
          "type": "foreignKey",
          "required": true,
          "related": "Performer",
          "columnType": "UUID"
        },
        {
          "name": "assetId",
          "type": "crossPackageRef",
          "required": true,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        }
      ],
      "methods": [],
      "tenant": {
        "scoped": true,
        "mode": "optional",
        "field": "tenantId"
      },
      "conflictColumns": [
        "performer_id",
        "asset_id",
        "role"
      ],
      "surfaces": [],
      "relationshipFeatures": [
        "crossPackageRef",
        "foreignKey",
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "Performer",
      "qualifiedName": "@happyvertical/smrt-video:Performer",
      "collection": "performers",
      "tableName": "performers",
      "packageName": "@happyvertical/smrt-video",
      "extends": "SmrtObject",
      "fields": [
        {
          "name": "created_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updated_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "tenantId",
          "type": "text",
          "required": false,
          "columnType": "UUID"
        },
        {
          "name": "name",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": ""
        },
        {
          "name": "description",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "dna",
          "type": "json",
          "required": false,
          "columnType": "JSON"
        },
        {
          "name": "referenceAssetIds",
          "type": "json",
          "required": false,
          "columnType": "JSON",
          "default": []
        },
        {
          "name": "seedImageAssetId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        },
        {
          "name": "voiceProfileId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-voice:VoiceProfile",
          "columnType": "UUID"
        },
        {
          "name": "status",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "pending"
        },
        {
          "name": "profileId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-profiles:Profile",
          "columnType": "UUID"
        }
      ],
      "relationships": [
        {
          "name": "seedImageAssetId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        },
        {
          "name": "voiceProfileId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-voice:VoiceProfile",
          "columnType": "UUID"
        },
        {
          "name": "profileId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-profiles:Profile",
          "columnType": "UUID"
        }
      ],
      "methods": [
        "addAsset",
        "getAssetByRole",
        "getAssets",
        "removeAsset"
      ],
      "methodSignatures": [
        {
          "name": "addAsset",
          "async": true,
          "params": [
            "asset: Asset",
            "role?: PerformerAssetRole",
            "sortOrder?: any"
          ],
          "returns": "Promise<void>"
        },
        {
          "name": "getAssetByRole",
          "async": true,
          "params": [
            "role: PerformerAssetRole"
          ],
          "returns": "Promise<Asset | null>"
        },
        {
          "name": "getAssets",
          "async": true,
          "params": [
            "role?: PerformerAssetRole"
          ],
          "returns": "Promise<Asset[]>"
        },
        {
          "name": "removeAsset",
          "async": true,
          "params": [
            "assetId: string",
            "role?: PerformerAssetRole"
          ],
          "returns": "Promise<void>"
        }
      ],
      "tenant": {
        "scoped": true,
        "mode": "optional",
        "field": "tenantId"
      },
      "tableStrategy": "sti",
      "conflictColumns": [
        "tenant_id",
        "slug",
        "context",
        "_meta_type"
      ],
      "surfaces": [
        {
          "kind": "api",
          "name": "performers.list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:Performer",
          "path": "/performers",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "performers.get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:Performer",
          "path": "/performers/[id]",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "performers.create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:Performer",
          "path": "/performers",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "performers.update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:Performer",
          "path": "/performers/[id]",
          "method": "PATCH"
        },
        {
          "kind": "api",
          "name": "performers.delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:Performer",
          "path": "/performers/[id]",
          "method": "DELETE"
        },
        {
          "kind": "cli",
          "name": "performer_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:Performer"
        },
        {
          "kind": "cli",
          "name": "performer_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:Performer"
        },
        {
          "kind": "cli",
          "name": "performer_create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:Performer"
        },
        {
          "kind": "cli",
          "name": "performer_update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:Performer"
        },
        {
          "kind": "cli",
          "name": "performer_delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:Performer"
        },
        {
          "kind": "cli",
          "name": "performer_getAssets",
          "operation": "getAssets",
          "objectName": "@happyvertical/smrt-video:Performer"
        },
        {
          "kind": "cli",
          "name": "performer_getAssetByRole",
          "operation": "getAssetByRole",
          "objectName": "@happyvertical/smrt-video:Performer"
        },
        {
          "kind": "cli",
          "name": "performer_addAsset",
          "operation": "addAsset",
          "objectName": "@happyvertical/smrt-video:Performer"
        },
        {
          "kind": "cli",
          "name": "performer_removeAsset",
          "operation": "removeAsset",
          "objectName": "@happyvertical/smrt-video:Performer"
        },
        {
          "kind": "mcp",
          "name": "performer_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:Performer"
        },
        {
          "kind": "mcp",
          "name": "performer_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:Performer"
        }
      ],
      "withheldSurfaces": [
        {
          "kind": "api",
          "operation": "addAsset",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:Performer"
        },
        {
          "kind": "api",
          "operation": "getAssetByRole",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:Performer"
        },
        {
          "kind": "api",
          "operation": "getAssets",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:Performer"
        },
        {
          "kind": "api",
          "operation": "removeAsset",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:Performer"
        }
      ],
      "relationshipFeatures": [
        "crossPackageRef",
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "SceneAsset",
      "qualifiedName": "@happyvertical/smrt-video:SceneAsset",
      "collection": "assets",
      "tableName": "assets",
      "packageName": "@happyvertical/smrt-video",
      "extends": "Asset",
      "fields": [
        {
          "name": "created_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updated_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "tenantId",
          "type": "text",
          "required": false,
          "columnType": "UUID"
        },
        {
          "name": "name",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "sourceUri",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "mimeType",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "description",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "metadata",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "version",
          "type": "integer",
          "required": true,
          "columnType": "INTEGER",
          "default": 1
        },
        {
          "name": "primaryVersionId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "typeSlug",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "statusSlug",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "ownerProfileId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-profiles:Profile",
          "columnType": "UUID"
        },
        {
          "name": "sourceAssetId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "folderId",
          "type": "foreignKey",
          "required": false,
          "related": "Folder",
          "columnType": "UUID"
        },
        {
          "name": "sourceType",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "externalId",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "externalRefs",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "createdAt",
          "type": "text",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updatedAt",
          "type": "text",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "sceneId",
          "type": "foreignKey",
          "required": false,
          "related": "Scene",
          "columnType": "UUID"
        },
        {
          "name": "role",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "source"
        }
      ],
      "relationships": [
        {
          "name": "primaryVersionId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "ownerProfileId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-profiles:Profile",
          "columnType": "UUID"
        },
        {
          "name": "sourceAssetId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "folderId",
          "type": "foreignKey",
          "required": false,
          "related": "Folder",
          "columnType": "UUID"
        },
        {
          "name": "sceneId",
          "type": "foreignKey",
          "required": false,
          "related": "Scene",
          "columnType": "UUID"
        }
      ],
      "methods": [
        "associateWith",
        "getAssociations",
        "getBySlug",
        "getDerivatives",
        "getExternalRef",
        "getExternalRefs",
        "getMetadata",
        "getSource",
        "getStatus",
        "getTags",
        "getType",
        "hasTag",
        "mergeMetadata",
        "setExternalRef",
        "setMetadata"
      ],
      "methodSignatures": [
        {
          "name": "associateWith",
          "async": true,
          "params": [
            "metaType: string",
            "metaId: string",
            "role?: any"
          ],
          "returns": "Promise<AssetAssociation>"
        },
        {
          "name": "getAssociations",
          "async": true,
          "returns": "Promise<AssetAssociation[]>"
        },
        {
          "name": "getBySlug",
          "async": true,
          "static": true,
          "params": [
            "_slug: string"
          ],
          "returns": "Promise<Asset | null>"
        },
        {
          "name": "getDerivatives",
          "async": true,
          "returns": "Promise<Asset[]>"
        },
        {
          "name": "getExternalRef",
          "params": [
            "provider: string"
          ],
          "returns": "AssetExternalReference | null"
        },
        {
          "name": "getExternalRefs",
          "returns": "Record<string, AssetExternalReference>"
        },
        {
          "name": "getMetadata",
          "returns": "Record<string, unknown>"
        },
        {
          "name": "getSource",
          "async": true,
          "returns": "Promise<Asset | null>"
        },
        {
          "name": "getStatus",
          "async": true,
          "returns": "Promise<AssetStatus | null>"
        },
        {
          "name": "getTags",
          "async": true,
          "returns": "Promise<Tag[]>"
        },
        {
          "name": "getType",
          "async": true,
          "returns": "Promise<AssetType | null>"
        },
        {
          "name": "hasTag",
          "async": true,
          "params": [
            "tagSlug: string"
          ],
          "returns": "Promise<boolean>"
        },
        {
          "name": "mergeMetadata",
          "params": [
            "metadata: Record<string, unknown>"
          ],
          "returns": "void"
        },
        {
          "name": "setExternalRef",
          "params": [
            "provider: string",
            "reference: any"
          ],
          "returns": "void"
        },
        {
          "name": "setMetadata",
          "params": [
            "metadata: Record<string, unknown>"
          ],
          "returns": "void"
        }
      ],
      "tableStrategy": "sti",
      "surfaces": [
        {
          "kind": "api",
          "name": "assets.list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:SceneAsset",
          "path": "/assets",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "assets.get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:SceneAsset",
          "path": "/assets/[id]",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "assets.create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:SceneAsset",
          "path": "/assets",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "assets.update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:SceneAsset",
          "path": "/assets/[id]",
          "method": "PATCH"
        },
        {
          "kind": "api",
          "name": "assets.delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:SceneAsset",
          "path": "/assets/[id]",
          "method": "DELETE"
        },
        {
          "kind": "cli",
          "name": "sceneasset_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "cli",
          "name": "sceneasset_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "cli",
          "name": "sceneasset_create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "cli",
          "name": "sceneasset_update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "cli",
          "name": "sceneasset_delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "cli",
          "name": "sceneasset_getMetadata",
          "operation": "getMetadata",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "cli",
          "name": "sceneasset_setMetadata",
          "operation": "setMetadata",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "cli",
          "name": "sceneasset_mergeMetadata",
          "operation": "mergeMetadata",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "cli",
          "name": "sceneasset_getExternalRefs",
          "operation": "getExternalRefs",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "cli",
          "name": "sceneasset_getExternalRef",
          "operation": "getExternalRef",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "cli",
          "name": "sceneasset_setExternalRef",
          "operation": "setExternalRef",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "cli",
          "name": "sceneasset_getTags",
          "operation": "getTags",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "cli",
          "name": "sceneasset_hasTag",
          "operation": "hasTag",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "cli",
          "name": "sceneasset_getSource",
          "operation": "getSource",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "cli",
          "name": "sceneasset_getDerivatives",
          "operation": "getDerivatives",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "cli",
          "name": "sceneasset_getType",
          "operation": "getType",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "cli",
          "name": "sceneasset_getStatus",
          "operation": "getStatus",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "cli",
          "name": "sceneasset_getAssociations",
          "operation": "getAssociations",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "cli",
          "name": "sceneasset_associateWith",
          "operation": "associateWith",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "cli",
          "name": "sceneasset_getBySlug",
          "operation": "getBySlug",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "mcp",
          "name": "sceneasset_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "mcp",
          "name": "sceneasset_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        }
      ],
      "withheldSurfaces": [
        {
          "kind": "api",
          "operation": "associateWith",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "api",
          "operation": "getAssociations",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "api",
          "operation": "getBySlug",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "api",
          "operation": "getDerivatives",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "api",
          "operation": "getExternalRef",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "api",
          "operation": "getExternalRefs",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "api",
          "operation": "getMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "api",
          "operation": "getSource",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "api",
          "operation": "getStatus",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "api",
          "operation": "getTags",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "api",
          "operation": "getType",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "api",
          "operation": "hasTag",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "api",
          "operation": "mergeMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "api",
          "operation": "setExternalRef",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        },
        {
          "kind": "api",
          "operation": "setMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:SceneAsset"
        }
      ],
      "relationshipFeatures": [
        "crossPackageRef",
        "foreignKey",
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "SceneOwnedAssetCollection",
      "qualifiedName": "@happyvertical/smrt-video:SceneOwnedAssetCollection",
      "collection": "sceneownedassets",
      "tableName": "scene_assets",
      "packageName": "@happyvertical/smrt-video",
      "extends": "SmrtJunction",
      "fields": [],
      "relationships": [],
      "methods": [
        "attach",
        "byLeft",
        "byRight",
        "detach",
        "setLinks"
      ],
      "methodSignatures": [
        {
          "name": "attach",
          "async": true,
          "params": [
            "leftId: string",
            "rightId: string",
            "opts?: JunctionAttachOptions"
          ],
          "returns": "Promise<TItem>"
        },
        {
          "name": "byLeft",
          "async": true,
          "params": [
            "leftId: string",
            "opts?: JunctionFilterOptions"
          ],
          "returns": "Promise<TItem[]>"
        },
        {
          "name": "byRight",
          "async": true,
          "params": [
            "rightId: string",
            "opts?: JunctionFilterOptions"
          ],
          "returns": "Promise<TItem[]>"
        },
        {
          "name": "detach",
          "async": true,
          "params": [
            "leftId: string",
            "rightId: string",
            "opts?: JunctionFilterOptions"
          ],
          "returns": "Promise<void>"
        },
        {
          "name": "setLinks",
          "async": true,
          "params": [
            "leftId: string",
            "rightIds: string[]",
            "opts?: JunctionAttachOptions"
          ],
          "returns": "Promise<void>"
        }
      ],
      "surfaces": [],
      "withheldSurfaces": [
        {
          "kind": "api",
          "operation": "attach",
          "code": "api-disabled",
          "reason": "api is disabled",
          "objectName": "@happyvertical/smrt-video:SceneOwnedAssetCollection"
        },
        {
          "kind": "api",
          "operation": "byLeft",
          "code": "api-disabled",
          "reason": "api is disabled",
          "objectName": "@happyvertical/smrt-video:SceneOwnedAssetCollection"
        },
        {
          "kind": "api",
          "operation": "byRight",
          "code": "api-disabled",
          "reason": "api is disabled",
          "objectName": "@happyvertical/smrt-video:SceneOwnedAssetCollection"
        },
        {
          "kind": "api",
          "operation": "detach",
          "code": "api-disabled",
          "reason": "api is disabled",
          "objectName": "@happyvertical/smrt-video:SceneOwnedAssetCollection"
        },
        {
          "kind": "api",
          "operation": "setLinks",
          "code": "api-disabled",
          "reason": "api is disabled",
          "objectName": "@happyvertical/smrt-video:SceneOwnedAssetCollection"
        }
      ],
      "relationshipFeatures": [
        "SmrtJunction",
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "SceneOwnedAsset",
      "qualifiedName": "@happyvertical/smrt-video:SceneOwnedAsset",
      "collection": "sceneownedassets",
      "tableName": "scene_assets",
      "packageName": "@happyvertical/smrt-video",
      "extends": "SmrtObject",
      "fields": [
        {
          "name": "tenantId",
          "type": "text",
          "required": false,
          "columnType": "UUID"
        },
        {
          "name": "sceneId",
          "type": "foreignKey",
          "required": true,
          "related": "Scene",
          "columnType": "UUID"
        },
        {
          "name": "assetId",
          "type": "crossPackageRef",
          "required": true,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        },
        {
          "name": "role",
          "type": "text",
          "required": true,
          "columnType": "TEXT",
          "default": "source"
        },
        {
          "name": "sortOrder",
          "type": "integer",
          "required": true,
          "columnType": "INTEGER",
          "default": 0
        }
      ],
      "relationships": [
        {
          "name": "sceneId",
          "type": "foreignKey",
          "required": true,
          "related": "Scene",
          "columnType": "UUID"
        },
        {
          "name": "assetId",
          "type": "crossPackageRef",
          "required": true,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        }
      ],
      "methods": [],
      "tenant": {
        "scoped": true,
        "mode": "optional",
        "field": "tenantId"
      },
      "conflictColumns": [
        "scene_id",
        "asset_id",
        "role"
      ],
      "surfaces": [],
      "relationshipFeatures": [
        "crossPackageRef",
        "foreignKey",
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "Scene",
      "qualifiedName": "@happyvertical/smrt-video:Scene",
      "collection": "scenes",
      "tableName": "scenes",
      "packageName": "@happyvertical/smrt-video",
      "extends": "SmrtObject",
      "fields": [
        {
          "name": "created_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updated_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "tenantId",
          "type": "text",
          "required": false,
          "columnType": "UUID"
        },
        {
          "name": "name",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": ""
        },
        {
          "name": "description",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "sourceAssetId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        },
        {
          "name": "sourceType",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "image"
        },
        {
          "name": "projection",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "viewpoints",
          "type": "json",
          "required": false,
          "columnType": "JSON",
          "default": []
        },
        {
          "name": "lightingProfile",
          "type": "json",
          "required": false,
          "columnType": "JSON"
        },
        {
          "name": "location",
          "type": "json",
          "required": false,
          "columnType": "JSON",
          "default": {}
        },
        {
          "name": "anchorPoints",
          "type": "json",
          "required": false,
          "columnType": "JSON",
          "default": []
        },
        {
          "name": "status",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "pending"
        }
      ],
      "relationships": [
        {
          "name": "sourceAssetId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        }
      ],
      "methods": [
        "addAsset",
        "getAssetByRole",
        "getAssets",
        "removeAsset"
      ],
      "methodSignatures": [
        {
          "name": "addAsset",
          "async": true,
          "params": [
            "asset: Asset",
            "role?: SceneAssetRole",
            "sortOrder?: any"
          ],
          "returns": "Promise<void>"
        },
        {
          "name": "getAssetByRole",
          "async": true,
          "params": [
            "role: SceneAssetRole"
          ],
          "returns": "Promise<Asset | null>"
        },
        {
          "name": "getAssets",
          "async": true,
          "params": [
            "role?: SceneAssetRole"
          ],
          "returns": "Promise<Asset[]>"
        },
        {
          "name": "removeAsset",
          "async": true,
          "params": [
            "assetId: string",
            "role?: SceneAssetRole"
          ],
          "returns": "Promise<void>"
        }
      ],
      "tenant": {
        "scoped": true,
        "mode": "optional",
        "field": "tenantId"
      },
      "tableStrategy": "sti",
      "conflictColumns": [
        "tenant_id",
        "slug",
        "context",
        "_meta_type"
      ],
      "surfaces": [
        {
          "kind": "api",
          "name": "scenes.list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:Scene",
          "path": "/scenes",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "scenes.get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:Scene",
          "path": "/scenes/[id]",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "scenes.create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:Scene",
          "path": "/scenes",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "scenes.update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:Scene",
          "path": "/scenes/[id]",
          "method": "PATCH"
        },
        {
          "kind": "api",
          "name": "scenes.delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:Scene",
          "path": "/scenes/[id]",
          "method": "DELETE"
        },
        {
          "kind": "cli",
          "name": "scene_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:Scene"
        },
        {
          "kind": "cli",
          "name": "scene_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:Scene"
        },
        {
          "kind": "cli",
          "name": "scene_create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:Scene"
        },
        {
          "kind": "cli",
          "name": "scene_update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:Scene"
        },
        {
          "kind": "cli",
          "name": "scene_delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:Scene"
        },
        {
          "kind": "cli",
          "name": "scene_getAssets",
          "operation": "getAssets",
          "objectName": "@happyvertical/smrt-video:Scene"
        },
        {
          "kind": "cli",
          "name": "scene_getAssetByRole",
          "operation": "getAssetByRole",
          "objectName": "@happyvertical/smrt-video:Scene"
        },
        {
          "kind": "cli",
          "name": "scene_addAsset",
          "operation": "addAsset",
          "objectName": "@happyvertical/smrt-video:Scene"
        },
        {
          "kind": "cli",
          "name": "scene_removeAsset",
          "operation": "removeAsset",
          "objectName": "@happyvertical/smrt-video:Scene"
        },
        {
          "kind": "mcp",
          "name": "scene_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:Scene"
        },
        {
          "kind": "mcp",
          "name": "scene_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:Scene"
        }
      ],
      "withheldSurfaces": [
        {
          "kind": "api",
          "operation": "addAsset",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:Scene"
        },
        {
          "kind": "api",
          "operation": "getAssetByRole",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:Scene"
        },
        {
          "kind": "api",
          "operation": "getAssets",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:Scene"
        },
        {
          "kind": "api",
          "operation": "removeAsset",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:Scene"
        }
      ],
      "relationshipFeatures": [
        "crossPackageRef",
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "VideoCompositionAsset",
      "qualifiedName": "@happyvertical/smrt-video:VideoCompositionAsset",
      "collection": "assets",
      "tableName": "assets",
      "packageName": "@happyvertical/smrt-video",
      "extends": "Asset",
      "fields": [
        {
          "name": "created_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updated_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "tenantId",
          "type": "text",
          "required": false,
          "columnType": "UUID"
        },
        {
          "name": "name",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "sourceUri",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "mimeType",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "description",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "metadata",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "version",
          "type": "integer",
          "required": true,
          "columnType": "INTEGER",
          "default": 1
        },
        {
          "name": "primaryVersionId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "typeSlug",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "statusSlug",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "ownerProfileId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-profiles:Profile",
          "columnType": "UUID"
        },
        {
          "name": "sourceAssetId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "folderId",
          "type": "foreignKey",
          "required": false,
          "related": "Folder",
          "columnType": "UUID"
        },
        {
          "name": "sourceType",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "externalId",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "externalRefs",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "createdAt",
          "type": "text",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updatedAt",
          "type": "text",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "videoCompositionId",
          "type": "foreignKey",
          "required": false,
          "related": "VideoComposition",
          "columnType": "UUID"
        },
        {
          "name": "role",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "video"
        }
      ],
      "relationships": [
        {
          "name": "primaryVersionId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "ownerProfileId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-profiles:Profile",
          "columnType": "UUID"
        },
        {
          "name": "sourceAssetId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "folderId",
          "type": "foreignKey",
          "required": false,
          "related": "Folder",
          "columnType": "UUID"
        },
        {
          "name": "videoCompositionId",
          "type": "foreignKey",
          "required": false,
          "related": "VideoComposition",
          "columnType": "UUID"
        }
      ],
      "methods": [
        "associateWith",
        "getAssociations",
        "getBySlug",
        "getDerivatives",
        "getExternalRef",
        "getExternalRefs",
        "getMetadata",
        "getSource",
        "getStatus",
        "getTags",
        "getType",
        "hasTag",
        "mergeMetadata",
        "setExternalRef",
        "setMetadata"
      ],
      "methodSignatures": [
        {
          "name": "associateWith",
          "async": true,
          "params": [
            "metaType: string",
            "metaId: string",
            "role?: any"
          ],
          "returns": "Promise<AssetAssociation>"
        },
        {
          "name": "getAssociations",
          "async": true,
          "returns": "Promise<AssetAssociation[]>"
        },
        {
          "name": "getBySlug",
          "async": true,
          "static": true,
          "params": [
            "_slug: string"
          ],
          "returns": "Promise<Asset | null>"
        },
        {
          "name": "getDerivatives",
          "async": true,
          "returns": "Promise<Asset[]>"
        },
        {
          "name": "getExternalRef",
          "params": [
            "provider: string"
          ],
          "returns": "AssetExternalReference | null"
        },
        {
          "name": "getExternalRefs",
          "returns": "Record<string, AssetExternalReference>"
        },
        {
          "name": "getMetadata",
          "returns": "Record<string, unknown>"
        },
        {
          "name": "getSource",
          "async": true,
          "returns": "Promise<Asset | null>"
        },
        {
          "name": "getStatus",
          "async": true,
          "returns": "Promise<AssetStatus | null>"
        },
        {
          "name": "getTags",
          "async": true,
          "returns": "Promise<Tag[]>"
        },
        {
          "name": "getType",
          "async": true,
          "returns": "Promise<AssetType | null>"
        },
        {
          "name": "hasTag",
          "async": true,
          "params": [
            "tagSlug: string"
          ],
          "returns": "Promise<boolean>"
        },
        {
          "name": "mergeMetadata",
          "params": [
            "metadata: Record<string, unknown>"
          ],
          "returns": "void"
        },
        {
          "name": "setExternalRef",
          "params": [
            "provider: string",
            "reference: any"
          ],
          "returns": "void"
        },
        {
          "name": "setMetadata",
          "params": [
            "metadata: Record<string, unknown>"
          ],
          "returns": "void"
        }
      ],
      "tableStrategy": "sti",
      "surfaces": [
        {
          "kind": "api",
          "name": "assets.list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset",
          "path": "/assets",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "assets.get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset",
          "path": "/assets/[id]",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "assets.create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset",
          "path": "/assets",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "assets.update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset",
          "path": "/assets/[id]",
          "method": "PATCH"
        },
        {
          "kind": "api",
          "name": "assets.delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset",
          "path": "/assets/[id]",
          "method": "DELETE"
        },
        {
          "kind": "cli",
          "name": "videocompositionasset_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "cli",
          "name": "videocompositionasset_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "cli",
          "name": "videocompositionasset_create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "cli",
          "name": "videocompositionasset_update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "cli",
          "name": "videocompositionasset_delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "cli",
          "name": "videocompositionasset_getMetadata",
          "operation": "getMetadata",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "cli",
          "name": "videocompositionasset_setMetadata",
          "operation": "setMetadata",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "cli",
          "name": "videocompositionasset_mergeMetadata",
          "operation": "mergeMetadata",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "cli",
          "name": "videocompositionasset_getExternalRefs",
          "operation": "getExternalRefs",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "cli",
          "name": "videocompositionasset_getExternalRef",
          "operation": "getExternalRef",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "cli",
          "name": "videocompositionasset_setExternalRef",
          "operation": "setExternalRef",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "cli",
          "name": "videocompositionasset_getTags",
          "operation": "getTags",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "cli",
          "name": "videocompositionasset_hasTag",
          "operation": "hasTag",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "cli",
          "name": "videocompositionasset_getSource",
          "operation": "getSource",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "cli",
          "name": "videocompositionasset_getDerivatives",
          "operation": "getDerivatives",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "cli",
          "name": "videocompositionasset_getType",
          "operation": "getType",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "cli",
          "name": "videocompositionasset_getStatus",
          "operation": "getStatus",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "cli",
          "name": "videocompositionasset_getAssociations",
          "operation": "getAssociations",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "cli",
          "name": "videocompositionasset_associateWith",
          "operation": "associateWith",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "cli",
          "name": "videocompositionasset_getBySlug",
          "operation": "getBySlug",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "mcp",
          "name": "videocompositionasset_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "mcp",
          "name": "videocompositionasset_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        }
      ],
      "withheldSurfaces": [
        {
          "kind": "api",
          "operation": "associateWith",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "api",
          "operation": "getAssociations",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "api",
          "operation": "getBySlug",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "api",
          "operation": "getDerivatives",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "api",
          "operation": "getExternalRef",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "api",
          "operation": "getExternalRefs",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "api",
          "operation": "getMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "api",
          "operation": "getSource",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "api",
          "operation": "getStatus",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "api",
          "operation": "getTags",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "api",
          "operation": "getType",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "api",
          "operation": "hasTag",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "api",
          "operation": "mergeMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "api",
          "operation": "setExternalRef",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        },
        {
          "kind": "api",
          "operation": "setMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
        }
      ],
      "relationshipFeatures": [
        "crossPackageRef",
        "foreignKey",
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "VideoComposition",
      "qualifiedName": "@happyvertical/smrt-video:VideoComposition",
      "collection": "contents",
      "tableName": "contents",
      "packageName": "@happyvertical/smrt-video",
      "extends": "Content",
      "fields": [
        {
          "name": "created_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updated_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "tenantId",
          "type": "text",
          "required": false,
          "columnType": "UUID"
        },
        {
          "name": "type",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "variant",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "fileKey",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "author",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "name",
          "type": "text",
          "required": true,
          "columnType": "TEXT",
          "default": ""
        },
        {
          "name": "title",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "description",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "body",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "bodyFormat",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "publish_date",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "url",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "source",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "original_url",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "language",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "tags",
          "type": "json",
          "required": false,
          "columnType": "JSON",
          "default": []
        },
        {
          "name": "category",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "status",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "draft"
        },
        {
          "name": "state",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "active"
        },
        {
          "name": "metadata",
          "type": "json",
          "required": false,
          "columnType": "JSON",
          "default": {}
        },
        {
          "name": "thumbnailAssetId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        },
        {
          "name": "fps",
          "type": "integer",
          "required": false,
          "columnType": "INTEGER",
          "default": 30
        },
        {
          "name": "width",
          "type": "integer",
          "required": false,
          "columnType": "INTEGER",
          "default": 1920
        },
        {
          "name": "height",
          "type": "integer",
          "required": false,
          "columnType": "INTEGER",
          "default": 1080
        },
        {
          "name": "durationInFrames",
          "type": "integer",
          "required": false,
          "columnType": "INTEGER",
          "default": 0
        },
        {
          "name": "renderStatus",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "draft"
        },
        {
          "name": "renderProgress",
          "type": "integer",
          "required": false,
          "columnType": "INTEGER",
          "default": 0
        }
      ],
      "relationships": [
        {
          "name": "thumbnailAssetId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        }
      ],
      "methods": [
        "addAsset",
        "addFact",
        "addReference",
        "browseFacts",
        "createVersion",
        "evaluateReviewProfile",
        "evaluateReviewProfileAction",
        "generateThumbnail",
        "getAncestorPaths",
        "getAssetByRole",
        "getAssets",
        "getCategorySegments",
        "getCorrections",
        "getFactAuditState",
        "getFactAuditStateAction",
        "getFactLinks",
        "getFacts",
        "getFactsState",
        "getGovernanceState",
        "getGovernanceStateAction",
        "getMetadata",
        "getParentCategory",
        "getPublishedTransparency",
        "getPublishedTransparencyAction",
        "getReferenceDrift",
        "getReferenceEdges",
        "getReferences",
        "getReviewRequirements",
        "getReviews",
        "getRootCategory",
        "getThumbnail",
        "getVersions",
        "initialize",
        "isGoverned",
        "isInCategory",
        "isReadyForReviewProfile",
        "issueCorrection",
        "issueCorrectionAction",
        "listCorrections",
        "listReviewProfilesAction",
        "listReviews",
        "listVersions",
        "loadReferences",
        "mutateVersionAction",
        "previewTransparency",
        "previewTransparencyAction",
        "recheckFactClaims",
        "recheckFactClaimsAction",
        "removeAsset",
        "removeFact",
        "removeReference",
        "repairFactAudit",
        "repairFactAuditAction",
        "repairFactEvidence",
        "repairFactEvidenceAction",
        "resolveGovernance",
        "restoreFromVersion",
        "reviewFacts",
        "reviewSafety",
        "runReview",
        "runReviewAction",
        "save",
        "setMetadata",
        "setThumbnail",
        "syncFacts",
        "syncFactsState",
        "updateFactEvidenceStatus",
        "updateFactEvidenceStatusAction",
        "updateMetadata"
      ],
      "methodSignatures": [
        {
          "name": "addAsset",
          "async": true,
          "params": [
            "asset: Asset",
            "relationship?: any",
            "sortOrder?: any"
          ],
          "returns": "Promise<void>"
        },
        {
          "name": "addFact",
          "async": true,
          "params": [
            "fact: Fact | string",
            "relationship?: FactContentRelationship",
            "metadata?: Record<string, unknown>"
          ],
          "returns": "any"
        },
        {
          "name": "addReference",
          "async": true,
          "params": [
            "content: Content | string",
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "browseFacts",
          "async": true,
          "params": [
            "query?: any",
            "options?: object"
          ],
          "returns": "Promise<Fact[]>"
        },
        {
          "name": "createVersion",
          "async": true,
          "params": [
            "options?: CreateContentVersionOptions"
          ],
          "returns": "any"
        },
        {
          "name": "evaluateReviewProfile",
          "async": true,
          "params": [
            "profileKey: string"
          ],
          "returns": "Promise<ContentReviewProfileEvaluation>"
        },
        {
          "name": "evaluateReviewProfileAction",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "generateThumbnail",
          "async": true,
          "params": [
            "options: ThumbnailOptions"
          ],
          "returns": "Promise<Image>"
        },
        {
          "name": "getAncestorPaths",
          "returns": "string[]"
        },
        {
          "name": "getAssetByRole",
          "async": true,
          "params": [
            "role: VideoCompositionAssetRole"
          ],
          "returns": "Promise<Asset | null>"
        },
        {
          "name": "getAssets",
          "async": true,
          "params": [
            "relationship?: string"
          ],
          "returns": "Promise<Asset[]>"
        },
        {
          "name": "getCategorySegments",
          "returns": "string[]"
        },
        {
          "name": "getCorrections",
          "async": true,
          "returns": "any"
        },
        {
          "name": "getFactAuditState",
          "async": true,
          "returns": "Promise<FactAuditState>"
        },
        {
          "name": "getFactAuditStateAction",
          "async": true,
          "returns": "any"
        },
        {
          "name": "getFactLinks",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "getFacts",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "Promise<Fact[]>"
        },
        {
          "name": "getFactsState",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "getGovernanceState",
          "async": true,
          "returns": "Promise<ContentGovernanceState>"
        },
        {
          "name": "getGovernanceStateAction",
          "async": true,
          "returns": "any"
        },
        {
          "name": "getMetadata",
          "returns": "Record<string, unknown>"
        },
        {
          "name": "getParentCategory",
          "returns": "string | null"
        },
        {
          "name": "getPublishedTransparency",
          "async": true,
          "returns": "any"
        },
        {
          "name": "getPublishedTransparencyAction",
          "async": true,
          "returns": "any"
        },
        {
          "name": "getReferenceDrift",
          "async": true,
          "returns": "Promise<Array<object>>"
        },
        {
          "name": "getReferenceEdges",
          "async": true,
          "returns": "Promise<Array<object>>"
        },
        {
          "name": "getReferences",
          "async": true,
          "returns": "any"
        },
        {
          "name": "getReviewRequirements",
          "async": true,
          "params": [
            "profileKey: string",
            "governance?: ResolvedContentGovernance"
          ],
          "returns": "any"
        },
        {
          "name": "getReviews",
          "async": true,
          "params": [
            "kind?: any"
          ],
          "returns": "any"
        },
        {
          "name": "getRootCategory",
          "returns": "string | null"
        },
        {
          "name": "getThumbnail",
          "async": true,
          "returns": "Promise<Image | null>"
        },
        {
          "name": "getVersions",
          "async": true,
          "returns": "any"
        },
        {
          "name": "initialize",
          "async": true,
          "returns": "Promise<this>"
        },
        {
          "name": "isGoverned",
          "returns": "boolean"
        },
        {
          "name": "isInCategory",
          "params": [
            "categoryPath: string",
            "includeChildren?: any"
          ],
          "returns": "boolean"
        },
        {
          "name": "isReadyForReviewProfile",
          "async": true,
          "params": [
            "profileKey: string"
          ],
          "returns": "Promise<boolean>"
        },
        {
          "name": "issueCorrection",
          "async": true,
          "params": [
            "options: IssueContentCorrectionOptions"
          ],
          "returns": "any"
        },
        {
          "name": "issueCorrectionAction",
          "async": true,
          "params": [
            "options: IssueContentCorrectionOptions"
          ],
          "returns": "any"
        },
        {
          "name": "listCorrections",
          "async": true,
          "returns": "any"
        },
        {
          "name": "listReviewProfilesAction",
          "async": true,
          "returns": "any"
        },
        {
          "name": "listReviews",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "listVersions",
          "async": true,
          "returns": "any"
        },
        {
          "name": "loadReferences",
          "async": true,
          "returns": "any"
        },
        {
          "name": "mutateVersionAction",
          "async": true,
          "params": [
            "options?: any"
          ],
          "returns": "any"
        },
        {
          "name": "previewTransparency",
          "async": true,
          "returns": "any"
        },
        {
          "name": "previewTransparencyAction",
          "async": true,
          "returns": "any"
        },
        {
          "name": "recheckFactClaims",
          "async": true,
          "params": [
            "options?: FactAuditClaimRecheckOptions"
          ],
          "returns": "any"
        },
        {
          "name": "recheckFactClaimsAction",
          "async": true,
          "params": [
            "options?: FactAuditClaimRecheckOptions"
          ],
          "returns": "any"
        },
        {
          "name": "removeAsset",
          "async": true,
          "params": [
            "assetId: string",
            "relationship?: string"
          ],
          "returns": "Promise<void>"
        },
        {
          "name": "removeFact",
          "async": true,
          "params": [
            "factId: string",
            "relationship?: FactContentRelationship"
          ],
          "returns": "Promise<void>"
        },
        {
          "name": "removeReference",
          "async": true,
          "params": [
            "targetId: string"
          ],
          "returns": "any"
        },
        {
          "name": "repairFactAudit",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "repairFactAuditAction",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "repairFactEvidence",
          "async": true,
          "params": [
            "options?: FactAuditResourceRepairOptions"
          ],
          "returns": "any"
        },
        {
          "name": "repairFactEvidenceAction",
          "async": true,
          "params": [
            "options?: FactAuditResourceRepairOptions"
          ],
          "returns": "any"
        },
        {
          "name": "resolveGovernance",
          "async": true,
          "returns": "Promise<ResolvedContentGovernance>"
        },
        {
          "name": "restoreFromVersion",
          "async": true,
          "params": [
            "versionNumber: number"
          ],
          "returns": "any"
        },
        {
          "name": "reviewFacts",
          "async": true,
          "params": [
            "options?: Omit<RunContentReviewOptions, 'kind'>"
          ],
          "returns": "any"
        },
        {
          "name": "reviewSafety",
          "async": true,
          "params": [
            "options?: Omit<RunContentReviewOptions, 'kind'>"
          ],
          "returns": "any"
        },
        {
          "name": "runReview",
          "async": true,
          "params": [
            "options?: RunContentReviewOptions"
          ],
          "returns": "any"
        },
        {
          "name": "runReviewAction",
          "async": true,
          "params": [
            "options?: RunContentReviewOptions"
          ],
          "returns": "any"
        },
        {
          "name": "save",
          "async": true,
          "params": [
            "options?: SmrtSaveOptions"
          ],
          "returns": "any"
        },
        {
          "name": "setMetadata",
          "params": [
            "metadata: Record<string, unknown> | null | undefined"
          ],
          "returns": "void"
        },
        {
          "name": "setThumbnail",
          "async": true,
          "params": [
            "image: Image"
          ],
          "returns": "Promise<void>"
        },
        {
          "name": "syncFacts",
          "async": true,
          "params": [
            "factIds: string[]",
            "relationship?: FactContentRelationship"
          ],
          "returns": "Promise<object>"
        },
        {
          "name": "syncFactsState",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "updateFactEvidenceStatus",
          "async": true,
          "params": [
            "options?: FactEvidenceStatusUpdateOptions"
          ],
          "returns": "any"
        },
        {
          "name": "updateFactEvidenceStatusAction",
          "async": true,
          "params": [
            "options?: FactEvidenceStatusUpdateOptions"
          ],
          "returns": "any"
        },
        {
          "name": "updateMetadata",
          "params": [
            "patch: Partial<Record<string, unknown>>"
          ],
          "returns": "Record<string, unknown>"
        }
      ],
      "tenant": {
        "scoped": true,
        "mode": "optional",
        "field": "tenantId"
      },
      "tableStrategy": "sti",
      "surfaces": [
        {
          "kind": "api",
          "name": "contents.list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoComposition",
          "path": "/contents",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "contents.get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoComposition",
          "path": "/contents/[id]",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "contents.create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:VideoComposition",
          "path": "/contents",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "contents.update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:VideoComposition",
          "path": "/contents/[id]",
          "method": "PATCH"
        },
        {
          "kind": "api",
          "name": "contents.delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:VideoComposition",
          "path": "/contents/[id]",
          "method": "DELETE"
        },
        {
          "kind": "cli",
          "name": "videocomposition_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_resolveGovernance",
          "operation": "resolveGovernance",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_loadReferences",
          "operation": "loadReferences",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_addReference",
          "operation": "addReference",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_removeReference",
          "operation": "removeReference",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getReferences",
          "operation": "getReferences",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getReferenceEdges",
          "operation": "getReferenceEdges",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getReferenceDrift",
          "operation": "getReferenceDrift",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_isGoverned",
          "operation": "isGoverned",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getFactLinks",
          "operation": "getFactLinks",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getFacts",
          "operation": "getFacts",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_addFact",
          "operation": "addFact",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_removeFact",
          "operation": "removeFact",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_syncFacts",
          "operation": "syncFacts",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_browseFacts",
          "operation": "browseFacts",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_repairFactAudit",
          "operation": "repairFactAudit",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_repairFactAuditAction",
          "operation": "repairFactAuditAction",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_repairFactEvidence",
          "operation": "repairFactEvidence",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_repairFactEvidenceAction",
          "operation": "repairFactEvidenceAction",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_recheckFactClaims",
          "operation": "recheckFactClaims",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_recheckFactClaimsAction",
          "operation": "recheckFactClaimsAction",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_updateFactEvidenceStatus",
          "operation": "updateFactEvidenceStatus",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_updateFactEvidenceStatusAction",
          "operation": "updateFactEvidenceStatusAction",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getFactAuditState",
          "operation": "getFactAuditState",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getFactAuditStateAction",
          "operation": "getFactAuditStateAction",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getFactsState",
          "operation": "getFactsState",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_syncFactsState",
          "operation": "syncFactsState",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_createVersion",
          "operation": "createVersion",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getVersions",
          "operation": "getVersions",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_restoreFromVersion",
          "operation": "restoreFromVersion",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getReviews",
          "operation": "getReviews",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_listReviews",
          "operation": "listReviews",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getReviewRequirements",
          "operation": "getReviewRequirements",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getGovernanceState",
          "operation": "getGovernanceState",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getGovernanceStateAction",
          "operation": "getGovernanceStateAction",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_listReviewProfilesAction",
          "operation": "listReviewProfilesAction",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_evaluateReviewProfile",
          "operation": "evaluateReviewProfile",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_evaluateReviewProfileAction",
          "operation": "evaluateReviewProfileAction",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_isReadyForReviewProfile",
          "operation": "isReadyForReviewProfile",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getPublishedTransparency",
          "operation": "getPublishedTransparency",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getPublishedTransparencyAction",
          "operation": "getPublishedTransparencyAction",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_previewTransparency",
          "operation": "previewTransparency",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_previewTransparencyAction",
          "operation": "previewTransparencyAction",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_runReview",
          "operation": "runReview",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_runReviewAction",
          "operation": "runReviewAction",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_reviewFacts",
          "operation": "reviewFacts",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_reviewSafety",
          "operation": "reviewSafety",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getCorrections",
          "operation": "getCorrections",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_listCorrections",
          "operation": "listCorrections",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_issueCorrection",
          "operation": "issueCorrection",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_issueCorrectionAction",
          "operation": "issueCorrectionAction",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_listVersions",
          "operation": "listVersions",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_mutateVersionAction",
          "operation": "mutateVersionAction",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getCategorySegments",
          "operation": "getCategorySegments",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getParentCategory",
          "operation": "getParentCategory",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getRootCategory",
          "operation": "getRootCategory",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getAncestorPaths",
          "operation": "getAncestorPaths",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_isInCategory",
          "operation": "isInCategory",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getAssets",
          "operation": "getAssets",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_addAsset",
          "operation": "addAsset",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_removeAsset",
          "operation": "removeAsset",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getMetadata",
          "operation": "getMetadata",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_setMetadata",
          "operation": "setMetadata",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_updateMetadata",
          "operation": "updateMetadata",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getThumbnail",
          "operation": "getThumbnail",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_setThumbnail",
          "operation": "setThumbnail",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_generateThumbnail",
          "operation": "generateThumbnail",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "cli",
          "name": "videocomposition_getAssetByRole",
          "operation": "getAssetByRole",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "mcp",
          "name": "videocomposition_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "mcp",
          "name": "videocomposition_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        }
      ],
      "withheldSurfaces": [
        {
          "kind": "api",
          "operation": "addAsset",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "addFact",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "addReference",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "browseFacts",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "createVersion",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "evaluateReviewProfile",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "evaluateReviewProfileAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "generateThumbnail",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getAncestorPaths",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getAssetByRole",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getAssets",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getCategorySegments",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getCorrections",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getFactAuditState",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getFactAuditStateAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getFactLinks",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getFacts",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getFactsState",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getGovernanceState",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getGovernanceStateAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getParentCategory",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getPublishedTransparency",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getPublishedTransparencyAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getReferenceDrift",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getReferenceEdges",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getReferences",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getReviewRequirements",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getReviews",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getRootCategory",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getThumbnail",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "getVersions",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "initialize",
          "code": "lifecycle-method",
          "reason": "`initialize` is a framework lifecycle method, not a distinct operation",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "isGoverned",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "isInCategory",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "isReadyForReviewProfile",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "issueCorrection",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "issueCorrectionAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "listCorrections",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "listReviewProfilesAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "listReviews",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "listVersions",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "loadReferences",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "mutateVersionAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "previewTransparency",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "previewTransparencyAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "recheckFactClaims",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "recheckFactClaimsAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "removeAsset",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "removeFact",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "removeReference",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "repairFactAudit",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "repairFactAuditAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "repairFactEvidence",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "repairFactEvidenceAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "resolveGovernance",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "restoreFromVersion",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "reviewFacts",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "reviewSafety",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "runReview",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "runReviewAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "save",
          "code": "lifecycle-method",
          "reason": "`save` is a framework lifecycle method, not a distinct operation",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "setMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "setThumbnail",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "syncFacts",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "syncFactsState",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "updateFactEvidenceStatus",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "updateFactEvidenceStatusAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        },
        {
          "kind": "api",
          "operation": "updateMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoComposition"
        }
      ],
      "relationshipFeatures": [
        "crossPackageRef",
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "VideoCompositionCollection",
      "qualifiedName": "@happyvertical/smrt-video:VideoCompositionCollection",
      "collection": "contents",
      "tableName": "contents",
      "packageName": "@happyvertical/smrt-video",
      "extends": "SmrtCollection",
      "fields": [],
      "relationships": [],
      "methods": [
        "findByRenderStatus",
        "findReady"
      ],
      "methodSignatures": [
        {
          "name": "findByRenderStatus",
          "async": true,
          "params": [
            "renderStatus: RenderStatus"
          ],
          "returns": "Promise<VideoComposition[]>"
        },
        {
          "name": "findReady",
          "async": true,
          "returns": "Promise<VideoComposition[]>"
        }
      ],
      "surfaces": [
        {
          "kind": "api",
          "name": "contents.findByRenderStatus",
          "operation": "findByRenderStatus",
          "objectName": "@happyvertical/smrt-video:VideoCompositionCollection",
          "path": "/contents/findByRenderStatus",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "contents.findReady",
          "operation": "findReady",
          "objectName": "@happyvertical/smrt-video:VideoCompositionCollection",
          "path": "/contents/findReady",
          "method": "POST"
        },
        {
          "kind": "cli",
          "name": "videocompositioncollection_findByRenderStatus",
          "operation": "findByRenderStatus",
          "objectName": "@happyvertical/smrt-video:VideoCompositionCollection"
        },
        {
          "kind": "cli",
          "name": "videocompositioncollection_findReady",
          "operation": "findReady",
          "objectName": "@happyvertical/smrt-video:VideoCompositionCollection"
        },
        {
          "kind": "mcp",
          "name": "videocompositioncollection_findbyrenderstatus",
          "operation": "findByRenderStatus",
          "objectName": "@happyvertical/smrt-video:VideoCompositionCollection"
        },
        {
          "kind": "mcp",
          "name": "videocompositioncollection_findready",
          "operation": "findReady",
          "objectName": "@happyvertical/smrt-video:VideoCompositionCollection"
        }
      ],
      "relationshipFeatures": [
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "VideoSequenceAsset",
      "qualifiedName": "@happyvertical/smrt-video:VideoSequenceAsset",
      "collection": "assets",
      "tableName": "assets",
      "packageName": "@happyvertical/smrt-video",
      "extends": "Asset",
      "fields": [
        {
          "name": "created_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updated_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "tenantId",
          "type": "text",
          "required": false,
          "columnType": "UUID"
        },
        {
          "name": "name",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "sourceUri",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "mimeType",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "description",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "metadata",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "version",
          "type": "integer",
          "required": true,
          "columnType": "INTEGER",
          "default": 1
        },
        {
          "name": "primaryVersionId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "typeSlug",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "statusSlug",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "ownerProfileId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-profiles:Profile",
          "columnType": "UUID"
        },
        {
          "name": "sourceAssetId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "folderId",
          "type": "foreignKey",
          "required": false,
          "related": "Folder",
          "columnType": "UUID"
        },
        {
          "name": "sourceType",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "externalId",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "externalRefs",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "createdAt",
          "type": "text",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updatedAt",
          "type": "text",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "videoSequenceId",
          "type": "foreignKey",
          "required": false,
          "related": "VideoSequence",
          "columnType": "UUID"
        },
        {
          "name": "role",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "video"
        }
      ],
      "relationships": [
        {
          "name": "primaryVersionId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "ownerProfileId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-profiles:Profile",
          "columnType": "UUID"
        },
        {
          "name": "sourceAssetId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "folderId",
          "type": "foreignKey",
          "required": false,
          "related": "Folder",
          "columnType": "UUID"
        },
        {
          "name": "videoSequenceId",
          "type": "foreignKey",
          "required": false,
          "related": "VideoSequence",
          "columnType": "UUID"
        }
      ],
      "methods": [
        "associateWith",
        "getAssociations",
        "getBySlug",
        "getDerivatives",
        "getExternalRef",
        "getExternalRefs",
        "getMetadata",
        "getSource",
        "getStatus",
        "getTags",
        "getType",
        "hasTag",
        "mergeMetadata",
        "setExternalRef",
        "setMetadata"
      ],
      "methodSignatures": [
        {
          "name": "associateWith",
          "async": true,
          "params": [
            "metaType: string",
            "metaId: string",
            "role?: any"
          ],
          "returns": "Promise<AssetAssociation>"
        },
        {
          "name": "getAssociations",
          "async": true,
          "returns": "Promise<AssetAssociation[]>"
        },
        {
          "name": "getBySlug",
          "async": true,
          "static": true,
          "params": [
            "_slug: string"
          ],
          "returns": "Promise<Asset | null>"
        },
        {
          "name": "getDerivatives",
          "async": true,
          "returns": "Promise<Asset[]>"
        },
        {
          "name": "getExternalRef",
          "params": [
            "provider: string"
          ],
          "returns": "AssetExternalReference | null"
        },
        {
          "name": "getExternalRefs",
          "returns": "Record<string, AssetExternalReference>"
        },
        {
          "name": "getMetadata",
          "returns": "Record<string, unknown>"
        },
        {
          "name": "getSource",
          "async": true,
          "returns": "Promise<Asset | null>"
        },
        {
          "name": "getStatus",
          "async": true,
          "returns": "Promise<AssetStatus | null>"
        },
        {
          "name": "getTags",
          "async": true,
          "returns": "Promise<Tag[]>"
        },
        {
          "name": "getType",
          "async": true,
          "returns": "Promise<AssetType | null>"
        },
        {
          "name": "hasTag",
          "async": true,
          "params": [
            "tagSlug: string"
          ],
          "returns": "Promise<boolean>"
        },
        {
          "name": "mergeMetadata",
          "params": [
            "metadata: Record<string, unknown>"
          ],
          "returns": "void"
        },
        {
          "name": "setExternalRef",
          "params": [
            "provider: string",
            "reference: any"
          ],
          "returns": "void"
        },
        {
          "name": "setMetadata",
          "params": [
            "metadata: Record<string, unknown>"
          ],
          "returns": "void"
        }
      ],
      "tableStrategy": "sti",
      "surfaces": [
        {
          "kind": "api",
          "name": "assets.list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset",
          "path": "/assets",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "assets.get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset",
          "path": "/assets/[id]",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "assets.create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset",
          "path": "/assets",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "assets.update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset",
          "path": "/assets/[id]",
          "method": "PATCH"
        },
        {
          "kind": "api",
          "name": "assets.delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset",
          "path": "/assets/[id]",
          "method": "DELETE"
        },
        {
          "kind": "cli",
          "name": "videosequenceasset_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "cli",
          "name": "videosequenceasset_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "cli",
          "name": "videosequenceasset_create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "cli",
          "name": "videosequenceasset_update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "cli",
          "name": "videosequenceasset_delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "cli",
          "name": "videosequenceasset_getMetadata",
          "operation": "getMetadata",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "cli",
          "name": "videosequenceasset_setMetadata",
          "operation": "setMetadata",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "cli",
          "name": "videosequenceasset_mergeMetadata",
          "operation": "mergeMetadata",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "cli",
          "name": "videosequenceasset_getExternalRefs",
          "operation": "getExternalRefs",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "cli",
          "name": "videosequenceasset_getExternalRef",
          "operation": "getExternalRef",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "cli",
          "name": "videosequenceasset_setExternalRef",
          "operation": "setExternalRef",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "cli",
          "name": "videosequenceasset_getTags",
          "operation": "getTags",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "cli",
          "name": "videosequenceasset_hasTag",
          "operation": "hasTag",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "cli",
          "name": "videosequenceasset_getSource",
          "operation": "getSource",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "cli",
          "name": "videosequenceasset_getDerivatives",
          "operation": "getDerivatives",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "cli",
          "name": "videosequenceasset_getType",
          "operation": "getType",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "cli",
          "name": "videosequenceasset_getStatus",
          "operation": "getStatus",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "cli",
          "name": "videosequenceasset_getAssociations",
          "operation": "getAssociations",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "cli",
          "name": "videosequenceasset_associateWith",
          "operation": "associateWith",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "cli",
          "name": "videosequenceasset_getBySlug",
          "operation": "getBySlug",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "mcp",
          "name": "videosequenceasset_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "mcp",
          "name": "videosequenceasset_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        }
      ],
      "withheldSurfaces": [
        {
          "kind": "api",
          "operation": "associateWith",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "api",
          "operation": "getAssociations",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "api",
          "operation": "getBySlug",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "api",
          "operation": "getDerivatives",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "api",
          "operation": "getExternalRef",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "api",
          "operation": "getExternalRefs",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "api",
          "operation": "getMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "api",
          "operation": "getSource",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "api",
          "operation": "getStatus",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "api",
          "operation": "getTags",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "api",
          "operation": "getType",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "api",
          "operation": "hasTag",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "api",
          "operation": "mergeMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "api",
          "operation": "setExternalRef",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        },
        {
          "kind": "api",
          "operation": "setMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
        }
      ],
      "relationshipFeatures": [
        "crossPackageRef",
        "foreignKey",
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "VideoSequence",
      "qualifiedName": "@happyvertical/smrt-video:VideoSequence",
      "collection": "contents",
      "tableName": "contents",
      "packageName": "@happyvertical/smrt-video",
      "extends": "Content",
      "fields": [
        {
          "name": "created_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updated_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "tenantId",
          "type": "text",
          "required": false,
          "columnType": "UUID"
        },
        {
          "name": "type",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "variant",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "fileKey",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "author",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "name",
          "type": "text",
          "required": true,
          "columnType": "TEXT",
          "default": ""
        },
        {
          "name": "title",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "description",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "body",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "bodyFormat",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "publish_date",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "url",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "source",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "original_url",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "language",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "tags",
          "type": "json",
          "required": false,
          "columnType": "JSON",
          "default": []
        },
        {
          "name": "category",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "status",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "draft"
        },
        {
          "name": "state",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "active"
        },
        {
          "name": "metadata",
          "type": "json",
          "required": false,
          "columnType": "JSON",
          "default": {}
        },
        {
          "name": "thumbnailAssetId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        },
        {
          "name": "compositionId",
          "type": "foreignKey",
          "required": false,
          "related": "VideoComposition",
          "columnType": "UUID"
        },
        {
          "name": "position",
          "type": "integer",
          "required": false,
          "columnType": "INTEGER",
          "default": 0
        },
        {
          "name": "durationInFrames",
          "type": "integer",
          "required": false,
          "columnType": "INTEGER",
          "default": 0
        },
        {
          "name": "transitionType",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "none"
        },
        {
          "name": "transitionDurationFrames",
          "type": "integer",
          "required": false,
          "columnType": "INTEGER",
          "default": 0
        }
      ],
      "relationships": [
        {
          "name": "thumbnailAssetId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        },
        {
          "name": "compositionId",
          "type": "foreignKey",
          "required": false,
          "related": "VideoComposition",
          "columnType": "UUID"
        }
      ],
      "methods": [
        "addAsset",
        "addFact",
        "addReference",
        "browseFacts",
        "createVersion",
        "evaluateReviewProfile",
        "evaluateReviewProfileAction",
        "generateThumbnail",
        "getAncestorPaths",
        "getAssetByRole",
        "getAssets",
        "getCategorySegments",
        "getCorrections",
        "getFactAuditState",
        "getFactAuditStateAction",
        "getFactLinks",
        "getFacts",
        "getFactsState",
        "getGovernanceState",
        "getGovernanceStateAction",
        "getMetadata",
        "getParentCategory",
        "getPublishedTransparency",
        "getPublishedTransparencyAction",
        "getReferenceDrift",
        "getReferenceEdges",
        "getReferences",
        "getReviewRequirements",
        "getReviews",
        "getRootCategory",
        "getThumbnail",
        "getVersions",
        "initialize",
        "isGoverned",
        "isInCategory",
        "isReadyForReviewProfile",
        "issueCorrection",
        "issueCorrectionAction",
        "listCorrections",
        "listReviewProfilesAction",
        "listReviews",
        "listVersions",
        "loadReferences",
        "mutateVersionAction",
        "previewTransparency",
        "previewTransparencyAction",
        "recheckFactClaims",
        "recheckFactClaimsAction",
        "removeAsset",
        "removeFact",
        "removeReference",
        "repairFactAudit",
        "repairFactAuditAction",
        "repairFactEvidence",
        "repairFactEvidenceAction",
        "resolveGovernance",
        "restoreFromVersion",
        "reviewFacts",
        "reviewSafety",
        "runReview",
        "runReviewAction",
        "save",
        "setMetadata",
        "setThumbnail",
        "syncFacts",
        "syncFactsState",
        "updateFactEvidenceStatus",
        "updateFactEvidenceStatusAction",
        "updateMetadata"
      ],
      "methodSignatures": [
        {
          "name": "addAsset",
          "async": true,
          "params": [
            "asset: Asset",
            "relationship?: any",
            "sortOrder?: any"
          ],
          "returns": "Promise<void>"
        },
        {
          "name": "addFact",
          "async": true,
          "params": [
            "fact: Fact | string",
            "relationship?: FactContentRelationship",
            "metadata?: Record<string, unknown>"
          ],
          "returns": "any"
        },
        {
          "name": "addReference",
          "async": true,
          "params": [
            "content: Content | string",
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "browseFacts",
          "async": true,
          "params": [
            "query?: any",
            "options?: object"
          ],
          "returns": "Promise<Fact[]>"
        },
        {
          "name": "createVersion",
          "async": true,
          "params": [
            "options?: CreateContentVersionOptions"
          ],
          "returns": "any"
        },
        {
          "name": "evaluateReviewProfile",
          "async": true,
          "params": [
            "profileKey: string"
          ],
          "returns": "Promise<ContentReviewProfileEvaluation>"
        },
        {
          "name": "evaluateReviewProfileAction",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "generateThumbnail",
          "async": true,
          "params": [
            "options: ThumbnailOptions"
          ],
          "returns": "Promise<Image>"
        },
        {
          "name": "getAncestorPaths",
          "returns": "string[]"
        },
        {
          "name": "getAssetByRole",
          "async": true,
          "params": [
            "role: VideoSequenceAssetRole"
          ],
          "returns": "Promise<Asset | null>"
        },
        {
          "name": "getAssets",
          "async": true,
          "params": [
            "relationship?: string"
          ],
          "returns": "Promise<Asset[]>"
        },
        {
          "name": "getCategorySegments",
          "returns": "string[]"
        },
        {
          "name": "getCorrections",
          "async": true,
          "returns": "any"
        },
        {
          "name": "getFactAuditState",
          "async": true,
          "returns": "Promise<FactAuditState>"
        },
        {
          "name": "getFactAuditStateAction",
          "async": true,
          "returns": "any"
        },
        {
          "name": "getFactLinks",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "getFacts",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "Promise<Fact[]>"
        },
        {
          "name": "getFactsState",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "getGovernanceState",
          "async": true,
          "returns": "Promise<ContentGovernanceState>"
        },
        {
          "name": "getGovernanceStateAction",
          "async": true,
          "returns": "any"
        },
        {
          "name": "getMetadata",
          "returns": "Record<string, unknown>"
        },
        {
          "name": "getParentCategory",
          "returns": "string | null"
        },
        {
          "name": "getPublishedTransparency",
          "async": true,
          "returns": "any"
        },
        {
          "name": "getPublishedTransparencyAction",
          "async": true,
          "returns": "any"
        },
        {
          "name": "getReferenceDrift",
          "async": true,
          "returns": "Promise<Array<object>>"
        },
        {
          "name": "getReferenceEdges",
          "async": true,
          "returns": "Promise<Array<object>>"
        },
        {
          "name": "getReferences",
          "async": true,
          "returns": "any"
        },
        {
          "name": "getReviewRequirements",
          "async": true,
          "params": [
            "profileKey: string",
            "governance?: ResolvedContentGovernance"
          ],
          "returns": "any"
        },
        {
          "name": "getReviews",
          "async": true,
          "params": [
            "kind?: any"
          ],
          "returns": "any"
        },
        {
          "name": "getRootCategory",
          "returns": "string | null"
        },
        {
          "name": "getThumbnail",
          "async": true,
          "returns": "Promise<Image | null>"
        },
        {
          "name": "getVersions",
          "async": true,
          "returns": "any"
        },
        {
          "name": "initialize",
          "async": true,
          "returns": "Promise<this>"
        },
        {
          "name": "isGoverned",
          "returns": "boolean"
        },
        {
          "name": "isInCategory",
          "params": [
            "categoryPath: string",
            "includeChildren?: any"
          ],
          "returns": "boolean"
        },
        {
          "name": "isReadyForReviewProfile",
          "async": true,
          "params": [
            "profileKey: string"
          ],
          "returns": "Promise<boolean>"
        },
        {
          "name": "issueCorrection",
          "async": true,
          "params": [
            "options: IssueContentCorrectionOptions"
          ],
          "returns": "any"
        },
        {
          "name": "issueCorrectionAction",
          "async": true,
          "params": [
            "options: IssueContentCorrectionOptions"
          ],
          "returns": "any"
        },
        {
          "name": "listCorrections",
          "async": true,
          "returns": "any"
        },
        {
          "name": "listReviewProfilesAction",
          "async": true,
          "returns": "any"
        },
        {
          "name": "listReviews",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "listVersions",
          "async": true,
          "returns": "any"
        },
        {
          "name": "loadReferences",
          "async": true,
          "returns": "any"
        },
        {
          "name": "mutateVersionAction",
          "async": true,
          "params": [
            "options?: any"
          ],
          "returns": "any"
        },
        {
          "name": "previewTransparency",
          "async": true,
          "returns": "any"
        },
        {
          "name": "previewTransparencyAction",
          "async": true,
          "returns": "any"
        },
        {
          "name": "recheckFactClaims",
          "async": true,
          "params": [
            "options?: FactAuditClaimRecheckOptions"
          ],
          "returns": "any"
        },
        {
          "name": "recheckFactClaimsAction",
          "async": true,
          "params": [
            "options?: FactAuditClaimRecheckOptions"
          ],
          "returns": "any"
        },
        {
          "name": "removeAsset",
          "async": true,
          "params": [
            "assetId: string",
            "relationship?: string"
          ],
          "returns": "Promise<void>"
        },
        {
          "name": "removeFact",
          "async": true,
          "params": [
            "factId: string",
            "relationship?: FactContentRelationship"
          ],
          "returns": "Promise<void>"
        },
        {
          "name": "removeReference",
          "async": true,
          "params": [
            "targetId: string"
          ],
          "returns": "any"
        },
        {
          "name": "repairFactAudit",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "repairFactAuditAction",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "repairFactEvidence",
          "async": true,
          "params": [
            "options?: FactAuditResourceRepairOptions"
          ],
          "returns": "any"
        },
        {
          "name": "repairFactEvidenceAction",
          "async": true,
          "params": [
            "options?: FactAuditResourceRepairOptions"
          ],
          "returns": "any"
        },
        {
          "name": "resolveGovernance",
          "async": true,
          "returns": "Promise<ResolvedContentGovernance>"
        },
        {
          "name": "restoreFromVersion",
          "async": true,
          "params": [
            "versionNumber: number"
          ],
          "returns": "any"
        },
        {
          "name": "reviewFacts",
          "async": true,
          "params": [
            "options?: Omit<RunContentReviewOptions, 'kind'>"
          ],
          "returns": "any"
        },
        {
          "name": "reviewSafety",
          "async": true,
          "params": [
            "options?: Omit<RunContentReviewOptions, 'kind'>"
          ],
          "returns": "any"
        },
        {
          "name": "runReview",
          "async": true,
          "params": [
            "options?: RunContentReviewOptions"
          ],
          "returns": "any"
        },
        {
          "name": "runReviewAction",
          "async": true,
          "params": [
            "options?: RunContentReviewOptions"
          ],
          "returns": "any"
        },
        {
          "name": "save",
          "async": true,
          "params": [
            "options?: SmrtSaveOptions"
          ],
          "returns": "any"
        },
        {
          "name": "setMetadata",
          "params": [
            "metadata: Record<string, unknown> | null | undefined"
          ],
          "returns": "void"
        },
        {
          "name": "setThumbnail",
          "async": true,
          "params": [
            "image: Image"
          ],
          "returns": "Promise<void>"
        },
        {
          "name": "syncFacts",
          "async": true,
          "params": [
            "factIds: string[]",
            "relationship?: FactContentRelationship"
          ],
          "returns": "Promise<object>"
        },
        {
          "name": "syncFactsState",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "updateFactEvidenceStatus",
          "async": true,
          "params": [
            "options?: FactEvidenceStatusUpdateOptions"
          ],
          "returns": "any"
        },
        {
          "name": "updateFactEvidenceStatusAction",
          "async": true,
          "params": [
            "options?: FactEvidenceStatusUpdateOptions"
          ],
          "returns": "any"
        },
        {
          "name": "updateMetadata",
          "params": [
            "patch: Partial<Record<string, unknown>>"
          ],
          "returns": "Record<string, unknown>"
        }
      ],
      "tenant": {
        "scoped": true,
        "mode": "optional",
        "field": "tenantId"
      },
      "tableStrategy": "sti",
      "surfaces": [
        {
          "kind": "api",
          "name": "contents.list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoSequence",
          "path": "/contents",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "contents.get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoSequence",
          "path": "/contents/[id]",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "contents.create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:VideoSequence",
          "path": "/contents",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "contents.update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:VideoSequence",
          "path": "/contents/[id]",
          "method": "PATCH"
        },
        {
          "kind": "api",
          "name": "contents.delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:VideoSequence",
          "path": "/contents/[id]",
          "method": "DELETE"
        },
        {
          "kind": "cli",
          "name": "videosequence_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_resolveGovernance",
          "operation": "resolveGovernance",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_loadReferences",
          "operation": "loadReferences",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_addReference",
          "operation": "addReference",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_removeReference",
          "operation": "removeReference",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getReferences",
          "operation": "getReferences",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getReferenceEdges",
          "operation": "getReferenceEdges",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getReferenceDrift",
          "operation": "getReferenceDrift",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_isGoverned",
          "operation": "isGoverned",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getFactLinks",
          "operation": "getFactLinks",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getFacts",
          "operation": "getFacts",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_addFact",
          "operation": "addFact",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_removeFact",
          "operation": "removeFact",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_syncFacts",
          "operation": "syncFacts",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_browseFacts",
          "operation": "browseFacts",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_repairFactAudit",
          "operation": "repairFactAudit",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_repairFactAuditAction",
          "operation": "repairFactAuditAction",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_repairFactEvidence",
          "operation": "repairFactEvidence",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_repairFactEvidenceAction",
          "operation": "repairFactEvidenceAction",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_recheckFactClaims",
          "operation": "recheckFactClaims",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_recheckFactClaimsAction",
          "operation": "recheckFactClaimsAction",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_updateFactEvidenceStatus",
          "operation": "updateFactEvidenceStatus",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_updateFactEvidenceStatusAction",
          "operation": "updateFactEvidenceStatusAction",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getFactAuditState",
          "operation": "getFactAuditState",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getFactAuditStateAction",
          "operation": "getFactAuditStateAction",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getFactsState",
          "operation": "getFactsState",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_syncFactsState",
          "operation": "syncFactsState",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_createVersion",
          "operation": "createVersion",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getVersions",
          "operation": "getVersions",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_restoreFromVersion",
          "operation": "restoreFromVersion",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getReviews",
          "operation": "getReviews",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_listReviews",
          "operation": "listReviews",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getReviewRequirements",
          "operation": "getReviewRequirements",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getGovernanceState",
          "operation": "getGovernanceState",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getGovernanceStateAction",
          "operation": "getGovernanceStateAction",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_listReviewProfilesAction",
          "operation": "listReviewProfilesAction",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_evaluateReviewProfile",
          "operation": "evaluateReviewProfile",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_evaluateReviewProfileAction",
          "operation": "evaluateReviewProfileAction",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_isReadyForReviewProfile",
          "operation": "isReadyForReviewProfile",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getPublishedTransparency",
          "operation": "getPublishedTransparency",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getPublishedTransparencyAction",
          "operation": "getPublishedTransparencyAction",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_previewTransparency",
          "operation": "previewTransparency",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_previewTransparencyAction",
          "operation": "previewTransparencyAction",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_runReview",
          "operation": "runReview",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_runReviewAction",
          "operation": "runReviewAction",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_reviewFacts",
          "operation": "reviewFacts",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_reviewSafety",
          "operation": "reviewSafety",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getCorrections",
          "operation": "getCorrections",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_listCorrections",
          "operation": "listCorrections",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_issueCorrection",
          "operation": "issueCorrection",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_issueCorrectionAction",
          "operation": "issueCorrectionAction",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_listVersions",
          "operation": "listVersions",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_mutateVersionAction",
          "operation": "mutateVersionAction",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getCategorySegments",
          "operation": "getCategorySegments",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getParentCategory",
          "operation": "getParentCategory",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getRootCategory",
          "operation": "getRootCategory",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getAncestorPaths",
          "operation": "getAncestorPaths",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_isInCategory",
          "operation": "isInCategory",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getAssets",
          "operation": "getAssets",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_addAsset",
          "operation": "addAsset",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_removeAsset",
          "operation": "removeAsset",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getMetadata",
          "operation": "getMetadata",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_setMetadata",
          "operation": "setMetadata",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_updateMetadata",
          "operation": "updateMetadata",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getThumbnail",
          "operation": "getThumbnail",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_setThumbnail",
          "operation": "setThumbnail",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_generateThumbnail",
          "operation": "generateThumbnail",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "cli",
          "name": "videosequence_getAssetByRole",
          "operation": "getAssetByRole",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "mcp",
          "name": "videosequence_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "mcp",
          "name": "videosequence_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        }
      ],
      "withheldSurfaces": [
        {
          "kind": "api",
          "operation": "addAsset",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "addFact",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "addReference",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "browseFacts",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "createVersion",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "evaluateReviewProfile",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "evaluateReviewProfileAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "generateThumbnail",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getAncestorPaths",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getAssetByRole",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getAssets",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getCategorySegments",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getCorrections",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getFactAuditState",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getFactAuditStateAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getFactLinks",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getFacts",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getFactsState",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getGovernanceState",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getGovernanceStateAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getParentCategory",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getPublishedTransparency",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getPublishedTransparencyAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getReferenceDrift",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getReferenceEdges",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getReferences",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getReviewRequirements",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getReviews",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getRootCategory",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getThumbnail",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "getVersions",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "initialize",
          "code": "lifecycle-method",
          "reason": "`initialize` is a framework lifecycle method, not a distinct operation",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "isGoverned",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "isInCategory",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "isReadyForReviewProfile",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "issueCorrection",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "issueCorrectionAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "listCorrections",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "listReviewProfilesAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "listReviews",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "listVersions",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "loadReferences",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "mutateVersionAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "previewTransparency",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "previewTransparencyAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "recheckFactClaims",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "recheckFactClaimsAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "removeAsset",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "removeFact",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "removeReference",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "repairFactAudit",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "repairFactAuditAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "repairFactEvidence",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "repairFactEvidenceAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "resolveGovernance",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "restoreFromVersion",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "reviewFacts",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "reviewSafety",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "runReview",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "runReviewAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "save",
          "code": "lifecycle-method",
          "reason": "`save` is a framework lifecycle method, not a distinct operation",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "setMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "setThumbnail",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "syncFacts",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "syncFactsState",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "updateFactEvidenceStatus",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "updateFactEvidenceStatusAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        },
        {
          "kind": "api",
          "operation": "updateMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoSequence"
        }
      ],
      "relationshipFeatures": [
        "crossPackageRef",
        "foreignKey",
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "VideoSequenceCollection",
      "qualifiedName": "@happyvertical/smrt-video:VideoSequenceCollection",
      "collection": "contents",
      "tableName": "contents",
      "packageName": "@happyvertical/smrt-video",
      "extends": "SmrtCollection",
      "fields": [],
      "relationships": [],
      "methods": [
        "findByComposition",
        "findStandalone"
      ],
      "methodSignatures": [
        {
          "name": "findByComposition",
          "async": true,
          "params": [
            "compositionId: string"
          ],
          "returns": "Promise<VideoSequence[]>"
        },
        {
          "name": "findStandalone",
          "async": true,
          "returns": "Promise<VideoSequence[]>"
        }
      ],
      "surfaces": [
        {
          "kind": "api",
          "name": "contents.findByComposition",
          "operation": "findByComposition",
          "objectName": "@happyvertical/smrt-video:VideoSequenceCollection",
          "path": "/contents/findByComposition",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "contents.findStandalone",
          "operation": "findStandalone",
          "objectName": "@happyvertical/smrt-video:VideoSequenceCollection",
          "path": "/contents/findStandalone",
          "method": "POST"
        },
        {
          "kind": "cli",
          "name": "videosequencecollection_findByComposition",
          "operation": "findByComposition",
          "objectName": "@happyvertical/smrt-video:VideoSequenceCollection"
        },
        {
          "kind": "cli",
          "name": "videosequencecollection_findStandalone",
          "operation": "findStandalone",
          "objectName": "@happyvertical/smrt-video:VideoSequenceCollection"
        },
        {
          "kind": "mcp",
          "name": "videosequencecollection_findbycomposition",
          "operation": "findByComposition",
          "objectName": "@happyvertical/smrt-video:VideoSequenceCollection"
        },
        {
          "kind": "mcp",
          "name": "videosequencecollection_findstandalone",
          "operation": "findStandalone",
          "objectName": "@happyvertical/smrt-video:VideoSequenceCollection"
        }
      ],
      "relationshipFeatures": [
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "VideoShotAsset",
      "qualifiedName": "@happyvertical/smrt-video:VideoShotAsset",
      "collection": "assets",
      "tableName": "assets",
      "packageName": "@happyvertical/smrt-video",
      "extends": "Asset",
      "fields": [
        {
          "name": "created_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updated_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "tenantId",
          "type": "text",
          "required": false,
          "columnType": "UUID"
        },
        {
          "name": "name",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "sourceUri",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "mimeType",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "description",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "metadata",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "version",
          "type": "integer",
          "required": true,
          "columnType": "INTEGER",
          "default": 1
        },
        {
          "name": "primaryVersionId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "typeSlug",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "statusSlug",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "ownerProfileId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-profiles:Profile",
          "columnType": "UUID"
        },
        {
          "name": "sourceAssetId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "folderId",
          "type": "foreignKey",
          "required": false,
          "related": "Folder",
          "columnType": "UUID"
        },
        {
          "name": "sourceType",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "externalId",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "externalRefs",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "createdAt",
          "type": "text",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updatedAt",
          "type": "text",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "videoShotId",
          "type": "foreignKey",
          "required": false,
          "related": "VideoShot",
          "columnType": "UUID"
        },
        {
          "name": "role",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "video"
        }
      ],
      "relationships": [
        {
          "name": "primaryVersionId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "ownerProfileId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-profiles:Profile",
          "columnType": "UUID"
        },
        {
          "name": "sourceAssetId",
          "type": "foreignKey",
          "required": false,
          "related": "Asset",
          "columnType": "UUID"
        },
        {
          "name": "folderId",
          "type": "foreignKey",
          "required": false,
          "related": "Folder",
          "columnType": "UUID"
        },
        {
          "name": "videoShotId",
          "type": "foreignKey",
          "required": false,
          "related": "VideoShot",
          "columnType": "UUID"
        }
      ],
      "methods": [
        "associateWith",
        "getAssociations",
        "getBySlug",
        "getDerivatives",
        "getExternalRef",
        "getExternalRefs",
        "getMetadata",
        "getSource",
        "getStatus",
        "getTags",
        "getType",
        "hasTag",
        "mergeMetadata",
        "setExternalRef",
        "setMetadata"
      ],
      "methodSignatures": [
        {
          "name": "associateWith",
          "async": true,
          "params": [
            "metaType: string",
            "metaId: string",
            "role?: any"
          ],
          "returns": "Promise<AssetAssociation>"
        },
        {
          "name": "getAssociations",
          "async": true,
          "returns": "Promise<AssetAssociation[]>"
        },
        {
          "name": "getBySlug",
          "async": true,
          "static": true,
          "params": [
            "_slug: string"
          ],
          "returns": "Promise<Asset | null>"
        },
        {
          "name": "getDerivatives",
          "async": true,
          "returns": "Promise<Asset[]>"
        },
        {
          "name": "getExternalRef",
          "params": [
            "provider: string"
          ],
          "returns": "AssetExternalReference | null"
        },
        {
          "name": "getExternalRefs",
          "returns": "Record<string, AssetExternalReference>"
        },
        {
          "name": "getMetadata",
          "returns": "Record<string, unknown>"
        },
        {
          "name": "getSource",
          "async": true,
          "returns": "Promise<Asset | null>"
        },
        {
          "name": "getStatus",
          "async": true,
          "returns": "Promise<AssetStatus | null>"
        },
        {
          "name": "getTags",
          "async": true,
          "returns": "Promise<Tag[]>"
        },
        {
          "name": "getType",
          "async": true,
          "returns": "Promise<AssetType | null>"
        },
        {
          "name": "hasTag",
          "async": true,
          "params": [
            "tagSlug: string"
          ],
          "returns": "Promise<boolean>"
        },
        {
          "name": "mergeMetadata",
          "params": [
            "metadata: Record<string, unknown>"
          ],
          "returns": "void"
        },
        {
          "name": "setExternalRef",
          "params": [
            "provider: string",
            "reference: any"
          ],
          "returns": "void"
        },
        {
          "name": "setMetadata",
          "params": [
            "metadata: Record<string, unknown>"
          ],
          "returns": "void"
        }
      ],
      "tableStrategy": "sti",
      "surfaces": [
        {
          "kind": "api",
          "name": "assets.list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset",
          "path": "/assets",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "assets.get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset",
          "path": "/assets/[id]",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "assets.create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset",
          "path": "/assets",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "assets.update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset",
          "path": "/assets/[id]",
          "method": "PATCH"
        },
        {
          "kind": "api",
          "name": "assets.delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset",
          "path": "/assets/[id]",
          "method": "DELETE"
        },
        {
          "kind": "cli",
          "name": "videoshotasset_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "cli",
          "name": "videoshotasset_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "cli",
          "name": "videoshotasset_create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "cli",
          "name": "videoshotasset_update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "cli",
          "name": "videoshotasset_delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "cli",
          "name": "videoshotasset_getMetadata",
          "operation": "getMetadata",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "cli",
          "name": "videoshotasset_setMetadata",
          "operation": "setMetadata",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "cli",
          "name": "videoshotasset_mergeMetadata",
          "operation": "mergeMetadata",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "cli",
          "name": "videoshotasset_getExternalRefs",
          "operation": "getExternalRefs",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "cli",
          "name": "videoshotasset_getExternalRef",
          "operation": "getExternalRef",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "cli",
          "name": "videoshotasset_setExternalRef",
          "operation": "setExternalRef",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "cli",
          "name": "videoshotasset_getTags",
          "operation": "getTags",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "cli",
          "name": "videoshotasset_hasTag",
          "operation": "hasTag",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "cli",
          "name": "videoshotasset_getSource",
          "operation": "getSource",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "cli",
          "name": "videoshotasset_getDerivatives",
          "operation": "getDerivatives",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "cli",
          "name": "videoshotasset_getType",
          "operation": "getType",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "cli",
          "name": "videoshotasset_getStatus",
          "operation": "getStatus",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "cli",
          "name": "videoshotasset_getAssociations",
          "operation": "getAssociations",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "cli",
          "name": "videoshotasset_associateWith",
          "operation": "associateWith",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "cli",
          "name": "videoshotasset_getBySlug",
          "operation": "getBySlug",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "mcp",
          "name": "videoshotasset_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "mcp",
          "name": "videoshotasset_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        }
      ],
      "withheldSurfaces": [
        {
          "kind": "api",
          "operation": "associateWith",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "api",
          "operation": "getAssociations",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "api",
          "operation": "getBySlug",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "api",
          "operation": "getDerivatives",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "api",
          "operation": "getExternalRef",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "api",
          "operation": "getExternalRefs",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "api",
          "operation": "getMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "api",
          "operation": "getSource",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "api",
          "operation": "getStatus",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "api",
          "operation": "getTags",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "api",
          "operation": "getType",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "api",
          "operation": "hasTag",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "api",
          "operation": "mergeMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "api",
          "operation": "setExternalRef",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        },
        {
          "kind": "api",
          "operation": "setMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShotAsset"
        }
      ],
      "relationshipFeatures": [
        "crossPackageRef",
        "foreignKey",
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "VideoShotCharacter",
      "qualifiedName": "@happyvertical/smrt-video:VideoShotCharacter",
      "collection": "videoshotcharacters",
      "tableName": "video_shot_characters",
      "packageName": "@happyvertical/smrt-video",
      "extends": "SmrtObject",
      "fields": [
        {
          "name": "created_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updated_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "tenantId",
          "type": "text",
          "required": false,
          "columnType": "UUID"
        },
        {
          "name": "videoShotId",
          "type": "foreignKey",
          "required": true,
          "related": "VideoShot",
          "columnType": "UUID"
        },
        {
          "name": "characterId",
          "type": "foreignKey",
          "required": true,
          "related": "Character",
          "columnType": "UUID"
        },
        {
          "name": "role",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "primary"
        },
        {
          "name": "position",
          "type": "integer",
          "required": false,
          "columnType": "INTEGER",
          "default": 0
        }
      ],
      "relationships": [
        {
          "name": "videoShotId",
          "type": "foreignKey",
          "required": true,
          "related": "VideoShot",
          "columnType": "UUID"
        },
        {
          "name": "characterId",
          "type": "foreignKey",
          "required": true,
          "related": "Character",
          "columnType": "UUID"
        }
      ],
      "methods": [],
      "tenant": {
        "scoped": true,
        "mode": "optional",
        "field": "tenantId"
      },
      "tableStrategy": "sti",
      "conflictColumns": [
        "tenant_id",
        "slug",
        "context",
        "_meta_type"
      ],
      "surfaces": [
        {
          "kind": "api",
          "name": "videoshotcharacters.list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoShotCharacter",
          "path": "/videoshotcharacters",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "videoshotcharacters.get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoShotCharacter",
          "path": "/videoshotcharacters/[id]",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "videoshotcharacters.create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:VideoShotCharacter",
          "path": "/videoshotcharacters",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "videoshotcharacters.delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:VideoShotCharacter",
          "path": "/videoshotcharacters/[id]",
          "method": "DELETE"
        },
        {
          "kind": "cli",
          "name": "videoshotcharacter_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoShotCharacter"
        },
        {
          "kind": "cli",
          "name": "videoshotcharacter_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoShotCharacter"
        },
        {
          "kind": "cli",
          "name": "videoshotcharacter_create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:VideoShotCharacter"
        },
        {
          "kind": "cli",
          "name": "videoshotcharacter_update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:VideoShotCharacter"
        },
        {
          "kind": "cli",
          "name": "videoshotcharacter_delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:VideoShotCharacter"
        },
        {
          "kind": "mcp",
          "name": "videoshotcharacter_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoShotCharacter"
        },
        {
          "kind": "mcp",
          "name": "videoshotcharacter_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoShotCharacter"
        }
      ],
      "relationshipFeatures": [
        "foreignKey",
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "VideoShotCharacterCollection",
      "qualifiedName": "@happyvertical/smrt-video:VideoShotCharacterCollection",
      "collection": "videoshotcharacters",
      "tableName": "video_shot_character_collections",
      "packageName": "@happyvertical/smrt-video",
      "extends": "SmrtCollection",
      "fields": [],
      "relationships": [],
      "methods": [
        "findByCharacter",
        "findByShot"
      ],
      "methodSignatures": [
        {
          "name": "findByCharacter",
          "async": true,
          "params": [
            "characterId: string"
          ],
          "returns": "Promise<VideoShotCharacter[]>"
        },
        {
          "name": "findByShot",
          "async": true,
          "params": [
            "videoShotId: string"
          ],
          "returns": "Promise<VideoShotCharacter[]>"
        }
      ],
      "surfaces": [
        {
          "kind": "api",
          "name": "videoshotcharacters.findByShot",
          "operation": "findByShot",
          "objectName": "@happyvertical/smrt-video:VideoShotCharacterCollection",
          "path": "/videoshotcharacters/findByShot",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "videoshotcharacters.findByCharacter",
          "operation": "findByCharacter",
          "objectName": "@happyvertical/smrt-video:VideoShotCharacterCollection",
          "path": "/videoshotcharacters/findByCharacter",
          "method": "POST"
        },
        {
          "kind": "cli",
          "name": "videoshotcharactercollection_findByShot",
          "operation": "findByShot",
          "objectName": "@happyvertical/smrt-video:VideoShotCharacterCollection"
        },
        {
          "kind": "cli",
          "name": "videoshotcharactercollection_findByCharacter",
          "operation": "findByCharacter",
          "objectName": "@happyvertical/smrt-video:VideoShotCharacterCollection"
        },
        {
          "kind": "mcp",
          "name": "videoshotcharactercollection_findbyshot",
          "operation": "findByShot",
          "objectName": "@happyvertical/smrt-video:VideoShotCharacterCollection"
        },
        {
          "kind": "mcp",
          "name": "videoshotcharactercollection_findbycharacter",
          "operation": "findByCharacter",
          "objectName": "@happyvertical/smrt-video:VideoShotCharacterCollection"
        }
      ],
      "relationshipFeatures": [
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "VideoShot",
      "qualifiedName": "@happyvertical/smrt-video:VideoShot",
      "collection": "contents",
      "tableName": "contents",
      "packageName": "@happyvertical/smrt-video",
      "extends": "Content",
      "fields": [
        {
          "name": "created_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updated_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "tenantId",
          "type": "text",
          "required": false,
          "columnType": "UUID"
        },
        {
          "name": "type",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "variant",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "fileKey",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "author",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "name",
          "type": "text",
          "required": true,
          "columnType": "TEXT",
          "default": ""
        },
        {
          "name": "title",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "description",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "body",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "bodyFormat",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "publish_date",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "url",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "source",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "original_url",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "language",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "tags",
          "type": "json",
          "required": false,
          "columnType": "JSON",
          "default": []
        },
        {
          "name": "category",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "status",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "draft"
        },
        {
          "name": "state",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "active"
        },
        {
          "name": "metadata",
          "type": "json",
          "required": false,
          "columnType": "JSON",
          "default": {}
        },
        {
          "name": "thumbnailAssetId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        },
        {
          "name": "sequenceId",
          "type": "foreignKey",
          "required": false,
          "related": "VideoSequence",
          "columnType": "UUID"
        },
        {
          "name": "sceneId",
          "type": "foreignKey",
          "required": false,
          "related": "Scene",
          "columnType": "UUID"
        },
        {
          "name": "position",
          "type": "integer",
          "required": false,
          "columnType": "INTEGER",
          "default": 0
        },
        {
          "name": "durationInFrames",
          "type": "integer",
          "required": false,
          "columnType": "INTEGER",
          "default": 0
        },
        {
          "name": "trimBeforeFrames",
          "type": "integer",
          "required": false,
          "columnType": "INTEGER",
          "default": 0
        },
        {
          "name": "trimAfterFrames",
          "type": "integer",
          "required": false,
          "columnType": "INTEGER",
          "default": 0
        },
        {
          "name": "scriptText",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": ""
        },
        {
          "name": "scriptWordCount",
          "type": "integer",
          "required": false,
          "columnType": "INTEGER",
          "default": 0
        },
        {
          "name": "targetDuration",
          "type": "integer",
          "required": false,
          "columnType": "INTEGER",
          "default": 30
        },
        {
          "name": "shotStatus",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "draft"
        },
        {
          "name": "progress",
          "type": "integer",
          "required": false,
          "columnType": "INTEGER",
          "default": 0
        },
        {
          "name": "errorMessage",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "statusMessage",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "videoMetadata",
          "type": "json",
          "required": false,
          "columnType": "JSON"
        }
      ],
      "relationships": [
        {
          "name": "thumbnailAssetId",
          "type": "crossPackageRef",
          "required": false,
          "related": "@happyvertical/smrt-assets:Asset",
          "columnType": "UUID"
        },
        {
          "name": "sequenceId",
          "type": "foreignKey",
          "required": false,
          "related": "VideoSequence",
          "columnType": "UUID"
        },
        {
          "name": "sceneId",
          "type": "foreignKey",
          "required": false,
          "related": "Scene",
          "columnType": "UUID"
        }
      ],
      "methods": [
        "addAsset",
        "addFact",
        "addReference",
        "browseFacts",
        "createVersion",
        "evaluateReviewProfile",
        "evaluateReviewProfileAction",
        "generateThumbnail",
        "getAncestorPaths",
        "getAssetByRole",
        "getAssets",
        "getCategorySegments",
        "getCorrections",
        "getFactAuditState",
        "getFactAuditStateAction",
        "getFactLinks",
        "getFacts",
        "getFactsState",
        "getGovernanceState",
        "getGovernanceStateAction",
        "getMetadata",
        "getParentCategory",
        "getPublishedTransparency",
        "getPublishedTransparencyAction",
        "getReferenceDrift",
        "getReferenceEdges",
        "getReferences",
        "getReviewRequirements",
        "getReviews",
        "getRootCategory",
        "getThumbnail",
        "getVersions",
        "initialize",
        "isGoverned",
        "isInCategory",
        "isReadyForReviewProfile",
        "issueCorrection",
        "issueCorrectionAction",
        "listCorrections",
        "listReviewProfilesAction",
        "listReviews",
        "listVersions",
        "loadReferences",
        "mutateVersionAction",
        "previewTransparency",
        "previewTransparencyAction",
        "recheckFactClaims",
        "recheckFactClaimsAction",
        "removeAsset",
        "removeFact",
        "removeReference",
        "repairFactAudit",
        "repairFactAuditAction",
        "repairFactEvidence",
        "repairFactEvidenceAction",
        "resolveGovernance",
        "restoreFromVersion",
        "reviewFacts",
        "reviewSafety",
        "runReview",
        "runReviewAction",
        "save",
        "setMetadata",
        "setScript",
        "setThumbnail",
        "syncFacts",
        "syncFactsState",
        "updateFactEvidenceStatus",
        "updateFactEvidenceStatusAction",
        "updateMetadata"
      ],
      "methodSignatures": [
        {
          "name": "addAsset",
          "async": true,
          "params": [
            "asset: Asset",
            "relationship?: any",
            "sortOrder?: any"
          ],
          "returns": "Promise<void>"
        },
        {
          "name": "addFact",
          "async": true,
          "params": [
            "fact: Fact | string",
            "relationship?: FactContentRelationship",
            "metadata?: Record<string, unknown>"
          ],
          "returns": "any"
        },
        {
          "name": "addReference",
          "async": true,
          "params": [
            "content: Content | string",
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "browseFacts",
          "async": true,
          "params": [
            "query?: any",
            "options?: object"
          ],
          "returns": "Promise<Fact[]>"
        },
        {
          "name": "createVersion",
          "async": true,
          "params": [
            "options?: CreateContentVersionOptions"
          ],
          "returns": "any"
        },
        {
          "name": "evaluateReviewProfile",
          "async": true,
          "params": [
            "profileKey: string"
          ],
          "returns": "Promise<ContentReviewProfileEvaluation>"
        },
        {
          "name": "evaluateReviewProfileAction",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "generateThumbnail",
          "async": true,
          "params": [
            "options: ThumbnailOptions"
          ],
          "returns": "Promise<Image>"
        },
        {
          "name": "getAncestorPaths",
          "returns": "string[]"
        },
        {
          "name": "getAssetByRole",
          "async": true,
          "params": [
            "role: VideoShotAssetRole"
          ],
          "returns": "Promise<Asset | null>"
        },
        {
          "name": "getAssets",
          "async": true,
          "params": [
            "relationship?: string"
          ],
          "returns": "Promise<Asset[]>"
        },
        {
          "name": "getCategorySegments",
          "returns": "string[]"
        },
        {
          "name": "getCorrections",
          "async": true,
          "returns": "any"
        },
        {
          "name": "getFactAuditState",
          "async": true,
          "returns": "Promise<FactAuditState>"
        },
        {
          "name": "getFactAuditStateAction",
          "async": true,
          "returns": "any"
        },
        {
          "name": "getFactLinks",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "getFacts",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "Promise<Fact[]>"
        },
        {
          "name": "getFactsState",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "getGovernanceState",
          "async": true,
          "returns": "Promise<ContentGovernanceState>"
        },
        {
          "name": "getGovernanceStateAction",
          "async": true,
          "returns": "any"
        },
        {
          "name": "getMetadata",
          "returns": "Record<string, unknown>"
        },
        {
          "name": "getParentCategory",
          "returns": "string | null"
        },
        {
          "name": "getPublishedTransparency",
          "async": true,
          "returns": "any"
        },
        {
          "name": "getPublishedTransparencyAction",
          "async": true,
          "returns": "any"
        },
        {
          "name": "getReferenceDrift",
          "async": true,
          "returns": "Promise<Array<object>>"
        },
        {
          "name": "getReferenceEdges",
          "async": true,
          "returns": "Promise<Array<object>>"
        },
        {
          "name": "getReferences",
          "async": true,
          "returns": "any"
        },
        {
          "name": "getReviewRequirements",
          "async": true,
          "params": [
            "profileKey: string",
            "governance?: ResolvedContentGovernance"
          ],
          "returns": "any"
        },
        {
          "name": "getReviews",
          "async": true,
          "params": [
            "kind?: any"
          ],
          "returns": "any"
        },
        {
          "name": "getRootCategory",
          "returns": "string | null"
        },
        {
          "name": "getThumbnail",
          "async": true,
          "returns": "Promise<Image | null>"
        },
        {
          "name": "getVersions",
          "async": true,
          "returns": "any"
        },
        {
          "name": "initialize",
          "async": true,
          "returns": "Promise<this>"
        },
        {
          "name": "isGoverned",
          "returns": "boolean"
        },
        {
          "name": "isInCategory",
          "params": [
            "categoryPath: string",
            "includeChildren?: any"
          ],
          "returns": "boolean"
        },
        {
          "name": "isReadyForReviewProfile",
          "async": true,
          "params": [
            "profileKey: string"
          ],
          "returns": "Promise<boolean>"
        },
        {
          "name": "issueCorrection",
          "async": true,
          "params": [
            "options: IssueContentCorrectionOptions"
          ],
          "returns": "any"
        },
        {
          "name": "issueCorrectionAction",
          "async": true,
          "params": [
            "options: IssueContentCorrectionOptions"
          ],
          "returns": "any"
        },
        {
          "name": "listCorrections",
          "async": true,
          "returns": "any"
        },
        {
          "name": "listReviewProfilesAction",
          "async": true,
          "returns": "any"
        },
        {
          "name": "listReviews",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "listVersions",
          "async": true,
          "returns": "any"
        },
        {
          "name": "loadReferences",
          "async": true,
          "returns": "any"
        },
        {
          "name": "mutateVersionAction",
          "async": true,
          "params": [
            "options?: any"
          ],
          "returns": "any"
        },
        {
          "name": "previewTransparency",
          "async": true,
          "returns": "any"
        },
        {
          "name": "previewTransparencyAction",
          "async": true,
          "returns": "any"
        },
        {
          "name": "recheckFactClaims",
          "async": true,
          "params": [
            "options?: FactAuditClaimRecheckOptions"
          ],
          "returns": "any"
        },
        {
          "name": "recheckFactClaimsAction",
          "async": true,
          "params": [
            "options?: FactAuditClaimRecheckOptions"
          ],
          "returns": "any"
        },
        {
          "name": "removeAsset",
          "async": true,
          "params": [
            "assetId: string",
            "relationship?: string"
          ],
          "returns": "Promise<void>"
        },
        {
          "name": "removeFact",
          "async": true,
          "params": [
            "factId: string",
            "relationship?: FactContentRelationship"
          ],
          "returns": "Promise<void>"
        },
        {
          "name": "removeReference",
          "async": true,
          "params": [
            "targetId: string"
          ],
          "returns": "any"
        },
        {
          "name": "repairFactAudit",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "repairFactAuditAction",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "repairFactEvidence",
          "async": true,
          "params": [
            "options?: FactAuditResourceRepairOptions"
          ],
          "returns": "any"
        },
        {
          "name": "repairFactEvidenceAction",
          "async": true,
          "params": [
            "options?: FactAuditResourceRepairOptions"
          ],
          "returns": "any"
        },
        {
          "name": "resolveGovernance",
          "async": true,
          "returns": "Promise<ResolvedContentGovernance>"
        },
        {
          "name": "restoreFromVersion",
          "async": true,
          "params": [
            "versionNumber: number"
          ],
          "returns": "any"
        },
        {
          "name": "reviewFacts",
          "async": true,
          "params": [
            "options?: Omit<RunContentReviewOptions, 'kind'>"
          ],
          "returns": "any"
        },
        {
          "name": "reviewSafety",
          "async": true,
          "params": [
            "options?: Omit<RunContentReviewOptions, 'kind'>"
          ],
          "returns": "any"
        },
        {
          "name": "runReview",
          "async": true,
          "params": [
            "options?: RunContentReviewOptions"
          ],
          "returns": "any"
        },
        {
          "name": "runReviewAction",
          "async": true,
          "params": [
            "options?: RunContentReviewOptions"
          ],
          "returns": "any"
        },
        {
          "name": "save",
          "async": true,
          "params": [
            "options?: SmrtSaveOptions"
          ],
          "returns": "any"
        },
        {
          "name": "setMetadata",
          "params": [
            "metadata: Record<string, unknown> | null | undefined"
          ],
          "returns": "void"
        },
        {
          "name": "setScript",
          "params": [
            "text: string"
          ],
          "returns": "void"
        },
        {
          "name": "setThumbnail",
          "async": true,
          "params": [
            "image: Image"
          ],
          "returns": "Promise<void>"
        },
        {
          "name": "syncFacts",
          "async": true,
          "params": [
            "factIds: string[]",
            "relationship?: FactContentRelationship"
          ],
          "returns": "Promise<object>"
        },
        {
          "name": "syncFactsState",
          "async": true,
          "params": [
            "options?: object"
          ],
          "returns": "any"
        },
        {
          "name": "updateFactEvidenceStatus",
          "async": true,
          "params": [
            "options?: FactEvidenceStatusUpdateOptions"
          ],
          "returns": "any"
        },
        {
          "name": "updateFactEvidenceStatusAction",
          "async": true,
          "params": [
            "options?: FactEvidenceStatusUpdateOptions"
          ],
          "returns": "any"
        },
        {
          "name": "updateMetadata",
          "params": [
            "patch: Partial<Record<string, unknown>>"
          ],
          "returns": "Record<string, unknown>"
        }
      ],
      "tenant": {
        "scoped": true,
        "mode": "optional",
        "field": "tenantId"
      },
      "tableStrategy": "sti",
      "surfaces": [
        {
          "kind": "api",
          "name": "contents.list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoShot",
          "path": "/contents",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "contents.get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoShot",
          "path": "/contents/[id]",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "contents.create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:VideoShot",
          "path": "/contents",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "contents.update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:VideoShot",
          "path": "/contents/[id]",
          "method": "PATCH"
        },
        {
          "kind": "api",
          "name": "contents.delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:VideoShot",
          "path": "/contents/[id]",
          "method": "DELETE"
        },
        {
          "kind": "cli",
          "name": "videoshot_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_resolveGovernance",
          "operation": "resolveGovernance",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_loadReferences",
          "operation": "loadReferences",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_addReference",
          "operation": "addReference",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_removeReference",
          "operation": "removeReference",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getReferences",
          "operation": "getReferences",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getReferenceEdges",
          "operation": "getReferenceEdges",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getReferenceDrift",
          "operation": "getReferenceDrift",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_isGoverned",
          "operation": "isGoverned",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getFactLinks",
          "operation": "getFactLinks",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getFacts",
          "operation": "getFacts",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_addFact",
          "operation": "addFact",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_removeFact",
          "operation": "removeFact",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_syncFacts",
          "operation": "syncFacts",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_browseFacts",
          "operation": "browseFacts",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_repairFactAudit",
          "operation": "repairFactAudit",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_repairFactAuditAction",
          "operation": "repairFactAuditAction",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_repairFactEvidence",
          "operation": "repairFactEvidence",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_repairFactEvidenceAction",
          "operation": "repairFactEvidenceAction",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_recheckFactClaims",
          "operation": "recheckFactClaims",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_recheckFactClaimsAction",
          "operation": "recheckFactClaimsAction",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_updateFactEvidenceStatus",
          "operation": "updateFactEvidenceStatus",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_updateFactEvidenceStatusAction",
          "operation": "updateFactEvidenceStatusAction",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getFactAuditState",
          "operation": "getFactAuditState",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getFactAuditStateAction",
          "operation": "getFactAuditStateAction",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getFactsState",
          "operation": "getFactsState",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_syncFactsState",
          "operation": "syncFactsState",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_createVersion",
          "operation": "createVersion",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getVersions",
          "operation": "getVersions",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_restoreFromVersion",
          "operation": "restoreFromVersion",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getReviews",
          "operation": "getReviews",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_listReviews",
          "operation": "listReviews",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getReviewRequirements",
          "operation": "getReviewRequirements",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getGovernanceState",
          "operation": "getGovernanceState",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getGovernanceStateAction",
          "operation": "getGovernanceStateAction",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_listReviewProfilesAction",
          "operation": "listReviewProfilesAction",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_evaluateReviewProfile",
          "operation": "evaluateReviewProfile",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_evaluateReviewProfileAction",
          "operation": "evaluateReviewProfileAction",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_isReadyForReviewProfile",
          "operation": "isReadyForReviewProfile",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getPublishedTransparency",
          "operation": "getPublishedTransparency",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getPublishedTransparencyAction",
          "operation": "getPublishedTransparencyAction",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_previewTransparency",
          "operation": "previewTransparency",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_previewTransparencyAction",
          "operation": "previewTransparencyAction",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_runReview",
          "operation": "runReview",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_runReviewAction",
          "operation": "runReviewAction",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_reviewFacts",
          "operation": "reviewFacts",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_reviewSafety",
          "operation": "reviewSafety",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getCorrections",
          "operation": "getCorrections",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_listCorrections",
          "operation": "listCorrections",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_issueCorrection",
          "operation": "issueCorrection",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_issueCorrectionAction",
          "operation": "issueCorrectionAction",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_listVersions",
          "operation": "listVersions",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_mutateVersionAction",
          "operation": "mutateVersionAction",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getCategorySegments",
          "operation": "getCategorySegments",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getParentCategory",
          "operation": "getParentCategory",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getRootCategory",
          "operation": "getRootCategory",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getAncestorPaths",
          "operation": "getAncestorPaths",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_isInCategory",
          "operation": "isInCategory",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getAssets",
          "operation": "getAssets",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_addAsset",
          "operation": "addAsset",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_removeAsset",
          "operation": "removeAsset",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getMetadata",
          "operation": "getMetadata",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_setMetadata",
          "operation": "setMetadata",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_updateMetadata",
          "operation": "updateMetadata",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getThumbnail",
          "operation": "getThumbnail",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_setThumbnail",
          "operation": "setThumbnail",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_generateThumbnail",
          "operation": "generateThumbnail",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_getAssetByRole",
          "operation": "getAssetByRole",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "cli",
          "name": "videoshot_setScript",
          "operation": "setScript",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "mcp",
          "name": "videoshot_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "mcp",
          "name": "videoshot_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        }
      ],
      "withheldSurfaces": [
        {
          "kind": "api",
          "operation": "addAsset",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "addFact",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "addReference",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "browseFacts",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "createVersion",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "evaluateReviewProfile",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "evaluateReviewProfileAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "generateThumbnail",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getAncestorPaths",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getAssetByRole",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getAssets",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getCategorySegments",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getCorrections",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getFactAuditState",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getFactAuditStateAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getFactLinks",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getFacts",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getFactsState",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getGovernanceState",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getGovernanceStateAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getParentCategory",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getPublishedTransparency",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getPublishedTransparencyAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getReferenceDrift",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getReferenceEdges",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getReferences",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getReviewRequirements",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getReviews",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getRootCategory",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getThumbnail",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "getVersions",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "initialize",
          "code": "lifecycle-method",
          "reason": "`initialize` is a framework lifecycle method, not a distinct operation",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "isGoverned",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "isInCategory",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "isReadyForReviewProfile",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "issueCorrection",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "issueCorrectionAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "listCorrections",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "listReviewProfilesAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "listReviews",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "listVersions",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "loadReferences",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "mutateVersionAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "previewTransparency",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "previewTransparencyAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "recheckFactClaims",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "recheckFactClaimsAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "removeAsset",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "removeFact",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "removeReference",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "repairFactAudit",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "repairFactAuditAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "repairFactEvidence",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "repairFactEvidenceAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "resolveGovernance",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "restoreFromVersion",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "reviewFacts",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "reviewSafety",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "runReview",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "runReviewAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "save",
          "code": "lifecycle-method",
          "reason": "`save` is a framework lifecycle method, not a distinct operation",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "setMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "setScript",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "setThumbnail",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "syncFacts",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "syncFactsState",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "updateFactEvidenceStatus",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "updateFactEvidenceStatusAction",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        },
        {
          "kind": "api",
          "operation": "updateMetadata",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoShot"
        }
      ],
      "relationshipFeatures": [
        "crossPackageRef",
        "foreignKey",
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "VideoShotCollection",
      "qualifiedName": "@happyvertical/smrt-video:VideoShotCollection",
      "collection": "contents",
      "tableName": "contents",
      "packageName": "@happyvertical/smrt-video",
      "extends": "SmrtCollection",
      "fields": [],
      "relationships": [],
      "methods": [
        "findBySequence",
        "findByStatus",
        "findStandalone"
      ],
      "methodSignatures": [
        {
          "name": "findBySequence",
          "async": true,
          "params": [
            "sequenceId: string"
          ],
          "returns": "Promise<VideoShot[]>"
        },
        {
          "name": "findByStatus",
          "async": true,
          "params": [
            "shotStatus: VideoShotStatus"
          ],
          "returns": "Promise<VideoShot[]>"
        },
        {
          "name": "findStandalone",
          "async": true,
          "returns": "Promise<VideoShot[]>"
        }
      ],
      "surfaces": [
        {
          "kind": "api",
          "name": "contents.findBySequence",
          "operation": "findBySequence",
          "objectName": "@happyvertical/smrt-video:VideoShotCollection",
          "path": "/contents/findBySequence",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "contents.findByStatus",
          "operation": "findByStatus",
          "objectName": "@happyvertical/smrt-video:VideoShotCollection",
          "path": "/contents/findByStatus",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "contents.findStandalone",
          "operation": "findStandalone",
          "objectName": "@happyvertical/smrt-video:VideoShotCollection",
          "path": "/contents/findStandalone",
          "method": "POST"
        },
        {
          "kind": "cli",
          "name": "videoshotcollection_findBySequence",
          "operation": "findBySequence",
          "objectName": "@happyvertical/smrt-video:VideoShotCollection"
        },
        {
          "kind": "cli",
          "name": "videoshotcollection_findByStatus",
          "operation": "findByStatus",
          "objectName": "@happyvertical/smrt-video:VideoShotCollection"
        },
        {
          "kind": "cli",
          "name": "videoshotcollection_findStandalone",
          "operation": "findStandalone",
          "objectName": "@happyvertical/smrt-video:VideoShotCollection"
        },
        {
          "kind": "mcp",
          "name": "videoshotcollection_findbysequence",
          "operation": "findBySequence",
          "objectName": "@happyvertical/smrt-video:VideoShotCollection"
        },
        {
          "kind": "mcp",
          "name": "videoshotcollection_findbystatus",
          "operation": "findByStatus",
          "objectName": "@happyvertical/smrt-video:VideoShotCollection"
        },
        {
          "kind": "mcp",
          "name": "videoshotcollection_findstandalone",
          "operation": "findStandalone",
          "objectName": "@happyvertical/smrt-video:VideoShotCollection"
        }
      ],
      "relationshipFeatures": [
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    },
    {
      "name": "VideoWorkflow",
      "qualifiedName": "@happyvertical/smrt-video:VideoWorkflow",
      "collection": "videoworkflows",
      "tableName": "video_workflows",
      "packageName": "@happyvertical/smrt-video",
      "extends": "SmrtObject",
      "fields": [
        {
          "name": "created_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "updated_at",
          "type": "datetime",
          "required": false,
          "columnType": "TIMESTAMP"
        },
        {
          "name": "tenantId",
          "type": "text",
          "required": false,
          "columnType": "UUID"
        },
        {
          "name": "name",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": ""
        },
        {
          "name": "description",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "workflowType",
          "type": "text",
          "required": false,
          "columnType": "TEXT",
          "default": "custom"
        },
        {
          "name": "workflowJson",
          "type": "text",
          "required": false,
          "columnType": "TEXT"
        },
        {
          "name": "nodeMapping",
          "type": "json",
          "required": false,
          "columnType": "JSON"
        },
        {
          "name": "estimatedTime",
          "type": "integer",
          "required": false,
          "columnType": "INTEGER",
          "default": 300
        },
        {
          "name": "isActive",
          "type": "boolean",
          "required": false,
          "columnType": "BOOLEAN",
          "default": true
        },
        {
          "name": "requiredModels",
          "type": "json",
          "required": false,
          "columnType": "JSON",
          "default": []
        }
      ],
      "relationships": [],
      "methods": [
        "injectParameters"
      ],
      "methodSignatures": [
        {
          "name": "injectParameters",
          "params": [
            "params: Record<string, unknown>"
          ],
          "returns": "any"
        }
      ],
      "tenant": {
        "scoped": true,
        "mode": "optional",
        "field": "tenantId"
      },
      "tableStrategy": "sti",
      "conflictColumns": [
        "tenant_id",
        "slug",
        "context",
        "_meta_type"
      ],
      "surfaces": [
        {
          "kind": "api",
          "name": "videoworkflows.list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoWorkflow",
          "path": "/videoworkflows",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "videoworkflows.get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoWorkflow",
          "path": "/videoworkflows/[id]",
          "method": "GET"
        },
        {
          "kind": "api",
          "name": "videoworkflows.create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:VideoWorkflow",
          "path": "/videoworkflows",
          "method": "POST"
        },
        {
          "kind": "api",
          "name": "videoworkflows.update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:VideoWorkflow",
          "path": "/videoworkflows/[id]",
          "method": "PATCH"
        },
        {
          "kind": "cli",
          "name": "videoworkflow_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoWorkflow"
        },
        {
          "kind": "cli",
          "name": "videoworkflow_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoWorkflow"
        },
        {
          "kind": "cli",
          "name": "videoworkflow_create",
          "operation": "create",
          "objectName": "@happyvertical/smrt-video:VideoWorkflow"
        },
        {
          "kind": "cli",
          "name": "videoworkflow_update",
          "operation": "update",
          "objectName": "@happyvertical/smrt-video:VideoWorkflow"
        },
        {
          "kind": "cli",
          "name": "videoworkflow_delete",
          "operation": "delete",
          "objectName": "@happyvertical/smrt-video:VideoWorkflow"
        },
        {
          "kind": "cli",
          "name": "videoworkflow_injectParameters",
          "operation": "injectParameters",
          "objectName": "@happyvertical/smrt-video:VideoWorkflow"
        },
        {
          "kind": "mcp",
          "name": "videoworkflow_list",
          "operation": "list",
          "objectName": "@happyvertical/smrt-video:VideoWorkflow"
        },
        {
          "kind": "mcp",
          "name": "videoworkflow_get",
          "operation": "get",
          "objectName": "@happyvertical/smrt-video:VideoWorkflow"
        }
      ],
      "withheldSurfaces": [
        {
          "kind": "api",
          "operation": "injectParameters",
          "code": "not-included",
          "reason": "not listed in api.include",
          "objectName": "@happyvertical/smrt-video:VideoWorkflow"
        }
      ],
      "relationshipFeatures": [
        "uuidColumns"
      ],
      "tags": [],
      "risks": []
    }
  ],
  "surfaces": [
    {
      "kind": "api",
      "name": "assets.list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:CharacterAsset",
      "path": "/assets",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "assets.get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:CharacterAsset",
      "path": "/assets/[id]",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "assets.create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:CharacterAsset",
      "path": "/assets",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "assets.update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:CharacterAsset",
      "path": "/assets/[id]",
      "method": "PATCH"
    },
    {
      "kind": "api",
      "name": "assets.delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:CharacterAsset",
      "path": "/assets/[id]",
      "method": "DELETE"
    },
    {
      "kind": "cli",
      "name": "characterasset_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "cli",
      "name": "characterasset_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "cli",
      "name": "characterasset_create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "cli",
      "name": "characterasset_update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "cli",
      "name": "characterasset_delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "cli",
      "name": "characterasset_getMetadata",
      "operation": "getMetadata",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "cli",
      "name": "characterasset_setMetadata",
      "operation": "setMetadata",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "cli",
      "name": "characterasset_mergeMetadata",
      "operation": "mergeMetadata",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "cli",
      "name": "characterasset_getExternalRefs",
      "operation": "getExternalRefs",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "cli",
      "name": "characterasset_getExternalRef",
      "operation": "getExternalRef",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "cli",
      "name": "characterasset_setExternalRef",
      "operation": "setExternalRef",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "cli",
      "name": "characterasset_getTags",
      "operation": "getTags",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "cli",
      "name": "characterasset_hasTag",
      "operation": "hasTag",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "cli",
      "name": "characterasset_getSource",
      "operation": "getSource",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "cli",
      "name": "characterasset_getDerivatives",
      "operation": "getDerivatives",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "cli",
      "name": "characterasset_getType",
      "operation": "getType",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "cli",
      "name": "characterasset_getStatus",
      "operation": "getStatus",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "cli",
      "name": "characterasset_getAssociations",
      "operation": "getAssociations",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "cli",
      "name": "characterasset_associateWith",
      "operation": "associateWith",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "cli",
      "name": "characterasset_getBySlug",
      "operation": "getBySlug",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "mcp",
      "name": "characterasset_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "mcp",
      "name": "characterasset_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:CharacterAsset"
    },
    {
      "kind": "api",
      "name": "characters.list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:Character",
      "path": "/characters",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "characters.get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:Character",
      "path": "/characters/[id]",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "characters.create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:Character",
      "path": "/characters",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "characters.update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:Character",
      "path": "/characters/[id]",
      "method": "PATCH"
    },
    {
      "kind": "api",
      "name": "characters.delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:Character",
      "path": "/characters/[id]",
      "method": "DELETE"
    },
    {
      "kind": "cli",
      "name": "character_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:Character"
    },
    {
      "kind": "cli",
      "name": "character_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:Character"
    },
    {
      "kind": "cli",
      "name": "character_create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:Character"
    },
    {
      "kind": "cli",
      "name": "character_update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:Character"
    },
    {
      "kind": "cli",
      "name": "character_delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:Character"
    },
    {
      "kind": "cli",
      "name": "character_getAssets",
      "operation": "getAssets",
      "objectName": "@happyvertical/smrt-video:Character"
    },
    {
      "kind": "cli",
      "name": "character_getAssetByRole",
      "operation": "getAssetByRole",
      "objectName": "@happyvertical/smrt-video:Character"
    },
    {
      "kind": "cli",
      "name": "character_addAsset",
      "operation": "addAsset",
      "objectName": "@happyvertical/smrt-video:Character"
    },
    {
      "kind": "cli",
      "name": "character_removeAsset",
      "operation": "removeAsset",
      "objectName": "@happyvertical/smrt-video:Character"
    },
    {
      "kind": "mcp",
      "name": "character_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:Character"
    },
    {
      "kind": "mcp",
      "name": "character_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:Character"
    },
    {
      "kind": "api",
      "name": "characters.findByTenant",
      "operation": "findByTenant",
      "objectName": "@happyvertical/smrt-video:CharacterCollection",
      "path": "/characters/findByTenant",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "characters.findGlobal",
      "operation": "findGlobal",
      "objectName": "@happyvertical/smrt-video:CharacterCollection",
      "path": "/characters/findGlobal",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "characters.findByPerformer",
      "operation": "findByPerformer",
      "objectName": "@happyvertical/smrt-video:CharacterCollection",
      "path": "/characters/findByPerformer",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "characters.findReady",
      "operation": "findReady",
      "objectName": "@happyvertical/smrt-video:CharacterCollection",
      "path": "/characters/findReady",
      "method": "POST"
    },
    {
      "kind": "cli",
      "name": "charactercollection_findByTenant",
      "operation": "findByTenant",
      "objectName": "@happyvertical/smrt-video:CharacterCollection"
    },
    {
      "kind": "cli",
      "name": "charactercollection_findGlobal",
      "operation": "findGlobal",
      "objectName": "@happyvertical/smrt-video:CharacterCollection"
    },
    {
      "kind": "cli",
      "name": "charactercollection_findByPerformer",
      "operation": "findByPerformer",
      "objectName": "@happyvertical/smrt-video:CharacterCollection"
    },
    {
      "kind": "cli",
      "name": "charactercollection_findReady",
      "operation": "findReady",
      "objectName": "@happyvertical/smrt-video:CharacterCollection"
    },
    {
      "kind": "mcp",
      "name": "charactercollection_findbytenant",
      "operation": "findByTenant",
      "objectName": "@happyvertical/smrt-video:CharacterCollection"
    },
    {
      "kind": "mcp",
      "name": "charactercollection_findglobal",
      "operation": "findGlobal",
      "objectName": "@happyvertical/smrt-video:CharacterCollection"
    },
    {
      "kind": "mcp",
      "name": "charactercollection_findbyperformer",
      "operation": "findByPerformer",
      "objectName": "@happyvertical/smrt-video:CharacterCollection"
    },
    {
      "kind": "mcp",
      "name": "charactercollection_findready",
      "operation": "findReady",
      "objectName": "@happyvertical/smrt-video:CharacterCollection"
    },
    {
      "kind": "api",
      "name": "compositejobs.list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:CompositeJob",
      "path": "/compositejobs",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "compositejobs.get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:CompositeJob",
      "path": "/compositejobs/[id]",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "compositejobs.create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:CompositeJob",
      "path": "/compositejobs",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "compositejobs.update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:CompositeJob",
      "path": "/compositejobs/[id]",
      "method": "PATCH"
    },
    {
      "kind": "cli",
      "name": "compositejob_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:CompositeJob"
    },
    {
      "kind": "cli",
      "name": "compositejob_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:CompositeJob"
    },
    {
      "kind": "cli",
      "name": "compositejob_create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:CompositeJob"
    },
    {
      "kind": "cli",
      "name": "compositejob_update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:CompositeJob"
    },
    {
      "kind": "cli",
      "name": "compositejob_delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:CompositeJob"
    },
    {
      "kind": "mcp",
      "name": "compositejob_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:CompositeJob"
    },
    {
      "kind": "mcp",
      "name": "compositejob_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:CompositeJob"
    },
    {
      "kind": "api",
      "name": "assets.list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:PerformerAsset",
      "path": "/assets",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "assets.get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:PerformerAsset",
      "path": "/assets/[id]",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "assets.create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:PerformerAsset",
      "path": "/assets",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "assets.update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:PerformerAsset",
      "path": "/assets/[id]",
      "method": "PATCH"
    },
    {
      "kind": "api",
      "name": "assets.delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:PerformerAsset",
      "path": "/assets/[id]",
      "method": "DELETE"
    },
    {
      "kind": "cli",
      "name": "performerasset_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "cli",
      "name": "performerasset_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "cli",
      "name": "performerasset_create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "cli",
      "name": "performerasset_update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "cli",
      "name": "performerasset_delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "cli",
      "name": "performerasset_getMetadata",
      "operation": "getMetadata",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "cli",
      "name": "performerasset_setMetadata",
      "operation": "setMetadata",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "cli",
      "name": "performerasset_mergeMetadata",
      "operation": "mergeMetadata",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "cli",
      "name": "performerasset_getExternalRefs",
      "operation": "getExternalRefs",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "cli",
      "name": "performerasset_getExternalRef",
      "operation": "getExternalRef",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "cli",
      "name": "performerasset_setExternalRef",
      "operation": "setExternalRef",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "cli",
      "name": "performerasset_getTags",
      "operation": "getTags",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "cli",
      "name": "performerasset_hasTag",
      "operation": "hasTag",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "cli",
      "name": "performerasset_getSource",
      "operation": "getSource",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "cli",
      "name": "performerasset_getDerivatives",
      "operation": "getDerivatives",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "cli",
      "name": "performerasset_getType",
      "operation": "getType",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "cli",
      "name": "performerasset_getStatus",
      "operation": "getStatus",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "cli",
      "name": "performerasset_getAssociations",
      "operation": "getAssociations",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "cli",
      "name": "performerasset_associateWith",
      "operation": "associateWith",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "cli",
      "name": "performerasset_getBySlug",
      "operation": "getBySlug",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "mcp",
      "name": "performerasset_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "mcp",
      "name": "performerasset_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:PerformerAsset"
    },
    {
      "kind": "api",
      "name": "performers.list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:Performer",
      "path": "/performers",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "performers.get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:Performer",
      "path": "/performers/[id]",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "performers.create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:Performer",
      "path": "/performers",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "performers.update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:Performer",
      "path": "/performers/[id]",
      "method": "PATCH"
    },
    {
      "kind": "api",
      "name": "performers.delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:Performer",
      "path": "/performers/[id]",
      "method": "DELETE"
    },
    {
      "kind": "cli",
      "name": "performer_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:Performer"
    },
    {
      "kind": "cli",
      "name": "performer_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:Performer"
    },
    {
      "kind": "cli",
      "name": "performer_create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:Performer"
    },
    {
      "kind": "cli",
      "name": "performer_update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:Performer"
    },
    {
      "kind": "cli",
      "name": "performer_delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:Performer"
    },
    {
      "kind": "cli",
      "name": "performer_getAssets",
      "operation": "getAssets",
      "objectName": "@happyvertical/smrt-video:Performer"
    },
    {
      "kind": "cli",
      "name": "performer_getAssetByRole",
      "operation": "getAssetByRole",
      "objectName": "@happyvertical/smrt-video:Performer"
    },
    {
      "kind": "cli",
      "name": "performer_addAsset",
      "operation": "addAsset",
      "objectName": "@happyvertical/smrt-video:Performer"
    },
    {
      "kind": "cli",
      "name": "performer_removeAsset",
      "operation": "removeAsset",
      "objectName": "@happyvertical/smrt-video:Performer"
    },
    {
      "kind": "mcp",
      "name": "performer_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:Performer"
    },
    {
      "kind": "mcp",
      "name": "performer_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:Performer"
    },
    {
      "kind": "api",
      "name": "assets.list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:SceneAsset",
      "path": "/assets",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "assets.get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:SceneAsset",
      "path": "/assets/[id]",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "assets.create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:SceneAsset",
      "path": "/assets",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "assets.update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:SceneAsset",
      "path": "/assets/[id]",
      "method": "PATCH"
    },
    {
      "kind": "api",
      "name": "assets.delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:SceneAsset",
      "path": "/assets/[id]",
      "method": "DELETE"
    },
    {
      "kind": "cli",
      "name": "sceneasset_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "cli",
      "name": "sceneasset_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "cli",
      "name": "sceneasset_create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "cli",
      "name": "sceneasset_update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "cli",
      "name": "sceneasset_delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "cli",
      "name": "sceneasset_getMetadata",
      "operation": "getMetadata",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "cli",
      "name": "sceneasset_setMetadata",
      "operation": "setMetadata",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "cli",
      "name": "sceneasset_mergeMetadata",
      "operation": "mergeMetadata",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "cli",
      "name": "sceneasset_getExternalRefs",
      "operation": "getExternalRefs",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "cli",
      "name": "sceneasset_getExternalRef",
      "operation": "getExternalRef",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "cli",
      "name": "sceneasset_setExternalRef",
      "operation": "setExternalRef",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "cli",
      "name": "sceneasset_getTags",
      "operation": "getTags",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "cli",
      "name": "sceneasset_hasTag",
      "operation": "hasTag",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "cli",
      "name": "sceneasset_getSource",
      "operation": "getSource",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "cli",
      "name": "sceneasset_getDerivatives",
      "operation": "getDerivatives",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "cli",
      "name": "sceneasset_getType",
      "operation": "getType",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "cli",
      "name": "sceneasset_getStatus",
      "operation": "getStatus",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "cli",
      "name": "sceneasset_getAssociations",
      "operation": "getAssociations",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "cli",
      "name": "sceneasset_associateWith",
      "operation": "associateWith",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "cli",
      "name": "sceneasset_getBySlug",
      "operation": "getBySlug",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "mcp",
      "name": "sceneasset_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "mcp",
      "name": "sceneasset_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:SceneAsset"
    },
    {
      "kind": "api",
      "name": "scenes.list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:Scene",
      "path": "/scenes",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "scenes.get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:Scene",
      "path": "/scenes/[id]",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "scenes.create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:Scene",
      "path": "/scenes",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "scenes.update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:Scene",
      "path": "/scenes/[id]",
      "method": "PATCH"
    },
    {
      "kind": "api",
      "name": "scenes.delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:Scene",
      "path": "/scenes/[id]",
      "method": "DELETE"
    },
    {
      "kind": "cli",
      "name": "scene_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:Scene"
    },
    {
      "kind": "cli",
      "name": "scene_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:Scene"
    },
    {
      "kind": "cli",
      "name": "scene_create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:Scene"
    },
    {
      "kind": "cli",
      "name": "scene_update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:Scene"
    },
    {
      "kind": "cli",
      "name": "scene_delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:Scene"
    },
    {
      "kind": "cli",
      "name": "scene_getAssets",
      "operation": "getAssets",
      "objectName": "@happyvertical/smrt-video:Scene"
    },
    {
      "kind": "cli",
      "name": "scene_getAssetByRole",
      "operation": "getAssetByRole",
      "objectName": "@happyvertical/smrt-video:Scene"
    },
    {
      "kind": "cli",
      "name": "scene_addAsset",
      "operation": "addAsset",
      "objectName": "@happyvertical/smrt-video:Scene"
    },
    {
      "kind": "cli",
      "name": "scene_removeAsset",
      "operation": "removeAsset",
      "objectName": "@happyvertical/smrt-video:Scene"
    },
    {
      "kind": "mcp",
      "name": "scene_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:Scene"
    },
    {
      "kind": "mcp",
      "name": "scene_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:Scene"
    },
    {
      "kind": "api",
      "name": "assets.list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset",
      "path": "/assets",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "assets.get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset",
      "path": "/assets/[id]",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "assets.create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset",
      "path": "/assets",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "assets.update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset",
      "path": "/assets/[id]",
      "method": "PATCH"
    },
    {
      "kind": "api",
      "name": "assets.delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset",
      "path": "/assets/[id]",
      "method": "DELETE"
    },
    {
      "kind": "cli",
      "name": "videocompositionasset_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "cli",
      "name": "videocompositionasset_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "cli",
      "name": "videocompositionasset_create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "cli",
      "name": "videocompositionasset_update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "cli",
      "name": "videocompositionasset_delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "cli",
      "name": "videocompositionasset_getMetadata",
      "operation": "getMetadata",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "cli",
      "name": "videocompositionasset_setMetadata",
      "operation": "setMetadata",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "cli",
      "name": "videocompositionasset_mergeMetadata",
      "operation": "mergeMetadata",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "cli",
      "name": "videocompositionasset_getExternalRefs",
      "operation": "getExternalRefs",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "cli",
      "name": "videocompositionasset_getExternalRef",
      "operation": "getExternalRef",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "cli",
      "name": "videocompositionasset_setExternalRef",
      "operation": "setExternalRef",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "cli",
      "name": "videocompositionasset_getTags",
      "operation": "getTags",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "cli",
      "name": "videocompositionasset_hasTag",
      "operation": "hasTag",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "cli",
      "name": "videocompositionasset_getSource",
      "operation": "getSource",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "cli",
      "name": "videocompositionasset_getDerivatives",
      "operation": "getDerivatives",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "cli",
      "name": "videocompositionasset_getType",
      "operation": "getType",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "cli",
      "name": "videocompositionasset_getStatus",
      "operation": "getStatus",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "cli",
      "name": "videocompositionasset_getAssociations",
      "operation": "getAssociations",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "cli",
      "name": "videocompositionasset_associateWith",
      "operation": "associateWith",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "cli",
      "name": "videocompositionasset_getBySlug",
      "operation": "getBySlug",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "mcp",
      "name": "videocompositionasset_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "mcp",
      "name": "videocompositionasset_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoCompositionAsset"
    },
    {
      "kind": "api",
      "name": "contents.list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoComposition",
      "path": "/contents",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "contents.get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoComposition",
      "path": "/contents/[id]",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "contents.create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:VideoComposition",
      "path": "/contents",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "contents.update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:VideoComposition",
      "path": "/contents/[id]",
      "method": "PATCH"
    },
    {
      "kind": "api",
      "name": "contents.delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:VideoComposition",
      "path": "/contents/[id]",
      "method": "DELETE"
    },
    {
      "kind": "cli",
      "name": "videocomposition_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_resolveGovernance",
      "operation": "resolveGovernance",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_loadReferences",
      "operation": "loadReferences",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_addReference",
      "operation": "addReference",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_removeReference",
      "operation": "removeReference",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getReferences",
      "operation": "getReferences",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getReferenceEdges",
      "operation": "getReferenceEdges",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getReferenceDrift",
      "operation": "getReferenceDrift",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_isGoverned",
      "operation": "isGoverned",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getFactLinks",
      "operation": "getFactLinks",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getFacts",
      "operation": "getFacts",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_addFact",
      "operation": "addFact",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_removeFact",
      "operation": "removeFact",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_syncFacts",
      "operation": "syncFacts",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_browseFacts",
      "operation": "browseFacts",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_repairFactAudit",
      "operation": "repairFactAudit",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_repairFactAuditAction",
      "operation": "repairFactAuditAction",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_repairFactEvidence",
      "operation": "repairFactEvidence",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_repairFactEvidenceAction",
      "operation": "repairFactEvidenceAction",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_recheckFactClaims",
      "operation": "recheckFactClaims",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_recheckFactClaimsAction",
      "operation": "recheckFactClaimsAction",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_updateFactEvidenceStatus",
      "operation": "updateFactEvidenceStatus",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_updateFactEvidenceStatusAction",
      "operation": "updateFactEvidenceStatusAction",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getFactAuditState",
      "operation": "getFactAuditState",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getFactAuditStateAction",
      "operation": "getFactAuditStateAction",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getFactsState",
      "operation": "getFactsState",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_syncFactsState",
      "operation": "syncFactsState",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_createVersion",
      "operation": "createVersion",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getVersions",
      "operation": "getVersions",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_restoreFromVersion",
      "operation": "restoreFromVersion",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getReviews",
      "operation": "getReviews",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_listReviews",
      "operation": "listReviews",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getReviewRequirements",
      "operation": "getReviewRequirements",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getGovernanceState",
      "operation": "getGovernanceState",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getGovernanceStateAction",
      "operation": "getGovernanceStateAction",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_listReviewProfilesAction",
      "operation": "listReviewProfilesAction",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_evaluateReviewProfile",
      "operation": "evaluateReviewProfile",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_evaluateReviewProfileAction",
      "operation": "evaluateReviewProfileAction",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_isReadyForReviewProfile",
      "operation": "isReadyForReviewProfile",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getPublishedTransparency",
      "operation": "getPublishedTransparency",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getPublishedTransparencyAction",
      "operation": "getPublishedTransparencyAction",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_previewTransparency",
      "operation": "previewTransparency",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_previewTransparencyAction",
      "operation": "previewTransparencyAction",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_runReview",
      "operation": "runReview",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_runReviewAction",
      "operation": "runReviewAction",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_reviewFacts",
      "operation": "reviewFacts",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_reviewSafety",
      "operation": "reviewSafety",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getCorrections",
      "operation": "getCorrections",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_listCorrections",
      "operation": "listCorrections",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_issueCorrection",
      "operation": "issueCorrection",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_issueCorrectionAction",
      "operation": "issueCorrectionAction",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_listVersions",
      "operation": "listVersions",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_mutateVersionAction",
      "operation": "mutateVersionAction",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getCategorySegments",
      "operation": "getCategorySegments",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getParentCategory",
      "operation": "getParentCategory",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getRootCategory",
      "operation": "getRootCategory",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getAncestorPaths",
      "operation": "getAncestorPaths",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_isInCategory",
      "operation": "isInCategory",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getAssets",
      "operation": "getAssets",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_addAsset",
      "operation": "addAsset",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_removeAsset",
      "operation": "removeAsset",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getMetadata",
      "operation": "getMetadata",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_setMetadata",
      "operation": "setMetadata",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_updateMetadata",
      "operation": "updateMetadata",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getThumbnail",
      "operation": "getThumbnail",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_setThumbnail",
      "operation": "setThumbnail",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_generateThumbnail",
      "operation": "generateThumbnail",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "cli",
      "name": "videocomposition_getAssetByRole",
      "operation": "getAssetByRole",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "mcp",
      "name": "videocomposition_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "mcp",
      "name": "videocomposition_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoComposition"
    },
    {
      "kind": "api",
      "name": "contents.findByRenderStatus",
      "operation": "findByRenderStatus",
      "objectName": "@happyvertical/smrt-video:VideoCompositionCollection",
      "path": "/contents/findByRenderStatus",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "contents.findReady",
      "operation": "findReady",
      "objectName": "@happyvertical/smrt-video:VideoCompositionCollection",
      "path": "/contents/findReady",
      "method": "POST"
    },
    {
      "kind": "cli",
      "name": "videocompositioncollection_findByRenderStatus",
      "operation": "findByRenderStatus",
      "objectName": "@happyvertical/smrt-video:VideoCompositionCollection"
    },
    {
      "kind": "cli",
      "name": "videocompositioncollection_findReady",
      "operation": "findReady",
      "objectName": "@happyvertical/smrt-video:VideoCompositionCollection"
    },
    {
      "kind": "mcp",
      "name": "videocompositioncollection_findbyrenderstatus",
      "operation": "findByRenderStatus",
      "objectName": "@happyvertical/smrt-video:VideoCompositionCollection"
    },
    {
      "kind": "mcp",
      "name": "videocompositioncollection_findready",
      "operation": "findReady",
      "objectName": "@happyvertical/smrt-video:VideoCompositionCollection"
    },
    {
      "kind": "api",
      "name": "assets.list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset",
      "path": "/assets",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "assets.get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset",
      "path": "/assets/[id]",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "assets.create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset",
      "path": "/assets",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "assets.update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset",
      "path": "/assets/[id]",
      "method": "PATCH"
    },
    {
      "kind": "api",
      "name": "assets.delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset",
      "path": "/assets/[id]",
      "method": "DELETE"
    },
    {
      "kind": "cli",
      "name": "videosequenceasset_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "cli",
      "name": "videosequenceasset_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "cli",
      "name": "videosequenceasset_create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "cli",
      "name": "videosequenceasset_update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "cli",
      "name": "videosequenceasset_delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "cli",
      "name": "videosequenceasset_getMetadata",
      "operation": "getMetadata",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "cli",
      "name": "videosequenceasset_setMetadata",
      "operation": "setMetadata",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "cli",
      "name": "videosequenceasset_mergeMetadata",
      "operation": "mergeMetadata",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "cli",
      "name": "videosequenceasset_getExternalRefs",
      "operation": "getExternalRefs",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "cli",
      "name": "videosequenceasset_getExternalRef",
      "operation": "getExternalRef",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "cli",
      "name": "videosequenceasset_setExternalRef",
      "operation": "setExternalRef",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "cli",
      "name": "videosequenceasset_getTags",
      "operation": "getTags",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "cli",
      "name": "videosequenceasset_hasTag",
      "operation": "hasTag",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "cli",
      "name": "videosequenceasset_getSource",
      "operation": "getSource",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "cli",
      "name": "videosequenceasset_getDerivatives",
      "operation": "getDerivatives",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "cli",
      "name": "videosequenceasset_getType",
      "operation": "getType",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "cli",
      "name": "videosequenceasset_getStatus",
      "operation": "getStatus",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "cli",
      "name": "videosequenceasset_getAssociations",
      "operation": "getAssociations",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "cli",
      "name": "videosequenceasset_associateWith",
      "operation": "associateWith",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "cli",
      "name": "videosequenceasset_getBySlug",
      "operation": "getBySlug",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "mcp",
      "name": "videosequenceasset_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "mcp",
      "name": "videosequenceasset_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoSequenceAsset"
    },
    {
      "kind": "api",
      "name": "contents.list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoSequence",
      "path": "/contents",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "contents.get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoSequence",
      "path": "/contents/[id]",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "contents.create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:VideoSequence",
      "path": "/contents",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "contents.update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:VideoSequence",
      "path": "/contents/[id]",
      "method": "PATCH"
    },
    {
      "kind": "api",
      "name": "contents.delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:VideoSequence",
      "path": "/contents/[id]",
      "method": "DELETE"
    },
    {
      "kind": "cli",
      "name": "videosequence_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_resolveGovernance",
      "operation": "resolveGovernance",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_loadReferences",
      "operation": "loadReferences",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_addReference",
      "operation": "addReference",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_removeReference",
      "operation": "removeReference",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getReferences",
      "operation": "getReferences",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getReferenceEdges",
      "operation": "getReferenceEdges",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getReferenceDrift",
      "operation": "getReferenceDrift",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_isGoverned",
      "operation": "isGoverned",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getFactLinks",
      "operation": "getFactLinks",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getFacts",
      "operation": "getFacts",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_addFact",
      "operation": "addFact",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_removeFact",
      "operation": "removeFact",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_syncFacts",
      "operation": "syncFacts",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_browseFacts",
      "operation": "browseFacts",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_repairFactAudit",
      "operation": "repairFactAudit",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_repairFactAuditAction",
      "operation": "repairFactAuditAction",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_repairFactEvidence",
      "operation": "repairFactEvidence",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_repairFactEvidenceAction",
      "operation": "repairFactEvidenceAction",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_recheckFactClaims",
      "operation": "recheckFactClaims",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_recheckFactClaimsAction",
      "operation": "recheckFactClaimsAction",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_updateFactEvidenceStatus",
      "operation": "updateFactEvidenceStatus",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_updateFactEvidenceStatusAction",
      "operation": "updateFactEvidenceStatusAction",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getFactAuditState",
      "operation": "getFactAuditState",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getFactAuditStateAction",
      "operation": "getFactAuditStateAction",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getFactsState",
      "operation": "getFactsState",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_syncFactsState",
      "operation": "syncFactsState",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_createVersion",
      "operation": "createVersion",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getVersions",
      "operation": "getVersions",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_restoreFromVersion",
      "operation": "restoreFromVersion",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getReviews",
      "operation": "getReviews",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_listReviews",
      "operation": "listReviews",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getReviewRequirements",
      "operation": "getReviewRequirements",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getGovernanceState",
      "operation": "getGovernanceState",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getGovernanceStateAction",
      "operation": "getGovernanceStateAction",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_listReviewProfilesAction",
      "operation": "listReviewProfilesAction",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_evaluateReviewProfile",
      "operation": "evaluateReviewProfile",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_evaluateReviewProfileAction",
      "operation": "evaluateReviewProfileAction",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_isReadyForReviewProfile",
      "operation": "isReadyForReviewProfile",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getPublishedTransparency",
      "operation": "getPublishedTransparency",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getPublishedTransparencyAction",
      "operation": "getPublishedTransparencyAction",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_previewTransparency",
      "operation": "previewTransparency",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_previewTransparencyAction",
      "operation": "previewTransparencyAction",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_runReview",
      "operation": "runReview",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_runReviewAction",
      "operation": "runReviewAction",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_reviewFacts",
      "operation": "reviewFacts",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_reviewSafety",
      "operation": "reviewSafety",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getCorrections",
      "operation": "getCorrections",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_listCorrections",
      "operation": "listCorrections",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_issueCorrection",
      "operation": "issueCorrection",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_issueCorrectionAction",
      "operation": "issueCorrectionAction",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_listVersions",
      "operation": "listVersions",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_mutateVersionAction",
      "operation": "mutateVersionAction",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getCategorySegments",
      "operation": "getCategorySegments",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getParentCategory",
      "operation": "getParentCategory",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getRootCategory",
      "operation": "getRootCategory",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getAncestorPaths",
      "operation": "getAncestorPaths",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_isInCategory",
      "operation": "isInCategory",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getAssets",
      "operation": "getAssets",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_addAsset",
      "operation": "addAsset",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_removeAsset",
      "operation": "removeAsset",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getMetadata",
      "operation": "getMetadata",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_setMetadata",
      "operation": "setMetadata",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_updateMetadata",
      "operation": "updateMetadata",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getThumbnail",
      "operation": "getThumbnail",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_setThumbnail",
      "operation": "setThumbnail",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_generateThumbnail",
      "operation": "generateThumbnail",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "cli",
      "name": "videosequence_getAssetByRole",
      "operation": "getAssetByRole",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "mcp",
      "name": "videosequence_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "mcp",
      "name": "videosequence_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoSequence"
    },
    {
      "kind": "api",
      "name": "contents.findByComposition",
      "operation": "findByComposition",
      "objectName": "@happyvertical/smrt-video:VideoSequenceCollection",
      "path": "/contents/findByComposition",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "contents.findStandalone",
      "operation": "findStandalone",
      "objectName": "@happyvertical/smrt-video:VideoSequenceCollection",
      "path": "/contents/findStandalone",
      "method": "POST"
    },
    {
      "kind": "cli",
      "name": "videosequencecollection_findByComposition",
      "operation": "findByComposition",
      "objectName": "@happyvertical/smrt-video:VideoSequenceCollection"
    },
    {
      "kind": "cli",
      "name": "videosequencecollection_findStandalone",
      "operation": "findStandalone",
      "objectName": "@happyvertical/smrt-video:VideoSequenceCollection"
    },
    {
      "kind": "mcp",
      "name": "videosequencecollection_findbycomposition",
      "operation": "findByComposition",
      "objectName": "@happyvertical/smrt-video:VideoSequenceCollection"
    },
    {
      "kind": "mcp",
      "name": "videosequencecollection_findstandalone",
      "operation": "findStandalone",
      "objectName": "@happyvertical/smrt-video:VideoSequenceCollection"
    },
    {
      "kind": "api",
      "name": "assets.list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset",
      "path": "/assets",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "assets.get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset",
      "path": "/assets/[id]",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "assets.create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset",
      "path": "/assets",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "assets.update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset",
      "path": "/assets/[id]",
      "method": "PATCH"
    },
    {
      "kind": "api",
      "name": "assets.delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset",
      "path": "/assets/[id]",
      "method": "DELETE"
    },
    {
      "kind": "cli",
      "name": "videoshotasset_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "cli",
      "name": "videoshotasset_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "cli",
      "name": "videoshotasset_create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "cli",
      "name": "videoshotasset_update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "cli",
      "name": "videoshotasset_delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "cli",
      "name": "videoshotasset_getMetadata",
      "operation": "getMetadata",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "cli",
      "name": "videoshotasset_setMetadata",
      "operation": "setMetadata",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "cli",
      "name": "videoshotasset_mergeMetadata",
      "operation": "mergeMetadata",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "cli",
      "name": "videoshotasset_getExternalRefs",
      "operation": "getExternalRefs",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "cli",
      "name": "videoshotasset_getExternalRef",
      "operation": "getExternalRef",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "cli",
      "name": "videoshotasset_setExternalRef",
      "operation": "setExternalRef",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "cli",
      "name": "videoshotasset_getTags",
      "operation": "getTags",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "cli",
      "name": "videoshotasset_hasTag",
      "operation": "hasTag",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "cli",
      "name": "videoshotasset_getSource",
      "operation": "getSource",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "cli",
      "name": "videoshotasset_getDerivatives",
      "operation": "getDerivatives",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "cli",
      "name": "videoshotasset_getType",
      "operation": "getType",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "cli",
      "name": "videoshotasset_getStatus",
      "operation": "getStatus",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "cli",
      "name": "videoshotasset_getAssociations",
      "operation": "getAssociations",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "cli",
      "name": "videoshotasset_associateWith",
      "operation": "associateWith",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "cli",
      "name": "videoshotasset_getBySlug",
      "operation": "getBySlug",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "mcp",
      "name": "videoshotasset_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "mcp",
      "name": "videoshotasset_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoShotAsset"
    },
    {
      "kind": "api",
      "name": "videoshotcharacters.list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoShotCharacter",
      "path": "/videoshotcharacters",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "videoshotcharacters.get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoShotCharacter",
      "path": "/videoshotcharacters/[id]",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "videoshotcharacters.create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:VideoShotCharacter",
      "path": "/videoshotcharacters",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "videoshotcharacters.delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:VideoShotCharacter",
      "path": "/videoshotcharacters/[id]",
      "method": "DELETE"
    },
    {
      "kind": "cli",
      "name": "videoshotcharacter_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoShotCharacter"
    },
    {
      "kind": "cli",
      "name": "videoshotcharacter_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoShotCharacter"
    },
    {
      "kind": "cli",
      "name": "videoshotcharacter_create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:VideoShotCharacter"
    },
    {
      "kind": "cli",
      "name": "videoshotcharacter_update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:VideoShotCharacter"
    },
    {
      "kind": "cli",
      "name": "videoshotcharacter_delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:VideoShotCharacter"
    },
    {
      "kind": "mcp",
      "name": "videoshotcharacter_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoShotCharacter"
    },
    {
      "kind": "mcp",
      "name": "videoshotcharacter_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoShotCharacter"
    },
    {
      "kind": "api",
      "name": "videoshotcharacters.findByShot",
      "operation": "findByShot",
      "objectName": "@happyvertical/smrt-video:VideoShotCharacterCollection",
      "path": "/videoshotcharacters/findByShot",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "videoshotcharacters.findByCharacter",
      "operation": "findByCharacter",
      "objectName": "@happyvertical/smrt-video:VideoShotCharacterCollection",
      "path": "/videoshotcharacters/findByCharacter",
      "method": "POST"
    },
    {
      "kind": "cli",
      "name": "videoshotcharactercollection_findByShot",
      "operation": "findByShot",
      "objectName": "@happyvertical/smrt-video:VideoShotCharacterCollection"
    },
    {
      "kind": "cli",
      "name": "videoshotcharactercollection_findByCharacter",
      "operation": "findByCharacter",
      "objectName": "@happyvertical/smrt-video:VideoShotCharacterCollection"
    },
    {
      "kind": "mcp",
      "name": "videoshotcharactercollection_findbyshot",
      "operation": "findByShot",
      "objectName": "@happyvertical/smrt-video:VideoShotCharacterCollection"
    },
    {
      "kind": "mcp",
      "name": "videoshotcharactercollection_findbycharacter",
      "operation": "findByCharacter",
      "objectName": "@happyvertical/smrt-video:VideoShotCharacterCollection"
    },
    {
      "kind": "api",
      "name": "contents.list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoShot",
      "path": "/contents",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "contents.get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoShot",
      "path": "/contents/[id]",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "contents.create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:VideoShot",
      "path": "/contents",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "contents.update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:VideoShot",
      "path": "/contents/[id]",
      "method": "PATCH"
    },
    {
      "kind": "api",
      "name": "contents.delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:VideoShot",
      "path": "/contents/[id]",
      "method": "DELETE"
    },
    {
      "kind": "cli",
      "name": "videoshot_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_resolveGovernance",
      "operation": "resolveGovernance",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_loadReferences",
      "operation": "loadReferences",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_addReference",
      "operation": "addReference",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_removeReference",
      "operation": "removeReference",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getReferences",
      "operation": "getReferences",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getReferenceEdges",
      "operation": "getReferenceEdges",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getReferenceDrift",
      "operation": "getReferenceDrift",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_isGoverned",
      "operation": "isGoverned",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getFactLinks",
      "operation": "getFactLinks",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getFacts",
      "operation": "getFacts",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_addFact",
      "operation": "addFact",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_removeFact",
      "operation": "removeFact",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_syncFacts",
      "operation": "syncFacts",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_browseFacts",
      "operation": "browseFacts",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_repairFactAudit",
      "operation": "repairFactAudit",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_repairFactAuditAction",
      "operation": "repairFactAuditAction",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_repairFactEvidence",
      "operation": "repairFactEvidence",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_repairFactEvidenceAction",
      "operation": "repairFactEvidenceAction",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_recheckFactClaims",
      "operation": "recheckFactClaims",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_recheckFactClaimsAction",
      "operation": "recheckFactClaimsAction",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_updateFactEvidenceStatus",
      "operation": "updateFactEvidenceStatus",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_updateFactEvidenceStatusAction",
      "operation": "updateFactEvidenceStatusAction",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getFactAuditState",
      "operation": "getFactAuditState",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getFactAuditStateAction",
      "operation": "getFactAuditStateAction",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getFactsState",
      "operation": "getFactsState",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_syncFactsState",
      "operation": "syncFactsState",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_createVersion",
      "operation": "createVersion",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getVersions",
      "operation": "getVersions",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_restoreFromVersion",
      "operation": "restoreFromVersion",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getReviews",
      "operation": "getReviews",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_listReviews",
      "operation": "listReviews",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getReviewRequirements",
      "operation": "getReviewRequirements",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getGovernanceState",
      "operation": "getGovernanceState",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getGovernanceStateAction",
      "operation": "getGovernanceStateAction",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_listReviewProfilesAction",
      "operation": "listReviewProfilesAction",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_evaluateReviewProfile",
      "operation": "evaluateReviewProfile",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_evaluateReviewProfileAction",
      "operation": "evaluateReviewProfileAction",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_isReadyForReviewProfile",
      "operation": "isReadyForReviewProfile",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getPublishedTransparency",
      "operation": "getPublishedTransparency",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getPublishedTransparencyAction",
      "operation": "getPublishedTransparencyAction",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_previewTransparency",
      "operation": "previewTransparency",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_previewTransparencyAction",
      "operation": "previewTransparencyAction",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_runReview",
      "operation": "runReview",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_runReviewAction",
      "operation": "runReviewAction",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_reviewFacts",
      "operation": "reviewFacts",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_reviewSafety",
      "operation": "reviewSafety",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getCorrections",
      "operation": "getCorrections",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_listCorrections",
      "operation": "listCorrections",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_issueCorrection",
      "operation": "issueCorrection",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_issueCorrectionAction",
      "operation": "issueCorrectionAction",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_listVersions",
      "operation": "listVersions",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_mutateVersionAction",
      "operation": "mutateVersionAction",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getCategorySegments",
      "operation": "getCategorySegments",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getParentCategory",
      "operation": "getParentCategory",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getRootCategory",
      "operation": "getRootCategory",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getAncestorPaths",
      "operation": "getAncestorPaths",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_isInCategory",
      "operation": "isInCategory",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getAssets",
      "operation": "getAssets",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_addAsset",
      "operation": "addAsset",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_removeAsset",
      "operation": "removeAsset",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getMetadata",
      "operation": "getMetadata",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_setMetadata",
      "operation": "setMetadata",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_updateMetadata",
      "operation": "updateMetadata",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getThumbnail",
      "operation": "getThumbnail",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_setThumbnail",
      "operation": "setThumbnail",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_generateThumbnail",
      "operation": "generateThumbnail",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_getAssetByRole",
      "operation": "getAssetByRole",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "cli",
      "name": "videoshot_setScript",
      "operation": "setScript",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "mcp",
      "name": "videoshot_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "mcp",
      "name": "videoshot_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoShot"
    },
    {
      "kind": "api",
      "name": "contents.findBySequence",
      "operation": "findBySequence",
      "objectName": "@happyvertical/smrt-video:VideoShotCollection",
      "path": "/contents/findBySequence",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "contents.findByStatus",
      "operation": "findByStatus",
      "objectName": "@happyvertical/smrt-video:VideoShotCollection",
      "path": "/contents/findByStatus",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "contents.findStandalone",
      "operation": "findStandalone",
      "objectName": "@happyvertical/smrt-video:VideoShotCollection",
      "path": "/contents/findStandalone",
      "method": "POST"
    },
    {
      "kind": "cli",
      "name": "videoshotcollection_findBySequence",
      "operation": "findBySequence",
      "objectName": "@happyvertical/smrt-video:VideoShotCollection"
    },
    {
      "kind": "cli",
      "name": "videoshotcollection_findByStatus",
      "operation": "findByStatus",
      "objectName": "@happyvertical/smrt-video:VideoShotCollection"
    },
    {
      "kind": "cli",
      "name": "videoshotcollection_findStandalone",
      "operation": "findStandalone",
      "objectName": "@happyvertical/smrt-video:VideoShotCollection"
    },
    {
      "kind": "mcp",
      "name": "videoshotcollection_findbysequence",
      "operation": "findBySequence",
      "objectName": "@happyvertical/smrt-video:VideoShotCollection"
    },
    {
      "kind": "mcp",
      "name": "videoshotcollection_findbystatus",
      "operation": "findByStatus",
      "objectName": "@happyvertical/smrt-video:VideoShotCollection"
    },
    {
      "kind": "mcp",
      "name": "videoshotcollection_findstandalone",
      "operation": "findStandalone",
      "objectName": "@happyvertical/smrt-video:VideoShotCollection"
    },
    {
      "kind": "api",
      "name": "videoworkflows.list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoWorkflow",
      "path": "/videoworkflows",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "videoworkflows.get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoWorkflow",
      "path": "/videoworkflows/[id]",
      "method": "GET"
    },
    {
      "kind": "api",
      "name": "videoworkflows.create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:VideoWorkflow",
      "path": "/videoworkflows",
      "method": "POST"
    },
    {
      "kind": "api",
      "name": "videoworkflows.update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:VideoWorkflow",
      "path": "/videoworkflows/[id]",
      "method": "PATCH"
    },
    {
      "kind": "cli",
      "name": "videoworkflow_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoWorkflow"
    },
    {
      "kind": "cli",
      "name": "videoworkflow_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoWorkflow"
    },
    {
      "kind": "cli",
      "name": "videoworkflow_create",
      "operation": "create",
      "objectName": "@happyvertical/smrt-video:VideoWorkflow"
    },
    {
      "kind": "cli",
      "name": "videoworkflow_update",
      "operation": "update",
      "objectName": "@happyvertical/smrt-video:VideoWorkflow"
    },
    {
      "kind": "cli",
      "name": "videoworkflow_delete",
      "operation": "delete",
      "objectName": "@happyvertical/smrt-video:VideoWorkflow"
    },
    {
      "kind": "cli",
      "name": "videoworkflow_injectParameters",
      "operation": "injectParameters",
      "objectName": "@happyvertical/smrt-video:VideoWorkflow"
    },
    {
      "kind": "mcp",
      "name": "videoworkflow_list",
      "operation": "list",
      "objectName": "@happyvertical/smrt-video:VideoWorkflow"
    },
    {
      "kind": "mcp",
      "name": "videoworkflow_get",
      "operation": "get",
      "objectName": "@happyvertical/smrt-video:VideoWorkflow"
    }
  ],
  "prompts": [],
  "relationshipsV2": {
    "foreignKeyFields": 35,
    "crossPackageRefFields": 22,
    "junctionCollections": 3,
    "hierarchicalObjects": 0,
    "polymorphicAssociations": 0,
    "uuidColumns": 146
  },
  "agentDoc": "# @happyvertical/smrt-video\n\nAI video production pipeline: characters, performers, scenes, shots, sequences, compositions, and ComfyUI workflow integration.\n\n## Models\n\n- **Character** (renamed from PersonalityProfile): visual + voice identity. `imageAssetId`, `voiceProfileId` FK, branding config (logo, colors, fonts, lower-thirds). Scene-specific position/scale configs.\n- **Performer**: physical likeness for IP-Adapter FaceID. `faceEmbedding` (512-dim), `referenceAssetIds`, `ipAdapterWeight`.\n- **Scene**: virtual background. `sourceType` (image/video/panorama_360/panorama_180), `projection`, `viewpoints` array (pan/tilt/fov), `lightingProfile`, `anchorPoints`.\n- **VideoShot** (extends Content): atomic generation unit. `durationInFrames`, `scriptText`, `scriptWordCount`. Estimated duration: `scriptWordCount / 2.7` words/sec (±15% tolerance). `videoMetadata` includes `wordTimings` for lip-sync.\n- **VideoSequence** (extends Content): thematic section with `transitionType` (none/fade/slide/wipe), position ordering.\n- **VideoComposition** (extends Content): top-level container — `fps`, `width`, `height`, `durationInFrames`, `renderStatus`/`renderProgress`.\n- **VideoShotCharacter**: junction (shot ↔ character) with role (primary/secondary/background), position, duration.\n- **VideoWorkflow**: ComfyUI template. `workflowJson`, `nodeMapping` (maps semantic names → node IDs), `workflowType` (prebake/broadcast/lipsync/postprod/custom). `injectParameters()` deep-clones workflow + overwrites `node.inputs`.\n\n## Design Principles\n\n- **Store frames, compute seconds**: `durationInFrames` everywhere; seconds = frames / fps\n- **Content inheritance**: VideoShot, VideoSequence, VideoComposition all extend Content from smrt-content\n- **Hierarchy**: Composition → Sequence → Shot → ShotCharacter\n- **Owned asset normalization**: `CharacterOwnedAsset`, `PerformerOwnedAsset`, and `SceneOwnedAsset` are canonical noun joins; `VideoShot`/`VideoSequence`/`VideoComposition` use inherited `content_assets`\n\n## Gotchas\n\n- **PersonalityProfile → Character rename**: old name still exported for backwards compatibility\n- **Legacy video STI asset rows**: reads still union canonical joins with legacy STI asset records during migration, but new writes go through the model helpers / join tables\n- **Schema rollout**: run `smrt db:migrate` before relying on `character_assets` / `performer_assets` / `scene_assets` writes; reads still tolerate those tables being absent during migration\n- **ComfyUI injectParameters()**: assumes `node.inputs` exists; warnings logged in dev mode\n- **Frame arithmetic**: `trimBeforeFrames`/`trimAfterFrames` require manual effective frame calculation\n- **Word timings from external TTS**: `wordTimings` array not generated by framework — requires external provider\n- **IP-Adapter weights**: `faceEmbedding` upload not handled; weight is metadata-only (0.5-1.0)\n- **Optional tenancy** on all core models\n"
}