@produce8/analytics-openapi-types 1.0.0-dev.20251127205231 → 1.0.0-dev.20251128213620

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@produce8/analytics-openapi-types",
3
- "version": "1.0.0-dev.20251127205231",
3
+ "version": "1.0.0-dev.20251128213620",
4
4
  "description": "TypeScript types generated from Analytics Service OpenAPI specification",
5
5
  "main": "openapi-types.ts",
6
6
  "types": "openapi-types.ts",
@@ -9,6 +9,7 @@
9
9
  "registry": "https://registry.npmjs.org/",
10
10
  "access": "public"
11
11
  },
12
+ "readme": "# @produce8/analytics-openapi-types\n\nTypeScript types generated from the Analytics Service OpenAPI specification.\n\n## Installation\n\n```bash\nnpm install @produce8/analytics-openapi-types\n# or\nyarn add @produce8/analytics-openapi-types\n```\n\n## Usage\n\n```typescript\nimport type {\n paths,\n operations,\n components,\n} from '@produce8/analytics-openapi-types';\n\n// Use the types in your code\nconst healthCheck: operations['HealthController_healthCheck'] = {\n // ...\n};\n```\n\n## Environment Tags\n\nThis package is published with different dist-tags based on the environment:\n\n- `dev` - Development environment (from `dev` branch)\n- `latest` - Production environment (from `main` branch)\n\nTo install a specific environment version:\n\n```bash\nnpm install @produce8/analytics-openapi-types@dev\nnpm install @produce8/analytics-openapi-types@latest\n```\n\n",
12
13
  "files": [
13
14
  "README.md",
14
15
  "openapi-types.ts"