@produce8/analytics-openapi-types 1.0.0-dev.20251127205231 → 1.0.0-dev.20251128195300
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 -3
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-dev.
|
|
3
|
+
"version": "1.0.0-dev.20251128195300",
|
|
4
4
|
"description": "TypeScript types generated from Analytics Service OpenAPI specification",
|
|
5
5
|
"main": "openapi-types.ts",
|
|
6
6
|
"types": "openapi-types.ts",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
12
|
"files": [
|
|
13
|
-
"
|
|
14
|
-
"
|
|
13
|
+
"openapi-types.ts",
|
|
14
|
+
"README.md"
|
|
15
15
|
]
|
|
16
16
|
}
|