{
  "author": "GPT Integrators",
  "dependencies": {
    "zod": "^3.25.76"
  },
  "description": "TypeScript SDK for GPT Platform Admin API - Platform administration and ISV management",
  "devDependencies": {
    "@hey-api/openapi-ts": "^0.88.1",
    "@vitest/coverage-v8": "^4.0.15",
    "@vitest/ui": "^4.0.15",
    "msw": "^2.12.4",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.15"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "exports": {
    ".": {
      "import": {
        "default": "./dist/index.mjs",
        "types": "./dist/index.d.ts"
      },
      "require": {
        "default": "./dist/index.js",
        "types": "./dist/index.d.ts"
      }
    },
    "./connectors": {
      "types": "./dist/namespaces/connectors.d.ts"
    },
    "./ai": {
      "types": "./dist/namespaces/ai.d.ts"
    },
    "./storage": {
      "types": "./dist/namespaces/storage.d.ts"
    },
    "./roles": {
      "types": "./dist/namespaces/roles.d.ts"
    },
    "./access-grants": {
      "types": "./dist/namespaces/access-grants.d.ts"
    },
    "./content": {
      "types": "./dist/namespaces/content.d.ts"
    },
    "./tenants": {
      "types": "./dist/namespaces/tenants.d.ts"
    },
    "./scheduling": {
      "types": "./dist/namespaces/scheduling.d.ts"
    },
    "./agents": {
      "types": "./dist/namespaces/agents.d.ts"
    },
    "./extraction": {
      "types": "./dist/namespaces/extraction.d.ts"
    },
    "./capabilities": {
      "types": "./dist/namespaces/capabilities.d.ts"
    },
    "./social": {
      "types": "./dist/namespaces/social.d.ts"
    },
    "./clinical": {
      "types": "./dist/namespaces/clinical.d.ts"
    },
    "./brand-identities": {
      "types": "./dist/namespaces/brand-identities.d.ts"
    },
    "./apiKeys": {
      "types": "./dist/namespaces/apiKeys.d.ts"
    },
    "./pipelines": {
      "types": "./dist/namespaces/pipelines.d.ts"
    },
    "./projects": {
      "types": "./dist/namespaces/projects.d.ts"
    },
    "./accounts": {
      "types": "./dist/namespaces/accounts.d.ts"
    },
    "./workspaces": {
      "types": "./dist/namespaces/workspaces.d.ts"
    },
    "./campaigns": {
      "types": "./dist/namespaces/campaigns.d.ts"
    },
    "./support": {
      "types": "./dist/namespaces/support.d.ts"
    },
    "./audit": {
      "types": "./dist/namespaces/audit.d.ts"
    },
    "./webhooks-ns": {
      "types": "./dist/namespaces/webhooks-ns.d.ts"
    },
    "./permissions": {
      "types": "./dist/namespaces/permissions.d.ts"
    },
    "./platform-tones": {
      "types": "./dist/namespaces/platform-tones.d.ts"
    },
    "./applications": {
      "types": "./dist/namespaces/applications.d.ts"
    },
    "./crawler": {
      "types": "./dist/namespaces/crawler.d.ts"
    },
    "./billing": {
      "types": "./dist/namespaces/billing.d.ts"
    },
    "./pipeline-executions": {
      "types": "./dist/namespaces/pipeline-executions.d.ts"
    },
    "./pipeline-nodes": {
      "types": "./dist/namespaces/pipeline-nodes.d.ts"
    },
    "./pipeline-node-executions": {
      "types": "./dist/namespaces/pipeline-node-executions.d.ts"
    },
    "./compliance": {
      "types": "./dist/namespaces/compliance.d.ts"
    },
    "./models": {
      "types": "./dist/namespaces/models.d.ts"
    },
    "./channels": {
      "types": "./dist/namespaces/channels.d.ts"
    },
    "./crm-clusters": {
      "types": "./dist/namespaces/crm-clusters.d.ts"
    },
    "./imports": {
      "types": "./dist/namespaces/imports.d.ts"
    },
    "./users": {
      "types": "./dist/namespaces/users.d.ts"
    },
    "./threads": {
      "types": "./dist/namespaces/threads.d.ts"
    },
    "./executions": {
      "types": "./dist/namespaces/executions.d.ts"
    },
    "./portal": {
      "types": "./dist/namespaces/portal.d.ts"
    },
    "./crm": {
      "types": "./dist/namespaces/crm.d.ts"
    },
    "./invitations": {
      "types": "./dist/namespaces/invitations.d.ts"
    },
    "./documents": {
      "types": "./dist/namespaces/documents.d.ts"
    },
    "./email": {
      "types": "./dist/namespaces/email.d.ts"
    },
    "./voice": {
      "types": "./dist/namespaces/voice.d.ts"
    },
    "./registry": {
      "types": "./dist/namespaces/registry.d.ts"
    },
    "./forms": {
      "types": "./dist/namespaces/forms.d.ts"
    },
    "./reviews": {
      "types": "./dist/namespaces/reviews.d.ts"
    },
    "./cases": {
      "types": "./dist/namespaces/cases.d.ts"
    },
    "./meetings": {
      "types": "./dist/namespaces/meetings.d.ts"
    }
  },
  "files": [
    "dist",
    "llms.txt"
  ],
  "keywords": [
    "gpt-platform",
    "admin",
    "sdk",
    "typescript",
    "api-client",
    "platform-admin",
    "webhooks",
    "isv",
    "multi-tenant",
    "billing",
    "api-key-management",
    "bulk-operations",
    "openapi",
    "json-api"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "name": "@gpt-platform/admin",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GPT-Integrators/gpt-core-platform.git",
    "directory": "sdks/ts/packages/admin"
  },
  "scripts": {
    "build": "bun run typecheck && bunx tsup src/index.ts --format cjs,esm && tsc -p tsconfig.declarations.json",
    "generate": "bunx openapi-ts",
    "test": "bunx vitest run",
    "test:coverage": "bunx vitest run --coverage",
    "test:ui": "bunx vitest --ui",
    "test:watch": "bunx vitest",
    "typecheck": "bunx tsc --noEmit"
  },
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "typesVersions": {
    "<4.7": {
      "documents": [
        "dist/namespaces/documents.d.ts"
      ],
      "audit": [
        "dist/namespaces/audit.d.ts"
      ],
      "campaigns": [
        "dist/namespaces/campaigns.d.ts"
      ],
      "threads": [
        "dist/namespaces/threads.d.ts"
      ],
      "channels": [
        "dist/namespaces/channels.d.ts"
      ],
      "invitations": [
        "dist/namespaces/invitations.d.ts"
      ],
      "users": [
        "dist/namespaces/users.d.ts"
      ],
      "executions": [
        "dist/namespaces/executions.d.ts"
      ],
      "platform-tones": [
        "dist/namespaces/platform-tones.d.ts"
      ],
      "content": [
        "dist/namespaces/content.d.ts"
      ],
      "roles": [
        "dist/namespaces/roles.d.ts"
      ],
      "webhooks-ns": [
        "dist/namespaces/webhooks-ns.d.ts"
      ],
      "pipelines": [
        "dist/namespaces/pipelines.d.ts"
      ],
      "imports": [
        "dist/namespaces/imports.d.ts"
      ],
      "agents": [
        "dist/namespaces/agents.d.ts"
      ],
      "email": [
        "dist/namespaces/email.d.ts"
      ],
      "support": [
        "dist/namespaces/support.d.ts"
      ],
      "models": [
        "dist/namespaces/models.d.ts"
      ],
      "crm": [
        "dist/namespaces/crm.d.ts"
      ],
      "accounts": [
        "dist/namespaces/accounts.d.ts"
      ],
      "workspaces": [
        "dist/namespaces/workspaces.d.ts"
      ],
      "voice": [
        "dist/namespaces/voice.d.ts"
      ],
      "applications": [
        "dist/namespaces/applications.d.ts"
      ],
      "crawler": [
        "dist/namespaces/crawler.d.ts"
      ],
      "access-grants": [
        "dist/namespaces/access-grants.d.ts"
      ],
      "extraction": [
        "dist/namespaces/extraction.d.ts"
      ],
      "capabilities": [
        "dist/namespaces/capabilities.d.ts"
      ],
      "ai": [
        "dist/namespaces/ai.d.ts"
      ],
      "storage": [
        "dist/namespaces/storage.d.ts"
      ],
      "permissions": [
        "dist/namespaces/permissions.d.ts"
      ],
      "connectors": [
        "dist/namespaces/connectors.d.ts"
      ],
      "compliance": [
        "dist/namespaces/compliance.d.ts"
      ],
      "portal": [
        "dist/namespaces/portal.d.ts"
      ],
      "tenants": [
        "dist/namespaces/tenants.d.ts"
      ],
      "crm-clusters": [
        "dist/namespaces/crm-clusters.d.ts"
      ],
      "clinical": [
        "dist/namespaces/clinical.d.ts"
      ],
      "brand-identities": [
        "dist/namespaces/brand-identities.d.ts"
      ],
      "scheduling": [
        "dist/namespaces/scheduling.d.ts"
      ],
      "projects": [
        "dist/namespaces/projects.d.ts"
      ],
      "pipeline-executions": [
        "dist/namespaces/pipeline-executions.d.ts"
      ],
      "pipeline-nodes": [
        "dist/namespaces/pipeline-nodes.d.ts"
      ],
      "pipeline-node-executions": [
        "dist/namespaces/pipeline-node-executions.d.ts"
      ],
      "billing": [
        "dist/namespaces/billing.d.ts"
      ],
      "apiKeys": [
        "dist/namespaces/apiKeys.d.ts"
      ],
      "social": [
        "dist/namespaces/social.d.ts"
      ],
      "registry": [
        "dist/namespaces/registry.d.ts"
      ],
      "forms": [
        "dist/namespaces/forms.d.ts"
      ],
      "reviews": [
        "dist/namespaces/reviews.d.ts"
      ],
      "cases": [
        "dist/namespaces/cases.d.ts"
      ],
      "meetings": [
        "dist/namespaces/meetings.d.ts"
      ]
    }
  },
  "version": "0.15.2"
}
