@utdk/posthog 1.0.0-20260712.5-dev.e2949a6 → 1.0.0-20260712.5-dev.5bc8bf4
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 +4 -0
- package/package.json +11 -2
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@utdk/posthog",
|
|
3
|
-
"version": "1.0.0-20260712.5-dev.
|
|
3
|
+
"version": "1.0.0-20260712.5-dev.5bc8bf4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Generated UTDK provider client for PostHog API. Generated UTDK provider types and OpenAPI-backed client for https://us.posthog.com/api/schema/.",
|
|
6
6
|
"homepage": "https://us.posthog.com/api/schema/",
|
|
@@ -14,7 +14,16 @@
|
|
|
14
14
|
"provider": "posthog",
|
|
15
15
|
"generation": 5,
|
|
16
16
|
"generatedAt": "2026-07-12T21:26:44.549Z",
|
|
17
|
-
"auth":
|
|
17
|
+
"auth": {
|
|
18
|
+
"schemes": [
|
|
19
|
+
{
|
|
20
|
+
"id": "PersonalAPIKeyAuth",
|
|
21
|
+
"type": "http",
|
|
22
|
+
"scheme": "bearer"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"operationOverrides": {}
|
|
26
|
+
},
|
|
18
27
|
"openapi": {
|
|
19
28
|
"title": "PostHog API",
|
|
20
29
|
"url": "https://us.posthog.com/api/schema/",
|