@produce8/analytics-openapi-types 1.0.0-dev.20251128213620 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -39,3 +39,6 @@ npm install @produce8/analytics-openapi-types@dev
|
|
|
39
39
|
npm install @produce8/analytics-openapi-types@latest
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
+
## Auto-Generated
|
|
43
|
+
|
|
44
|
+
This package is automatically generated and published from the Analytics Service OpenAPI specification. Do not manually edit the types file.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@produce8/analytics-openapi-types",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "TypeScript types generated from Analytics Service OpenAPI specification",
|
|
5
5
|
"main": "openapi-types.ts",
|
|
6
6
|
"types": "openapi-types.ts",
|
|
@@ -9,9 +9,8 @@
|
|
|
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",
|
|
13
12
|
"files": [
|
|
14
|
-
"
|
|
15
|
-
"
|
|
13
|
+
"openapi-types.ts",
|
|
14
|
+
"README.md"
|
|
16
15
|
]
|
|
17
16
|
}
|