@utdk/stytch 2.0.0-20260530.1-dev.646adf4

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/overlay.yaml ADDED
@@ -0,0 +1,23 @@
1
+ # Spec enrichment overlay for stytch
2
+ # Edit this file to add corrections, pagination hints, and auth hints.
3
+ # This overlay is applied during regeneration to enrich the generated package.
4
+ # Keys under 'descriptions', 'paginationHints', and 'authHints' are keyed by operationId.
5
+ #
6
+ # Example description correction:
7
+ # descriptions:
8
+ # listRepos: "List all repositories the authenticated user has access to."
9
+ #
10
+ # Example pagination hint:
11
+ # paginationHints:
12
+ # listRepos:
13
+ # type: cursor
14
+ # cursorParam: page
15
+ # limitParam: per_page
16
+ # resultsKey: items
17
+
18
+ provider: stytch
19
+ specUrl: https://raw.githubusercontent.com/stytchauth/stytch-openapi/main/openapi.yml
20
+ generatedAt: 2026-05-30T22:05:43.805Z
21
+ descriptions: {}
22
+ paginationHints: {}
23
+ authHints: {}
package/package.json ADDED
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "@utdk/stytch",
3
+ "version": "2.0.0-20260530.1-dev.646adf4",
4
+ "type": "module",
5
+ "description": "Generated UTDK provider client for Stytch API. The Stytch API provides endpoints for authentication and user management.",
6
+ "homepage": "https://stytch.com/docs",
7
+ "keywords": [
8
+ "stytch",
9
+ "generated",
10
+ "openapi",
11
+ "utdk"
12
+ ],
13
+ "utdk": {
14
+ "provider": "stytch",
15
+ "generation": 1,
16
+ "generatedAt": "2026-05-30T22:05:43.784Z",
17
+ "auth": [
18
+ {
19
+ "auth_type": "basic",
20
+ "username": "${STYTCH_PROJECT_ID}",
21
+ "password": "${STYTCH_SECRET}"
22
+ }
23
+ ],
24
+ "openapi": {
25
+ "title": "Stytch API",
26
+ "url": "https://raw.githubusercontent.com/stytchauth/stytch-openapi/main/openapi.yml",
27
+ "version": "2.0.0",
28
+ "termsOfService": null
29
+ }
30
+ }
31
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "provider": "stytch",
3
+ "generatedAt": "2026-05-30T22:05:54.535Z",
4
+ "generation": 1,
5
+ "source": {
6
+ "type": "openapi",
7
+ "url": "https://raw.githubusercontent.com/stytchauth/stytch-openapi/main/openapi.yml",
8
+ "hash": "sha256:e8ed19df65cdcd71030e5bc8931a95f2975f2aa17c2fb121cc4390b5afcd0572",
9
+ "fetchedAt": "2026-05-30T22:05:54.535Z"
10
+ },
11
+ "ingestSource": "printing-press",
12
+ "pipeline": {
13
+ "research": {
14
+ "noveltyScore": 10,
15
+ "competingPackages": 0
16
+ },
17
+ "scorecard": {
18
+ "infrastructure": "fail",
19
+ "domain": 100
20
+ },
21
+ "agentReadiness": "pass"
22
+ },
23
+ "bundlerVersion": "0.1.1"
24
+ }
package/research.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "provider": "stytch",
3
+ "generatedAt": "2026-05-30T22:05:43.920Z",
4
+ "noveltyScore": 10,
5
+ "npmPackages": [],
6
+ "gapAnalysis": {
7
+ "hasOfficialSdk": false,
8
+ "hasCommunitySDK": false,
9
+ "hasTypeDefinitions": false,
10
+ "hasMcpServer": false,
11
+ "recommendation": "No existing TypeScript SDK found for stytch. Generating from OpenAPI spec provides high value."
12
+ }
13
+ }
package/types.ts ADDED
@@ -0,0 +1,3 @@
1
+ export type StytchClient = {
2
+
3
+ };